OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PowerSwitch
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/nci/jni/
PowerSwitch.cpp
21
#include "
PowerSwitch
.h"
34
PowerSwitch
PowerSwitch
::sPowerSwitch;
35
const
PowerSwitch
::PowerActivity
PowerSwitch
::DISCOVERY=0x01;
36
const
PowerSwitch
::PowerActivity
PowerSwitch
::SE_ROUTING=0x02;
37
const
PowerSwitch
::PowerActivity
PowerSwitch
::SE_CONNECTED=0x04;
38
const
PowerSwitch
::PowerActivity PowerSwitch::HOST_ROUTING=0x08
[
all
...]
PowerSwitch.h
27
** Name:
PowerSwitch
32
class
PowerSwitch
96
** Function:
PowerSwitch
103
PowerSwitch
();
108
** Function: ~
PowerSwitch
115
~
PowerSwitch
();
127
static
PowerSwitch
& getInstance ();
243
static
PowerSwitch
sPowerSwitch; //singleton object
Completed in 489 milliseconds