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

/packages/apps/Nfc/nci/jni/
H A DPowerSwitch.cpp21 #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
50 PowerSwitch::PowerSwitch () function in class:PowerSwitch
[all...]
H A DPowerSwitch.h27 ** Name: PowerSwitch
32 class PowerSwitch class
80 ** Function: PowerSwitch
87 PowerSwitch ();
92 ** Function: ~PowerSwitch
99 ~PowerSwitch ();
111 static PowerSwitch& getInstance ();
216 static PowerSwitch sPowerSwitch; //singleton object

Completed in 77 milliseconds