Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.cpp175 int64_t *timeNanoseconds, in getBestTimestamp() argument
192 status_t status = extendedTimestamp->getBestTimestamp(&localPosition, timeNanoseconds, in getBestTimestamp()
DAudioStreamRecord.h48 int64_t *timeNanoseconds) override;
DAudioStreamTrack.h63 int64_t *timeNanoseconds) override;
DAudioStreamLegacy.h109 int64_t *timeNanoseconds,
DAudioStreamRecord.cpp486 int64_t *timeNanoseconds) { in getTimestamp() argument
497 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp); in getTimestamp()
DAudioStreamTrack.cpp481 int64_t *timeNanoseconds) { in getTimestamp() argument
496 *timeNanoseconds = nanoseconds; in getTimestamp()
/frameworks/av/media/libaaudio/src/core/
DAAudioAudio.cpp531 int64_t *timeNanoseconds) in AAudioStream_getTimestamp() argument
536 } else if (timeNanoseconds == nullptr) { in AAudioStream_getTimestamp()
542 return audioStream->getTimestamp(clockid, framePosition, timeNanoseconds); in AAudioStream_getTimestamp()
DAudioStream.h96 int64_t *timeNanoseconds) = 0;
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.h55 int64_t *timeNanoseconds) override;
DAudioStreamInternal.cpp437 int64_t *timeNanoseconds) { in getTimestamp() argument
444 *timeNanoseconds = timestamp.getNanoseconds(); in getTimestamp()
/frameworks/av/media/libaaudio/include/aaudio/
DAAudio.h1314 clockid_t clockid, int64_t *framePosition, int64_t *timeNanoseconds) __INTRODUCED_IN(26);
/frameworks/av/media/libaudiohal/impl/
DStreamHalHidl.cpp208 position->time_nanoseconds = hidlPosition.timeNanoseconds; in getMmapPosition()