#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"
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 |
| #define HOOKSW_TEMP_HACK |
| int setNewStyleHookswMode | ( | void | ) |
| int setOldStyleHookswMode | ( | void | ) |
| 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 |