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 152 ** Function: setModeOff
159 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 222 ** Function: setModeOff
229 bool PowerSwitch::setModeOff (PowerActivity deactivated)
236 ALOGD ("PowerSwitch::setModeOff(deactivated=0x%x) : mCurrActivity=0x%x", deactivated, mCurrActivity);
NativeNfcManager.cpp     [all...]

Completed in 512 milliseconds