Searched refs:onSetValues (Results 1 – 10 of 10) 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
51 ndk::ScopedAStatus onSetValues(
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
61 return callback->onSetValues(results); in callCallback()
137 [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