/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/ |
D | ProtoMessageConverter_test.cpp | 47 EXPECT_EQ(config.maxSampleRate, tmpConfig.maxSampleRate); in CheckPropConfigConversion()
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | DefaultConfig.h | 138 .maxSampleRate = 10.0f, 182 .maxSampleRate = 10.0f, 191 .maxSampleRate = 10.0f, 200 .maxSampleRate = 10.0f, 210 .maxSampleRate = 10.0f, 221 .maxSampleRate = 100.0f, 239 .maxSampleRate = 100.0f, 265 .maxSampleRate = 10.0f, 275 .maxSampleRate = 2.0f, 305 .maxSampleRate = 2.0f, [all …]
|
D | DefaultVehicleHal.cpp | 542 if (sampleRate < config->minSampleRate || sampleRate > config->maxSampleRate) { in subscribe()
|
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/ |
D | VehiclePropConfig.aidl | 127 float maxSampleRate;
|
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/ |
D | VehiclePropConfig.aidl | 44 float maxSampleRate;
|
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/ |
D | VehiclePropConfig.aidl | 44 float maxSampleRate;
|
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/ |
D | VehiclePropConfig.aidl | 44 float maxSampleRate;
|
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/ |
D | VehiclePropConfig.aidl | 44 float maxSampleRate;
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/src/ |
D | ProtoMessageConverter.cpp | 60 out->set_max_sample_rate(in.maxSampleRate); in aidlToProto() 92 out->maxSampleRate = in.max_sample_rate(); in protoToAidl()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | ProtoMessageConverter.cpp | 121 protoCfg->set_max_sample_rate(cfg.maxSampleRate); in toProto() 148 CHECK_COPY_PROTOBUF_VAR_TO_VHAL_TYPE(protoCfg, max_sample_rate, cfg, maxSampleRate); in fromProto()
|
D | VehicleHalManager.cpp | 503 if (sampleRate > config.maxSampleRate) { in checkSampleRate() 505 "to max.", sampleRate, config.maxSampleRate); in checkSampleRate() 506 return config.maxSampleRate; in checkSampleRate()
|
/hardware/interfaces/media/1.0/xml/ |
D | media_profiles.dtd | 48 <!ATTLIST AudioEncoderCap maxSampleRate CDATA #REQUIRED> attribute
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/ |
D | DefaultVehicleHalTest.cpp | 296 .maxSampleRate = 100.0, in init() 307 .maxSampleRate = 100.0, in init() 335 .maxSampleRate = 1000.0, in init() 361 .maxSampleRate = 1000.0, in init() 369 .maxSampleRate = 1000.0, in init() 377 .maxSampleRate = 100.0, in init() 384 .maxSampleRate = 1000.0, in init()
|
/hardware/interfaces/automotive/vehicle/vts/src/ |
D | VtsHalAutomotiveVehicle_TargetTest.cpp | 510 float maxSampleRate = propConfig->getMaxSampleRate(); in TEST_P() local 536 result = client->subscribe({{.propId = propId, .sampleRate = maxSampleRate}}); in TEST_P() 543 ASSERT_TRUE(mCallback->waitForExpectedEvents(propId, std::floor(maxSampleRate), in TEST_P() 595 float maxSampleRate = propConfig->getMaxSampleRate(); in TEST_P() local 596 if (maxSampleRate < 1) { in TEST_P() 611 builder.setSampleRate(maxSampleRate); in TEST_P()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/config/ |
D | README.md | 60 "maxSampleRate": 10,
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/ |
D | DefaultVehicleHal.cpp | 741 float maxSampleRateHz = config.maxSampleRate; in checkSubscribeOptions() 796 optionCopy.sampleRate, config.minSampleRate, config.maxSampleRate); in subscribe()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/src/ |
D | JsonConfigLoader.cpp | 650 &configDecl.config.maxSampleRate, errors); in parseEachProperty()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/ |
D | FakeVehicleHardwareTest.cpp | 430 ptr->maxSampleRate = config.maxSampleRate; in getVehiclePropConfig()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 4050 float maxSampleRate;
|