Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.cpp176 ExtendedTimestamp *extendedTimestamp) { in getBestTimestamp() argument
192 status_t status = extendedTimestamp->getBestTimestamp(&localPosition, timeNanoseconds, in getBestTimestamp()
DAudioStreamRecord.cpp487 ExtendedTimestamp extendedTimestamp; in getTimestamp() local
491 status_t status = mAudioRecord->getTimestamp(&extendedTimestamp); in getTimestamp()
497 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp); in getTimestamp()
DAudioStreamTrack.cpp482 ExtendedTimestamp extendedTimestamp; in getTimestamp() local
483 status_t status = mAudioTrack->getTimestamp(&extendedTimestamp); in getTimestamp()
492 &nanoseconds, &extendedTimestamp); in getTimestamp()
DAudioStreamLegacy.h110 android::ExtendedTimestamp *extendedTimestamp);