Home
last modified time | relevance | path

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

/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc62 #define SEC_TO_NS 1000000000 macro
1365 if (timestamp->tv_nsec > 1 * SEC_TO_NS) { in out_get_presentation_position()
1367 timestamp->tv_nsec -= SEC_TO_NS; in out_get_presentation_position()