Home
last modified time | relevance | path

Searched defs:getValues (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DIVehicle.aidl39 …void getValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.… in getValues() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DIVehicle.aidl39 …void getValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.… in getValues() method
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicle.aidl109 void getValues(IVehicleCallback callback, in GetValueRequests requests); in getValues() method
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleHardware.cpp69 StatusCode MockVehicleHardware::getValues(std::shared_ptr<const GetValuesCallback> callback, in getValues() function in android::hardware::automotive::vehicle::MockVehicleHardware
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp350 ScopedAStatus DefaultVehicleHal::getValues(const CallbackType& callback, in getValues() function in android::hardware::automotive::vehicle::DefaultVehicleHal
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp496 StatusCode FakeVehicleHardware::getValues(std::shared_ptr<const GetValuesCallback> callback, in getValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardware
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp127 StatusCode getValues(const std::vector<GetValueRequest>& requests) { in getValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardwareTest