sipXcallLib home page


Macros | Functions | Variables
PsHookswTask.cpp File Reference
#include <assert.h>
#include "os/OsEventMsg.h"
#include "os/OsNotification.h"
#include "os/OsQueuedEvent.h"
#include "os/OsReadLock.h"
#include "os/OsTimer.h"
#include "os/OsWriteLock.h"
#include "ps/PsHookswTask.h"
#include "ps/PsPhoneTask.h"
#include "tao/TaoPhoneComponentAdaptor.h"
Include dependency graph for PsHookswTask.cpp:

Macros

#define HOOKSW_TEMP_HACK
 

Functions

int setNewStyleHookswMode (void)
 
int setOldStyleHookswMode (void)
 

Variables

int oldStyleHooksw = 0
 
const int DEBOUNCE_TIMER_MSECS = 25
 
const int SHORT_DEBOUNCE_MSECS = 100
 
const int LONG_DEBOUNCE_MSECS = 400
 
const int DEBOUNCE_MSECS = 20
 

Macro Definition Documentation

#define HOOKSW_TEMP_HACK

Function Documentation

int setNewStyleHookswMode ( void  )
int setOldStyleHookswMode ( void  )

Variable Documentation

const int DEBOUNCE_MSECS = 20
const int DEBOUNCE_TIMER_MSECS = 25
const int LONG_DEBOUNCE_MSECS = 400
int oldStyleHooksw = 0
const int SHORT_DEBOUNCE_MSECS = 100