Searched refs:posUs (Results 1 – 1 of 1) sorted by relevance
2683 int64_t timeUs, posUs; in onSourceNotify() local2685 posUs = (int64_t) posMs * 1000LL; in onSourceNotify()2688 if (posUs < timeUs) { in onSourceNotify()2692 msg->post(timeUs - posUs); in onSourceNotify()