Searched refs:NANOS_PER_MICROSECOND (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioExampleUtils.h24 #define NANOS_PER_MICROSECOND ((int64_t)1000) macro
25 #define NANOS_PER_MILLISECOND (NANOS_PER_MICROSECOND * 1000)
/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp36 #define NANOS_PER_MICROSECOND ((int64_t)1000) macro
37 #define NANOS_PER_MILLISECOND (NANOS_PER_MICROSECOND * 1000)

Completed in 588 milliseconds