Searched refs:posUs (Results 1 – 1 of 1) sorted by relevance
2709 int64_t timeUs, posUs; in onSourceNotify() local2711 posUs = (int64_t) posMs * 1000LL; in onSourceNotify()2714 if (posUs < timeUs) { in onSourceNotify()2718 msg->post(timeUs - posUs); in onSourceNotify()