Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h208 static __inline__ void adb_sleep_ms( int mseconds ) in adb_sleep_ms() argument
210 Sleep( mseconds ); in adb_sleep_ms()
462 static __inline__ void adb_sleep_ms( int mseconds ) in adb_sleep_ms() argument
464 usleep( mseconds*1000 ); in adb_sleep_ms()