Home
last modified time | relevance | path

Searched refs:extendedTimestamp (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamLegacy.cpp185 ExtendedTimestamp *extendedTimestamp) { in getBestTimestamp() argument
201 status_t status = extendedTimestamp->getBestTimestamp(&localPosition, timeNanoseconds, in getBestTimestamp()
H A DAudioStreamRecord.cpp534 ExtendedTimestamp extendedTimestamp; in getTimestamp() local
538 status_t status = mAudioRecord->getTimestamp(&extendedTimestamp); in getTimestamp()
544 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp); in getTimestamp()
H A DAudioStreamTrack.cpp526 ExtendedTimestamp extendedTimestamp; in getTimestamp() local
527 status_t status = mAudioTrack->getTimestamp(&extendedTimestamp); in getTimestamp()
536 &nanoseconds, &extendedTimestamp); in getTimestamp()
H A DAudioStreamLegacy.h93 android::ExtendedTimestamp *extendedTimestamp);