Home
last modified time | relevance | path

Searched defs:setValues (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DIVehicle.aidl40 …void setValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.… in setValues() method
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DIVehicle.aidl40 …void setValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.… in setValues() method
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicle.aidl155 void setValues(IVehicleCallback callback, in SetValueRequests requests); in setValues() method
/hardware/qcom/audio/legacy/alsa_sound/
DALSAControl.cpp111 status_t ALSAControl::setext(const char *name, int count, char **setValues) in setext()
Dalsa_default.cpp1646 char** setValues; in getUCMDevice() local
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleHardware.cpp50 StatusCode MockVehicleHardware::setValues(std::shared_ptr<const SetValuesCallback> callback, in setValues() function in android::hardware::automotive::vehicle::MockVehicleHardware
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp433 ScopedAStatus DefaultVehicleHal::setValues(const CallbackType& callback, in setValues() function in android::hardware::automotive::vehicle::DefaultVehicleHal
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp434 StatusCode FakeVehicleHardware::setValues(std::shared_ptr<const SetValuesCallback> callback, in setValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardware
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp103 StatusCode setValues(const std::vector<SetValueRequest>& requests) { in setValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardwareTest