Searched refs:outTimeUs (Results 1 – 4 of 4) sorted by relevance
43 status_t getPlayTimeForPendingAudioFrames(int64_t *outTimeUs);
114 status_t JMediaSync::getPlayTimeForPendingAudioFrames(int64_t *outTimeUs) { in getPlayTimeForPendingAudioFrames() argument115 return mSync->getPlayTimeForPendingAudioFrames(outTimeUs); in getPlayTimeForPendingAudioFrames()
258 status_t MediaSync::getPlayTimeForPendingAudioFrames(int64_t *outTimeUs) { in getPlayTimeForPendingAudioFrames() argument263 *outTimeUs = INT64_MAX; in getPlayTimeForPendingAudioFrames()284 *outTimeUs = INT64_MAX; in getPlayTimeForPendingAudioFrames()288 *outTimeUs = (int64_t)timeUs; in getPlayTimeForPendingAudioFrames()
131 status_t getPlayTimeForPendingAudioFrames(int64_t *outTimeUs);