Home
last modified time | relevance | path

Searched refs:STATE_DISABLED (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/3/android/hardware/radio/modem/
DHardwareConfig.aidl45 const int STATE_DISABLED = 2;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/2/android/hardware/radio/modem/
DHardwareConfig.aidl44 const int STATE_DISABLED = 2;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/current/android/hardware/radio/modem/
DHardwareConfig.aidl45 const int STATE_DISABLED = 2;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.modem/1/android/hardware/radio/modem/
DHardwareConfig.aidl44 const int STATE_DISABLED = 2;
/hardware/interfaces/radio/aidl/android/hardware/radio/modem/
DHardwareConfig.aidl28 const int STATE_DISABLED = 2;
/hardware/google/pixel/health/include/pixelhealth/
DBatteryDefender.h74 STATE_DISABLED, enumerator
82 [STATE_DISABLED] = "DISABLED",
/hardware/google/pixel/health/
DBatteryDefender.cpp286 case STATE_DISABLED: in stateMachine_runAction()
318 nextState = STATE_DISABLED; in stateMachine_getNextState()
333 case STATE_DISABLED: in stateMachine_getNextState()
378 case STATE_DISABLED: in stateMachine_firstAction()