HomeSort by relevance Sort by last modified time
    Searched refs:setModeOff (Results 1 - 4 of 4) sorted by null

  /packages/apps/Nfc/nci/jni/
PowerSwitch.h 151 ** Function: setModeOff
158 bool setModeOff (PowerActivity deactivated);
NativeSecureElement.cpp 92 if ((!stat) && (! PowerSwitch::getInstance ().setModeOff (PowerSwitch::SE_CONNECTED)))
128 if (! PowerSwitch::getInstance ().setModeOff (PowerSwitch::SE_CONNECTED))
PowerSwitch.cpp 197 ** Function: setModeOff
204 bool PowerSwitch::setModeOff (PowerActivity deactivated)
211 ALOGD ("PowerSwitch::setModeOff(deactivated=0x%x) : mCurrActivity=0x%x", deactivated, mCurrActivity);
NativeNfcManager.cpp     [all...]

Completed in 43 milliseconds