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

/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp2831 static const int NANOS_PER_MILLIS = 1000000; local
2832 *msec = (int32_t)(ms + clockdiff / NANOS_PER_MILLIS);

Completed in 292 milliseconds