Searched refs:getPlayTimeForPendingAudioFrames (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() function in android::JMediaSync115 return mSync->getPlayTimeForPendingAudioFrames(outTimeUs); in getPlayTimeForPendingAudioFrames()308 status_t err = sync->getPlayTimeForPendingAudioFrames(&playTimeUs); in android_media_MediaSync_native_getPlayTimeForPendingAudioFrames()
131 status_t getPlayTimeForPendingAudioFrames(int64_t *outTimeUs);
258 status_t MediaSync::getPlayTimeForPendingAudioFrames(int64_t *outTimeUs) { in getPlayTimeForPendingAudioFrames() function in android::MediaSync