Searched defs:onGetValues (Results 1 – 6 of 6) sorted by relevance
37 oneway void onGetValues(in android.hardware.automotive.vehicle.GetValueResults responses); in onGetValues() method
46 oneway void onGetValues(in GetValueResults responses); in onGetValues() method
48 ScopedAStatus MockVehicleCallback::onGetValues(const GetValueResults& results) { in onGetValues() function in android::hardware::automotive::vehicle::MockVehicleCallback
55 ScopedAStatus onGetValues(const GetValueResults&) override { return ScopedAStatus::ok(); } in onGetValues() function in android::hardware::automotive::vehicle::PropertyCallback
222 void onGetValues(std::vector<GetValueResult> results) { in onGetValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardwareTest