Searched defs:PowerSwitch (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DPowerSwitch.cpp21 #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
49 PowerSwitch::PowerSwitch () function in class:PowerSwitch
[all...]
H A DPowerSwitch.h27 ** Name: PowerSwitch
32 class PowerSwitch class
96 ** Function: PowerSwitch
103 PowerSwitch ();
108 ** Function: ~PowerSwitch
115 ~PowerSwitch ();
127 static PowerSwitch& getInstance ();
243 static PowerSwitch sPowerSwitch; //singleton object

Completed in 43 milliseconds