Searched defs:onSetValues (Results 1 – 8 of 8) sorted by relevance
38 oneway void onSetValues(in android.hardware.automotive.vehicle.SetValueResults responses); in onSetValues() method
61 oneway void onSetValues(in SetValueResults responses); in onSetValues() method
62 ScopedAStatus MockVehicleCallback::onSetValues(const SetValueResults& results) { in onSetValues() function in android::hardware::automotive::vehicle::MockVehicleCallback
59 ScopedAStatus onSetValues(const SetValueResults&) override { return ScopedAStatus::ok(); } in onSetValues() function in android::hardware::automotive::vehicle::PropertyCallback
268 void onSetValues(std::vector<SetValueResult> results) { in onSetValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardwareTest