Home
last modified time | relevance | path

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

/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/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/3/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/2/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/rust_impl/vhal/src/
Ddefault_vehicle_hal.rs25 fn getValues( in getValues() method
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESpointer.cpp44 const GLfloat* GLESpointer::getValues() const { in getValues() function in GLESpointer
61 return (GLvoid*)getValues(); in getData()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DDefaultVehicleHalTest.cpp696 auto status = getClient()->getValues(getCallbackClient(), requests); in TEST_F()
719 auto status = getClient()->getValues(getCallbackClient(), requests); in TEST_F()
746 auto status = getClient()->getValues(getCallbackClient(), requests); in TEST_F()
756 auto status = getClient()->getValues(getCallbackClient(), requests); in TEST_F()
792 auto status = getClient()->getValues(getCallbackClient(), requests); in TEST_F()
833 auto status = getClient()->getValues(getCallbackClient(), requests); in TEST_F()
859 auto status = getClient()->getValues(getCallbackClient(), requests); in TEST_F()
894 auto status = getClient()->getValues(getCallbackClient(), requests); in TEST_F()
899 status = getClient()->getValues(getCallbackClient(), requests); in TEST_F()
926 auto status = getClient()->getValues(getCallbackClient(), requests); in TEST_F()
[all …]
DMockVehicleHardware.h54 aidl::android::hardware::automotive::vehicle::StatusCode getValues(
DMockVehicleHardware.cpp70 StatusCode MockVehicleHardware::getValues(std::shared_ptr<const GetValuesCallback> callback, in getValues() function in android::hardware::automotive::vehicle::MockVehicleHardware
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLESpointer.h40 const GLfloat* getValues() const;
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.h63 aidlvhal::StatusCode getValues(
DGRPCVehicleHardware.cpp109 aidlvhal::StatusCode GRPCVehicleHardware::getValues( in getValues() function in android::hardware::automotive::vehicle::virtualization::GRPCVehicleHardware
DGRPCVehicleProxyServer.cpp122 auto aidlStatus = mHardware->getValues( in GetValues()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/
DGRPCVehicleProxyServerUnitTest.cpp64 aidlvhal::StatusCode getValues( in getValues() function in android::hardware::automotive::vehicle::virtualization::VehicleHardwareForTest
92 MOCK_METHOD((aidlvhal::StatusCode), getValues,
/hardware/interfaces/automotive/vehicle/aidl/impl/hardware/include/
DIVehicleHardware.h80 virtual aidl::android::hardware::automotive::vehicle::StatusCode getValues(
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp300 glesPointer->getValues()); in postLoadRestoreCtx()
304 glesPointer->getValues()); in postLoadRestoreCtx()
308 glesPointer->getValues()); in postLoadRestoreCtx()
312 glesPointer->getValues()); in postLoadRestoreCtx()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DDefaultVehicleHal.h59 ndk::ScopedAStatus getValues(const CallbackType& callback,
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp187 StatusCode getValues(const std::vector<GetValueRequest>& requests) { in getValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardwareTest
194 if (StatusCode status = getHardware()->getValues(mGetValuesCallback, requests); in getValues()
241 if (StatusCode status = getValues(requests); status != StatusCode::OK) { in getValue()
553 StatusCode status = getValues(getValueRequests); in TEST_F()
660 status = getValues(getValueRequests); in TEST_F()
698 status = getValues(getValueRequests); in TEST_F()
716 StatusCode status = getValues(getValueRequests); in TEST_F()
746 status = getValues(getValueRequests); in TEST_F()
759 status = getValues(getValueRequests); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h76 aidl::android::hardware::automotive::vehicle::StatusCode getValues(
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp447 ScopedAStatus DefaultVehicleHal::getValues(const CallbackType& callback, in getValues() function in android::hardware::automotive::vehicle::DefaultVehicleHal
521 mVehicleHardware->getValues(client->getResultCallback(), hardwareRequests); in getValues()
/hardware/interfaces/audio/aidl/default/
DXsdcConversion.cpp434 xsdcCriterionType.getValues(), &eng_xsd::ValuesType::getValue, in convertCapCriterionTypeToAidl()
/hardware/interfaces/audio/policy/1.0/xml/api/
Dcurrent.txt106 method public audio.policy.V1_0.ValuesType getValues();
/hardware/interfaces/audio/aidl/default/config/audioPolicy/engine/api/
Dcurrent.txt106 method @Nullable public android.audio.policy.engine.configuration.ValuesType getValues();
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp1255 StatusCode FakeVehicleHardware::getValues(std::shared_ptr<const GetValuesCallback> callback, in getValues() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardware