HomeSort by relevance Sort by last modified time
    Searched defs:PowerSwitch (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/nci/jni/
PowerSwitch.cpp 21 #include "PowerSwitch.h"
33 PowerSwitch PowerSwitch::sPowerSwitch;
34 const PowerSwitch::PowerActivity PowerSwitch::DISCOVERY=0x01;
35 const PowerSwitch::PowerActivity PowerSwitch::SE_ROUTING=0x02;
36 const PowerSwitch::PowerActivity PowerSwitch::SE_CONNECTED=0x04;
40 ** Function: PowerSwitch
    [all...]
PowerSwitch.h 27 ** Name: PowerSwitch
32 class PowerSwitch
79 ** Function: PowerSwitch
86 PowerSwitch ();
91 ** Function: ~PowerSwitch
98 ~PowerSwitch ();
110 static PowerSwitch& getInstance ();
214 static PowerSwitch sPowerSwitch; //singleton object

Completed in 87 milliseconds