/hardware/interfaces/automotive/vehicle/aidl/impl/3/hardware/include/ |
D | IVehicleHardware.h | 238 virtual aidlvhal::StatusCode updateSampleRate([[maybe_unused]] int32_t propId, in updateSampleRate() function
|
/hardware/interfaces/automotive/vehicle/aidl/impl/3/grpc/ |
D | GRPCVehicleHardware.h | 86 aidlvhal::StatusCode updateSampleRate(int32_t propId, int32_t areaId,
|
D | GRPCVehicleProxyServer.cpp | 187 const auto status_code = mHardware->updateSampleRate(request->prop(), request->area_id(), in UpdateSampleRate()
|
D | GRPCVehicleHardware.cpp | 331 aidlvhal::StatusCode GRPCVehicleHardware::updateSampleRate(int32_t propId, int32_t areaId, in updateSampleRate() function in android::hardware::automotive::vehicle::virtualization::GRPCVehicleHardware
|
/hardware/interfaces/automotive/vehicle/aidl/impl/current/grpc/ |
D | GRPCVehicleHardware.h | 86 aidlvhal::StatusCode updateSampleRate(int32_t propId, int32_t areaId,
|
D | GRPCVehicleProxyServer.cpp | 207 const auto status_code = mHardware->updateSampleRate(request->prop(), request->area_id(), in UpdateSampleRate()
|
D | GRPCVehicleHardware.cpp | 357 aidlvhal::StatusCode GRPCVehicleHardware::updateSampleRate(int32_t propId, int32_t areaId, in updateSampleRate() function in android::hardware::automotive::vehicle::virtualization::GRPCVehicleHardware
|
/hardware/interfaces/automotive/vehicle/aidl/impl/current/hardware/include/ |
D | IVehicleHardware.h | 253 virtual aidlvhal::StatusCode updateSampleRate([[maybe_unused]] int32_t propId, in updateSampleRate() function
|
/hardware/interfaces/automotive/vehicle/aidl/impl/3/grpc/test/ |
D | GRPCVehicleProxyServerUnitTest.cpp | 106 MOCK_METHOD(aidlvhal::StatusCode, updateSampleRate,
|
/hardware/interfaces/automotive/vehicle/aidl/impl/current/grpc/test/ |
D | GRPCVehicleProxyServerUnitTest.cpp | 106 MOCK_METHOD(aidlvhal::StatusCode, updateSampleRate,
|
/hardware/interfaces/automotive/vehicle/aidl/impl/3/vhal/src/ |
D | SubscriptionManager.cpp | 229 if (auto status = mVehicleHardware->updateSampleRate(propId, areaId, newRateHz); in updateContSubConfigsLocked()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/current/vhal/src/ |
D | SubscriptionManager.cpp | 231 if (auto status = mVehicleHardware->updateSampleRate(propId, areaId, newRateHz); in updateContSubConfigsLocked()
|