Searched refs:getPlayTimeForPendingAudioFrames (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_MediaSync.h43 status_t getPlayTimeForPendingAudioFrames(int64_t *outTimeUs);
H A Dandroid_media_MediaSync.cpp114 status_t JMediaSync::getPlayTimeForPendingAudioFrames(int64_t *outTimeUs) { function in class:android::JMediaSync
115 return mSync->getPlayTimeForPendingAudioFrames(outTimeUs);
308 status_t err = sync->getPlayTimeForPendingAudioFrames(&playTimeUs);
/frameworks/av/include/media/stagefright/
H A DMediaSync.h131 status_t getPlayTimeForPendingAudioFrames(int64_t *outTimeUs);
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaSync.h131 status_t getPlayTimeForPendingAudioFrames(int64_t *outTimeUs);
/frameworks/av/media/libstagefright/include/
H A DMediaSync.h131 status_t getPlayTimeForPendingAudioFrames(int64_t *outTimeUs);
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp258 status_t MediaSync::getPlayTimeForPendingAudioFrames(int64_t *outTimeUs) { function in class:android::MediaSync
278 ALOGW("getPlayTimeForPendingAudioFrames: pending frame count is negative.");
285 ALOGW("getPlayTimeForPendingAudioFrames: play time for pending audio frames "

Completed in 60 milliseconds