Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/common/
DFilterAudioStream.h169 int64_t *timeNanoseconds) override { in getTimestamp() argument
171 Result result = mChildStream->getTimestamp(clockId, &childPosition, timeNanoseconds); in getTimestamp()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAudioStreamAAudio.h82 int64_t *timeNanoseconds) override;
DAudioStreamAAudio.cpp598 int64_t *timeNanoseconds) { in getTimestamp() argument
605 framePosition, timeNanoseconds)); in getTimestamp()