Searched defs:onGetValues (Results 1 – 8 of 8) 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
52 ScopedAStatus MockVehicleCallback::onGetValues(const GetValueResults& results) { in onGetValues() function in android::hardware::automotive::vehicle::MockVehicleCallback
57 ScopedAStatus onGetValues(const GetValueResults&) override { return ScopedAStatus::ok(); } in onGetValues() function in android::hardware::automotive::vehicle::PropertyCallback
282 void onGetValues(std::vector<GetValueResult> results) { in onGetValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardwareTest