HomeSort by relevance Sort by last modified time
    Searched refs:PowerSwitch (Results 1 - 3 of 3) 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
NativeNfcManager.cpp 27 #include "PowerSwitch.h"
704 PowerSwitch::getInstance ().abort ();
716 PowerSwitch::getInstance ().initialize (PowerSwitch::UNKNOWN_LEVEL);
726 PowerSwitch::getInstance ().deviceManagementCallback (dmEvent, eventData);
    [all...]

Completed in 355 milliseconds