Home
last modified time | relevance | path

Searched refs:setValues (Results 1 – 25 of 25) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
DALSAControl.cpp111 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()
Dalsa_default.cpp1646 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 …]
DAudioHardwareALSA.h257 status_t setext(const char *name, int count, char **setValues);
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicle.aidl155 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/
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/3/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/2/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/impl/vhal/test/
DDefaultVehicleHalTest.cpp1008 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 …]
DMockVehicleHardware.h50 aidl::android::hardware::automotive::vehicle::StatusCode setValues(
DMockVehicleHardware.cpp51 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/
Ddefault_vehicle_hal.rs31 fn setValues( in setValues() method
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.h57 aidlvhal::StatusCode setValues(std::shared_ptr<const SetValuesCallback> callback,
DGRPCVehicleHardware.cpp76 aidlvhal::StatusCode GRPCVehicleHardware::setValues( in setValues() function in android::hardware::automotive::vehicle::virtualization::GRPCVehicleHardware
DGRPCVehicleProxyServer.cpp77 auto aidlStatus = mHardware->setValues( in SetValues()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/
DGRPCVehicleProxyServerUnitTest.cpp58 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/
DIVehicleHardware.h72 virtual aidl::android::hardware::automotive::vehicle::StatusCode setValues(
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DDefaultVehicleHal.h61 ndk::ScopedAStatus setValues(const CallbackType& callback,
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp163 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/
DFakeVehicleHardware.h68 aidl::android::hardware::automotive::vehicle::StatusCode setValues(
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp534 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/
DMacNative.m354 [ctx setValues:interval forParameter:NSOpenGLCPSwapInterval];
/hardware/interfaces/audio/policy/1.0/xml/api/
Dcurrent.txt109 method public void setValues(audio.policy.V1_0.ValuesType);
/hardware/interfaces/audio/aidl/default/config/audioPolicy/engine/api/
Dcurrent.txt109 method public void setValues(@Nullable android.audio.policy.engine.configuration.ValuesType);
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp1193 StatusCode FakeVehicleHardware::setValues(std::shared_ptr<const SetValuesCallback> callback, in setValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardware