Home
last modified time | relevance | path

Searched defs:onSetValues (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.aidl38 oneway void onSetValues(in android.hardware.automotive.vehicle.SetValueResults responses); in onSetValues() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl38 oneway void onSetValues(in android.hardware.automotive.vehicle.SetValueResults responses); in onSetValues() method
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl61 oneway void onSetValues(in SetValueResults responses); in onSetValues() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl38 oneway void onSetValues(in android.hardware.automotive.vehicle.SetValueResults responses); in onSetValues() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl38 oneway void onSetValues(in android.hardware.automotive.vehicle.SetValueResults responses); in onSetValues() method
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleCallback.cpp62 ScopedAStatus MockVehicleCallback::onSetValues(const SetValueResults& results) { in onSetValues() function in android::hardware::automotive::vehicle::MockVehicleCallback
DSubscriptionManagerTest.cpp59 ScopedAStatus onSetValues(const SetValueResults&) override { return ScopedAStatus::ok(); } in onSetValues() function in android::hardware::automotive::vehicle::PropertyCallback
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp268 void onSetValues(std::vector<SetValueResult> results) { in onSetValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardwareTest