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

  /packages/apps/Nfc/nci/jni/
PowerSwitch.cpp 51 mCurrDeviceMgtPowerState (NFA_DM_PWR_STATE_UNKNOWN),
112 mCurrDeviceMgtPowerState = NFA_DM_PWR_MODE_FULL;
117 mCurrDeviceMgtPowerState = NFA_DM_PWR_STATE_UNKNOWN;
194 if (mCurrDeviceMgtPowerState == NFA_DM_PWR_MODE_OFF_SLEEP)
299 if (mCurrDeviceMgtPowerState != NFA_DM_PWR_MODE_OFF_SLEEP)
319 deviceMgtPowerStateToString (mCurrDeviceMgtPowerState), mCurrDeviceMgtPowerState);
326 if (mCurrDeviceMgtPowerState != NFA_DM_PWR_MODE_FULL)
329 mCurrDeviceMgtPowerState = NFA_DM_PWR_STATE_UNKNOWN;
336 if (mCurrDeviceMgtPowerState != NFA_DM_PWR_MODE_FULL
    [all...]
PowerSwitch.h 240 uint8_t mCurrDeviceMgtPowerState; //device management power state; such as NFA_BRCM_PWR_MODE_???

Completed in 576 milliseconds