Home
last modified time | relevance | path

Searched defs:notifyApStateChange (Results 1 – 5 of 5) 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/src/
DRemoteAccessService.cpp304 ScopedAStatus RemoteAccessService::notifyApStateChange(const ApState& newState) { in notifyApStateChange() function in android::hardware::automotive::remoteaccess::RemoteAccessService