Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.cpp231 ExtendedTimestamp *extendedTimestamp) { in getBestTimestamp() argument
247 status_t status = extendedTimestamp->getBestTimestamp(&localPosition, timeNanoseconds, in getBestTimestamp()
DAudioStreamRecord.cpp493 ExtendedTimestamp extendedTimestamp; in getTimestamp() local
497 status_t status = mAudioRecord->getTimestamp(&extendedTimestamp); in getTimestamp()
503 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp); in getTimestamp()
DAudioStreamTrack.cpp523 ExtendedTimestamp extendedTimestamp; in getTimestamp() local
524 status_t status = mAudioTrack->getTimestamp(&extendedTimestamp); in getTimestamp()
533 &nanoseconds, &extendedTimestamp); in getTimestamp()
DAudioStreamLegacy.h95 android::ExtendedTimestamp *extendedTimestamp);