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"
35
PowerSwitch
PowerSwitch
::sPowerSwitch;
36
const
PowerSwitch
::PowerActivity
PowerSwitch
::DISCOVERY=0x01;
37
const
PowerSwitch
::PowerActivity
PowerSwitch
::SE_ROUTING=0x02;
38
const
PowerSwitch
::PowerActivity
PowerSwitch
::SE_CONNECTED=0x04;
39
const
PowerSwitch
::PowerActivity PowerSwitch::HOST_ROUTING=0x08
[
all
...]
PowerSwitch.h
27
** Name:
PowerSwitch
32
class
PowerSwitch
80
** Function:
PowerSwitch
87
PowerSwitch
();
92
** Function: ~
PowerSwitch
99
~
PowerSwitch
();
111
static
PowerSwitch
& getInstance ();
216
static
PowerSwitch
sPowerSwitch; //singleton object
Completed in 391 milliseconds