/hardware/qcom/audio/legacy/alsa_sound/ |
D | ALSAControl.cpp | 111 status_t ALSAControl::setext(const char *name, int count, char **setValues) in setext() argument 127 ret = mixer_ctl_set_value(ctl, count, setValues); in setext()
|
D | alsa_default.cpp | 1646 char** setValues; in getUCMDevice() local 1647 setValues = (char**)malloc(2*sizeof(char*)); in getUCMDevice() 1648 if (setValues == NULL) { in getUCMDevice() 1651 setValues[0] = (char*)malloc(4*sizeof(char)); in getUCMDevice() 1652 if (setValues[0] == NULL) { in getUCMDevice() 1653 free(setValues); in getUCMDevice() 1657 setValues[1] = (char*)malloc(8*sizeof(char)); in getUCMDevice() 1658 if (setValues[1] == NULL) { in getUCMDevice() 1659 free(setValues); in getUCMDevice() 1660 free(setValues[0]); in getUCMDevice() [all …]
|
D | AudioHardwareALSA.h | 257 status_t setext(const char *name, int count, char **setValues);
|
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/ |
D | IVehicle.aidl | 155 void setValues(IVehicleCallback callback, in SetValueRequests requests); in setValues() method
|
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/ |
D | IVehicle.aidl | 40 …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/3/android/hardware/automotive/vehicle/ |
D | IVehicle.aidl | 40 …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/2/android/hardware/automotive/vehicle/ |
D | IVehicle.aidl | 40 …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/ |
D | IVehicle.aidl | 40 …void setValues(android.hardware.automotive.vehicle.IVehicleCallback callback, in android.hardware.… in setValues() method
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/ |
D | DefaultVehicleHalTest.cpp | 1008 auto status = getClient()->setValues(getCallbackClient(), requests); in TEST_F() 1030 auto status = getClient()->setValues(getCallbackClient(), requests); in TEST_F() 1081 auto status = getClient()->setValues(getCallbackClient(), requests); in TEST_P() 1119 auto status = getClient()->setValues(getCallbackClient(), requests); in TEST_F() 1145 auto status = getClient()->setValues(getCallbackClient(), requests); in TEST_F() 1178 auto status = getClient()->setValues(getCallbackClient(), requests); in TEST_F() 1183 status = getClient()->setValues(getCallbackClient(), requests); in TEST_F() 1212 auto status = getClient()->setValues(getCallbackClient(), requests); in TEST_F() 1237 auto status = getClient()->setValues(getCallbackClient(), requests); in TEST_F() 1290 status = getClient()->setValues(getCallbackClient(), setValueRequests); in TEST_F() [all …]
|
D | MockVehicleHardware.h | 50 aidl::android::hardware::automotive::vehicle::StatusCode setValues(
|
D | MockVehicleHardware.cpp | 51 StatusCode MockVehicleHardware::setValues(std::shared_ptr<const SetValuesCallback> callback, in setValues() function in android::hardware::automotive::vehicle::MockVehicleHardware
|
/hardware/interfaces/automotive/vehicle/aidl/rust_impl/vhal/src/ |
D | default_vehicle_hal.rs | 31 fn setValues( in setValues() method
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/ |
D | GRPCVehicleHardware.h | 57 aidlvhal::StatusCode setValues(std::shared_ptr<const SetValuesCallback> callback,
|
D | GRPCVehicleHardware.cpp | 76 aidlvhal::StatusCode GRPCVehicleHardware::setValues( in setValues() function in android::hardware::automotive::vehicle::virtualization::GRPCVehicleHardware
|
D | GRPCVehicleProxyServer.cpp | 77 auto aidlStatus = mHardware->setValues( in SetValues()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/ |
D | GRPCVehicleProxyServerUnitTest.cpp | 58 aidlvhal::StatusCode setValues( in setValues() function in android::hardware::automotive::vehicle::virtualization::VehicleHardwareForTest 87 MOCK_METHOD((aidlvhal::StatusCode), setValues,
|
/hardware/interfaces/automotive/vehicle/aidl/impl/hardware/include/ |
D | IVehicleHardware.h | 72 virtual aidl::android::hardware::automotive::vehicle::StatusCode setValues(
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/ |
D | DefaultVehicleHal.h | 61 ndk::ScopedAStatus setValues(const CallbackType& callback,
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/ |
D | FakeVehicleHardwareTest.cpp | 163 StatusCode setValues(const std::vector<SetValueRequest>& requests) { in setValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardwareTest 170 if (StatusCode status = getHardware()->setValues(mSetValuesCallback, requests); in setValues() 219 if (StatusCode status = setValues(requests); status != StatusCode::OK) { in setValue() 575 StatusCode status = setValues(requests); in TEST_F() 600 StatusCode status = setValues(requests); in TEST_F() 620 StatusCode status = setValues(requests); in TEST_F() 648 StatusCode status = setValues(setValueRequests); in TEST_F() 685 StatusCode status = setValues(setValueRequests); in TEST_F() 734 StatusCode status = setValues(setValueRequests); in TEST_F() 755 status = setValues(setValueRequests); in TEST_F()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/ |
D | FakeVehicleHardware.h | 68 aidl::android::hardware::automotive::vehicle::StatusCode setValues(
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/ |
D | DefaultVehicleHal.cpp | 534 ScopedAStatus DefaultVehicleHal::setValues(const CallbackType& callback, in setValues() function in android::hardware::automotive::vehicle::DefaultVehicleHal 617 mVehicleHardware->setValues(client->getResultCallback(), hardwareRequests); in setValues()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | MacNative.m | 354 [ctx setValues:interval forParameter:NSOpenGLCPSwapInterval];
|
/hardware/interfaces/audio/policy/1.0/xml/api/ |
D | current.txt | 109 method public void setValues(audio.policy.V1_0.ValuesType);
|
/hardware/interfaces/audio/aidl/default/config/audioPolicy/engine/api/ |
D | current.txt | 109 method public void setValues(@Nullable android.audio.policy.engine.configuration.ValuesType);
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/ |
D | FakeVehicleHardware.cpp | 1193 StatusCode FakeVehicleHardware::setValues(std::shared_ptr<const SetValuesCallback> callback, in setValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardware
|