Searched defs:timeNanoseconds (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamLegacy.cpp124 int64_t *timeNanoseconds,
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 DAudioStreamRecord.cpp337 int64_t *timeNanoseconds) {
343 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp);
335 getTimestamp(clockid_t clockId, int64_t *framePosition, int64_t *timeNanoseconds) argument
H A DAudioStreamTrack.cpp431 int64_t *timeNanoseconds) {
437 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp);
429 getTimestamp(clockid_t clockId, int64_t *framePosition, int64_t *timeNanoseconds) argument
/frameworks/av/media/libaaudio/src/core/
H A DAAudioAudio.cpp452 int64_t *timeNanoseconds)
457 } else if (timeNanoseconds == nullptr) {
463 return audioStream->getTimestamp(clockid, framePosition, timeNanoseconds);
449 AAudioStream_getTimestamp(AAudioStream* stream, clockid_t clockid, int64_t *framePosition, int64_t *timeNanoseconds) argument
/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp365 int64_t *timeNanoseconds) {
370 *timeNanoseconds = time + (6 * AAUDIO_NANOS_PER_MILLISECOND);
363 getTimestamp(clockid_t clockId, int64_t *framePosition, int64_t *timeNanoseconds) argument

Completed in 527 milliseconds