Home
last modified time | relevance | path

Searched refs:maxPeriod (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DScanTestUtil.java89 int maxPeriod, int stepCount, int batch, int bssidsPerScan, int reportEvents) { in createRequest() argument
95 request.maxPeriodInMs = maxPeriod; in createRequest()
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h1316 nsecs_t maxPeriod; variable
H A DThreads.cpp4119 if (mType == MIXER && deltaWriteNs > maxPeriod) { in threadLoop()
6041 maxPeriod = seconds(mNormalFrameCount) / mSampleRate * 15; in cacheParameters_l()