Home
last modified time | relevance | path

Searched refs:timeNanoseconds (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.cpp230 int64_t *timeNanoseconds, in getBestTimestamp() argument
247 status_t status = extendedTimestamp->getBestTimestamp(&localPosition, timeNanoseconds, in getBestTimestamp()
DAudioStreamRecord.h47 int64_t *timeNanoseconds) override;
DAudioStreamTrack.h66 int64_t *timeNanoseconds) override;
DAudioStreamLegacy.h94 int64_t *timeNanoseconds,
DAudioStreamRecord.cpp501 int64_t *timeNanoseconds) { in getTimestamp() argument
512 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp); in getTimestamp()
DAudioStreamTrack.cpp539 int64_t *timeNanoseconds) { in getTimestamp() argument
554 *timeNanoseconds = nanoseconds; in getTimestamp()
/frameworks/av/media/libaaudio/src/core/
DAAudioAudio.cpp588 int64_t *timeNanoseconds) in AAudioStream_getTimestamp() argument
591 if (framePosition == nullptr || timeNanoseconds == nullptr) { in AAudioStream_getTimestamp()
597 return audioStream->getTimestamp(clockid, framePosition, timeNanoseconds); in AAudioStream_getTimestamp()
DAudioStream.h100 int64_t *timeNanoseconds) = 0;
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.h50 int64_t *timeNanoseconds) override;
DAudioStreamInternal.cpp645 int64_t *timeNanoseconds) { in getTimestamp() argument
656 *timeNanoseconds = timestamp.getNanoseconds(); in getTimestamp()
/frameworks/av/media/libaaudio/include/aaudio/
DAAudio.h2070 clockid_t clockid, int64_t* _Nonnull framePosition, int64_t* _Nonnull timeNanoseconds)
/frameworks/av/media/libaudiohal/impl/
DStreamHalHidl.cpp245 position->time_nanoseconds = hidlPosition.timeNanoseconds; in getMmapPosition()