Home
last modified time | relevance | path

Searched refs:maxSampleRate (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
DProtoMessageConverter_test.cpp47 EXPECT_EQ(config.maxSampleRate, tmpConfig.maxSampleRate); in CheckPropConfigConversion()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultConfig.h138 .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 …]
DDefaultVehicleHal.cpp542 if (sampleRate < config->minSampleRate || sampleRate > config->maxSampleRate) { in subscribe()
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DVehiclePropConfig.aidl127 float maxSampleRate;
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DVehiclePropConfig.aidl44 float maxSampleRate;
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DVehiclePropConfig.aidl44 float maxSampleRate;
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/
DVehiclePropConfig.aidl44 float maxSampleRate;
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/
DVehiclePropConfig.aidl44 float maxSampleRate;
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/src/
DProtoMessageConverter.cpp60 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/
DProtoMessageConverter.cpp121 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()
DVehicleHalManager.cpp503 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/
Dmedia_profiles.dtd48 <!ATTLIST AudioEncoderCap maxSampleRate CDATA #REQUIRED> attribute
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DDefaultVehicleHalTest.cpp296 .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/
DVtsHalAutomotiveVehicle_TargetTest.cpp510 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/
DREADME.md60 "maxSampleRate": 10,
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp741 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/
DJsonConfigLoader.cpp650 &configDecl.config.maxSampleRate, errors); in parseEachProperty()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp430 ptr->maxSampleRate = config.maxSampleRate; in getVehiclePropConfig()
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal4050 float maxSampleRate;