Searched defs:timeInMSec (Results 1 – 5 of 5) sorted by relevance
46 bool Semaphore::timedWait(int timeInMSec) in timedWait()
164 public static double calcRatePerSec(double change, double timeInMSec) { in calcRatePerSec()175 public static double[] calcRatePerSecArray(double change, double[] timeInMSec) { in calcRatePerSecArray()
174 public static double calcRatePerSec(double change, double timeInMSec) { in calcRatePerSec()185 public static double[] calcRatePerSecArray(double change, double[] timeInMSec) { in calcRatePerSecArray()
121 bool timedWait(int timeInMSec) { in timedWait()
156 bool RemoteAudio::waitForCompletion(android::sp<android::MessageHandler>& command, int timeInMSec) in waitForCompletion()