Home
last modified time | relevance | path

Searched defs:deviceStatusChanged (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/
DIEvsEnumeratorStatusCallback.aidl37 oneway void deviceStatusChanged(in android.hardware.automotive.evs.DeviceStatus[] status); in deviceStatusChanged() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/
DIEvsEnumeratorStatusCallback.aidl37 oneway void deviceStatusChanged(in android.hardware.automotive.evs.DeviceStatus[] status); in deviceStatusChanged() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/
DIEvsEnumeratorStatusCallback.aidl37 oneway void deviceStatusChanged(in android.hardware.automotive.evs.DeviceStatus[] status); in deviceStatusChanged() method
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DIEvsEnumeratorStatusCallback.aidl33 void deviceStatusChanged(in DeviceStatus[] status); in deviceStatusChanged() method
/hardware/interfaces/automotive/evs/aidl/vts/
DVtsHalEvsTargetTest.cpp249 ndk::ScopedAStatus deviceStatusChanged(const std::vector<DeviceStatus>&) override { in deviceStatusChanged() function in EvsAidlTest::DeviceStatusCallback