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/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.cpp166 aaudio_result_t AudioStreamLegacy::getBestTimestamp(clockid_t clockId, in getBestTimestamp() function in AudioStreamLegacy
185 status_t status = extendedTimestamp->getBestTimestamp(&localPosition, timeNanoseconds, in getBestTimestamp()
DAudioStreamLegacy.h108 aaudio_result_t getBestTimestamp(clockid_t clockId,
DAudioStreamRecord.cpp492 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp); in getTimestamp()
DAudioStreamTrack.cpp482 aaudio_result_t result = getBestTimestamp(clockId, &position, in getTimestamp()
/frameworks/av/media/libstagefright/
DAudioSource.cpp331 ts.getBestTimestamp(&position, &timeNs, ExtendedTimestamp::TIMEBASE_MONOTONIC, in dataCallback()
/frameworks/base/core/jni/
Dandroid_media_AudioRecord.cpp760 status = nativeToJavaStatus(ts.getBestTimestamp(&position, &time, timebase)); in android_media_AudioRecord_get_timestamp()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp2521 status = ets.getBestTimestamp(&timestamp, &location); in getTimestamp_l()
/frameworks/av/services/audioflinger/
DThreads.cpp3629 status = ets.getBestTimestamp(&timestamp); in getTimestamp_l()