Home
last modified time | relevance | path

Searched defs:newState (Results 1 – 20 of 20) sorted by relevance

/hardware/interfaces/audio/aidl/common/
DStreamWorker.cpp62 WorkerState newState; in waitForAtLeastOneCycle() local
69 void ThreadController::switchWorkerStateSync(WorkerState oldState, WorkerState newState, in switchWorkerStateSync()
/hardware/interfaces/camera/provider/2.5/default/
DLegacyCameraProviderImpl_2_5.cpp41 hidl_bitfield<DeviceState> newState) { in notifyDeviceStateChange()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DStreamWorker.h55 WorkerState newState; in waitForAtLeastOneCycle() local
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp279 ApState newState = { in TEST_F() local
316 ApState newState = { in TEST_F() local
349 ApState newState = { in TEST_F() local
407 ApState newState = { in TEST_F() local
/hardware/qcom/sm8150p/gps/gnss/
DAgps.cpp382 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState()
/hardware/qcom/sm7150/gps/gnss/
DAgps.cpp382 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState()
/hardware/qcom/sm8150/gps/gnss/
DAgps.cpp382 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState()
/hardware/qcom/sm7250/gps/gnss/
DAgps.cpp382 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState()
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/1/android/hardware/wifi/supplicant/
DISupplicantStaIfaceCallback.aidl60 …oneway void onStateChanged(in android.hardware.wifi.supplicant.StaIfaceCallbackState newState, in … in onStateChanged()
/hardware/qcom/gps/msm8998/gnss/
DAgps.cpp389 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState()
/hardware/qcom/gps/msm8909w_3100/gnss/
DAgps.cpp394 void AgpsStateMachine::transitionState(AgpsState newState){ in transitionState()
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/2/android/hardware/wifi/supplicant/
DISupplicantStaIfaceCallback.aidl69 …oneway void onStateChanged(in android.hardware.wifi.supplicant.StaIfaceCallbackState newState, in … in onStateChanged()
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/3/android/hardware/wifi/supplicant/
DISupplicantStaIfaceCallback.aidl72 …oneway void onStateChanged(in android.hardware.wifi.supplicant.StaIfaceCallbackState newState, in … in onStateChanged()
/hardware/interfaces/wifi/supplicant/aidl/android/hardware/wifi/supplicant/
DISupplicantStaIfaceCallback.aidl284 void onStateChanged(in StaIfaceCallbackState newState, in byte[] bssid, in int id, in onStateChanged()
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/
DISupplicantStaIfaceCallback.aidl72 …oneway void onStateChanged(in android.hardware.wifi.supplicant.StaIfaceCallbackState newState, in … in onStateChanged()
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp304 ScopedAStatus RemoteAccessService::notifyApStateChange(const ApState& newState) { in notifyApStateChange()
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp2859 int newState = en ? 1 : 0; in enable() local
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp3191 int newState = en ? 1 : 0; local
/hardware/ril/reference-ril/
Dreference-ril.c2804 setRadioState(RIL_RadioState newState)
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp8677 void CameraHidlTest::notifyDeviceState(provider::V2_5::DeviceState newState) { in notifyDeviceState()