Home
last modified time | relevance | path

Searched refs:isSampleRateFixed (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleHalManager.h128 static bool isSampleRateFixed(VehiclePropertyChangeMode mode);
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp490 bool VehicleHalManager::isSampleRateFixed(VehiclePropertyChangeMode mode) { in isSampleRateFixed() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
496 if (isSampleRateFixed(config.changeMode)) { in checkSampleRate()