Home
last modified time | relevance | path

Searched defs:onGetValues (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl37 oneway void onGetValues(in android.hardware.automotive.vehicle.GetValueResults responses); in onGetValues() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl37 oneway void onGetValues(in android.hardware.automotive.vehicle.GetValueResults responses); in onGetValues() method
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl46 oneway void onGetValues(in GetValueResults responses); in onGetValues() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl37 oneway void onGetValues(in android.hardware.automotive.vehicle.GetValueResults responses); in onGetValues() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl37 oneway void onGetValues(in android.hardware.automotive.vehicle.GetValueResults responses); in onGetValues() method
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleCallback.cpp52 ScopedAStatus MockVehicleCallback::onGetValues(const GetValueResults& results) { in onGetValues() function in android::hardware::automotive::vehicle::MockVehicleCallback
DSubscriptionManagerTest.cpp57 ScopedAStatus onGetValues(const GetValueResults&) override { return ScopedAStatus::ok(); } in onGetValues() function in android::hardware::automotive::vehicle::PropertyCallback
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp282 void onGetValues(std::vector<GetValueResult> results) { in onGetValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardwareTest