Home
last modified time | relevance | path

Searched refs:checkSampleRateHz (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DSubscriptionManager.h126 static bool checkSampleRateHz(float sampleRateHz);
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DSubscriptionManagerTest.cpp512 ASSERT_TRUE(SubscriptionManager::checkSampleRateHz(1.0)); in TEST_F()
516 ASSERT_FALSE(SubscriptionManager::checkSampleRateHz(FLT_MIN)); in TEST_F()
520 ASSERT_FALSE(SubscriptionManager::checkSampleRateHz(0)); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DSubscriptionManager.cpp70 bool SubscriptionManager::checkSampleRateHz(float sampleRateHz) { in checkSampleRateHz() function in android::hardware::automotive::vehicle::SubscriptionManager
DDefaultVehicleHal.cpp750 if (!SubscriptionManager::checkSampleRateHz(sampleRateHz)) { in checkSubscribeOptions()