Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h214 static __inline__ void adb_sleep_ms( int mseconds ) in adb_sleep_ms() argument
216 Sleep( mseconds ); in adb_sleep_ms()
487 static __inline__ void adb_sleep_ms( int mseconds ) in adb_sleep_ms() argument
489 usleep( mseconds*1000 ); in adb_sleep_ms()
/system/bt/embdrv/sbc/decoder/include/
Doi_time.h93 OI_INT16 mseconds; member