Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java71 public static WifiScanner.ScanSettings createRequest(int band, int period, int maxPeriod, in createRequest() argument
77 request.maxPeriodInMs = maxPeriod; in createRequest()
/frameworks/av/services/audioflinger/
DThreads.h951 nsecs_t maxPeriod; variable
DThreads.cpp3279 if (delta > maxPeriod) { in threadLoop()
4824 maxPeriod = seconds(mNormalFrameCount) / mSampleRate * 15; in cacheParameters_l()