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

/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamLegacy.cpp125 ExtendedTimestamp *extendedTimestamp) {
139 status_t status = extendedTimestamp->getBestTimestamp(framePosition, timeNanoseconds, timebase);
122 getBestTimestamp(clockid_t clockId, int64_t *framePosition, int64_t *timeNanoseconds, ExtendedTimestamp *extendedTimestamp) argument
H A DAudioStreamLegacy.h99 android::ExtendedTimestamp *extendedTimestamp);
H A DAudioStreamRecord.cpp338 ExtendedTimestamp extendedTimestamp; local
339 status_t status = mAudioRecord->getTimestamp(&extendedTimestamp);
343 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp);
H A DAudioStreamTrack.cpp432 ExtendedTimestamp extendedTimestamp; local
433 status_t status = mAudioTrack->getTimestamp(&extendedTimestamp);
437 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp);

Completed in 409 milliseconds