Home
last modified time | relevance | path

Searched refs:getBestTimestamp (Results 1 – 9 of 9) 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.cpp182 aaudio_result_t AudioStreamLegacy::getBestTimestamp(clockid_t clockId, in getBestTimestamp() function in AudioStreamLegacy
201 status_t status = extendedTimestamp->getBestTimestamp(&localPosition, timeNanoseconds, in getBestTimestamp()
DAudioStreamLegacy.h90 aaudio_result_t getBestTimestamp(clockid_t clockId,
DAudioStreamRecord.cpp545 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp); in getTimestamp()
DAudioStreamTrack.cpp536 aaudio_result_t result = getBestTimestamp(clockId, &position, in getTimestamp()
/frameworks/av/media/libstagefright/
DAudioSource.cpp369 ts.getBestTimestamp(&position, &timeNs, ExtendedTimestamp::TIMEBASE_MONOTONIC, in dataCallback()
/frameworks/base/core/jni/
Dandroid_media_AudioRecord.cpp745 status = nativeToJavaStatus(ts.getBestTimestamp(&position, &time, timebase)); in android_media_AudioRecord_get_timestamp()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp2972 status = ets.getBestTimestamp(&timestamp, &location); in getTimestamp_l()
/frameworks/av/services/audioflinger/
DThreads.cpp4240 status = ets.getBestTimestamp(&timestamp); in getTimestamp_l()