Searched defs:ms (Results 1 – 13 of 13) sorted by relevance
53 IMountService ms = getMs(); in cleanupContainers() local66 IMountService ms = getMs(); in containerExists() local83 IMountService ms = getMs(); in createContainer() local92 IMountService ms = getMs(); in mountContainer() local101 IMountService ms = getMs(); in renameContainer() local109 IMountService ms = getMs(); in unmountContainer() local117 IMountService ms = getMs(); in destroyContainer() local125 IMountService ms = getMs(); in isContainerMounted() local388 IMountService ms = getMs(); in test_Fat_External_UnmountBusy_Success() local411 IMountService ms = getMs(); in test_Fat_External_DestroyBusy() local[all …]
32 void DRM_time_sleep(uint32_t ms) in DRM_time_sleep()
107 public static void sleep(long ms) in sleep()
115 public void sleep(long ms) { in sleep()
48 IMountService ms = getMs(); in cleanupContainers() local
244 long ms = Long.valueOf(retryAfter) * 1000; in setMoratoriumTimeHttp() local
60 void setStartTimeOffsetMs(int ms) { mStartTimeOffsetMs = ms; } in setStartTimeOffsetMs()
141 public void setEnterFadeDuration(int ms) { in setEnterFadeDuration()150 public void setExitFadeDuration(int ms) { in setExitFadeDuration()
61 static jboolean movie_setTime(JNIEnv* env, jobject movie, int ms) { in movie_setTime()
291 int ms = (int) (time % 1000); in showTime() local
322 uint32_t ms = tolel(ALooper::GetNowUs() / 1000ll); in send() local
406 table.add(new MccEntry(354,"ms",2)); //Montserrat in table.add()
4500 std::string FormatTimeInMillisAsSeconds(TimeInMillis ms) { in FormatTimeInMillisAsSeconds()