Home
last modified time | relevance | path

Searched refs:notifyApStateChange (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/1/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl42 void notifyApStateChange(in android.hardware.automotive.remoteaccess.ApState state); in notifyApStateChange() method
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/2/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl42 void notifyApStateChange(in android.hardware.automotive.remoteaccess.ApState state); in notifyApStateChange() method
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/current/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl42 void notifyApStateChange(in android.hardware.automotive.remoteaccess.ApState state); in notifyApStateChange() method
/hardware/interfaces/automotive/remoteaccess/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl126 void notifyApStateChange(in ApState state); in notifyApStateChange() method
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp282 ScopedAStatus status = getService()->notifyApStateChange(newState); in TEST_F()
319 ASSERT_TRUE(getService()->notifyApStateChange(newState).isOk()); in TEST_F()
352 ASSERT_TRUE(getService()->notifyApStateChange(newState).isOk()); in TEST_F()
410 ASSERT_TRUE(getService()->notifyApStateChange(newState).isOk()); in TEST_F()
416 ASSERT_TRUE(getService()->notifyApStateChange(newState).isOk()); in TEST_F()
/hardware/interfaces/automotive/remoteaccess/hal/default/include/
DRemoteAccessService.h79 ndk::ScopedAStatus notifyApStateChange(
/hardware/interfaces/automotive/remoteaccess/vts/src/
DVtsHalAutomotiveRemoteAccess_TargetTest.cpp172 ScopedAStatus status = mHal->notifyApStateChange(apState); in TEST_P()
254 mHal->notifyApStateChange(ApState{ in setTaskCallbackAndReadyForTask()
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp304 ScopedAStatus RemoteAccessService::notifyApStateChange(const ApState& newState) { in notifyApStateChange() function in android::hardware::automotive::remoteaccess::RemoteAccessService
561 auto status = notifyApStateChange(apState); in dump()