Home
last modified time | relevance | path

Searched refs:onSetValues (Results 1 – 10 of 10) 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/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/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl61 oneway void onSetValues(in SetValueResults responses); in onSetValues() method
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleCallback.h51 ndk::ScopedAStatus onSetValues(
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/vhal/src/
DConnectedClient.cpp61 return callback->onSetValues(results); in callCallback()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp137 [this](std::vector<SetValueResult> results) { onSetValues(results); }); in SetUp()
268 void onSetValues(std::vector<SetValueResult> results) { in onSetValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardwareTest