Home
last modified time | relevance | path

Searched refs:getBestTimestamp (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libaudioclient/include/media/
DAudioTimestamp.h102 status_t getBestTimestamp(
124 status_t getBestTimestamp(AudioTimestamp *timestamp, Location *location = nullptr) const {
129 if (getBestTimestamp(&position, &time, TIMEBASE_MONOTONIC, location) == OK) {
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.cpp228 aaudio_result_t AudioStreamLegacy::getBestTimestamp(clockid_t clockId, in getBestTimestamp() function in AudioStreamLegacy
247 status_t status = extendedTimestamp->getBestTimestamp(&localPosition, timeNanoseconds, in getBestTimestamp()
DAudioStreamLegacy.h92 aaudio_result_t getBestTimestamp(clockid_t clockId,
DAudioStreamRecord.cpp512 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp); in getTimestamp()
DAudioStreamTrack.cpp549 aaudio_result_t result = getBestTimestamp(clockId, &position, in getTimestamp()
/frameworks/av/media/libstagefright/
DAudioSource.cpp356 ts.getBestTimestamp(&position, &timeNs, ExtendedTimestamp::TIMEBASE_MONOTONIC, in onMoreData()
/frameworks/base/core/jni/
Dandroid_media_AudioRecord.cpp651 status = nativeToJavaStatus(ts.getBestTimestamp(&position, &time, timebase)); in android_media_AudioRecord_get_timestamp()
/frameworks/av/media/libaudioclient/tests/
Daudio_test_utils.cpp272 ts.getBestTimestamp(&position, &timeNs, ExtendedTimestamp::TIMEBASE_MONOTONIC, &location) == in onMoreData()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp3207 status = ets.getBestTimestamp(&timestamp, &location); in getTimestamp_l()
/frameworks/av/services/audioflinger/
DThreads.cpp4868 status = ets.getBestTimestamp(&timestamp); in getTimestamp_l()