Searched refs:getBestTimestamp (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioTimestamp.h | 102 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/ |
D | AudioStreamLegacy.cpp | 182 aaudio_result_t AudioStreamLegacy::getBestTimestamp(clockid_t clockId, in getBestTimestamp() function in AudioStreamLegacy 201 status_t status = extendedTimestamp->getBestTimestamp(&localPosition, timeNanoseconds, in getBestTimestamp()
|
D | AudioStreamLegacy.h | 90 aaudio_result_t getBestTimestamp(clockid_t clockId,
|
D | AudioStreamRecord.cpp | 545 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp); in getTimestamp()
|
D | AudioStreamTrack.cpp | 536 aaudio_result_t result = getBestTimestamp(clockId, &position, in getTimestamp()
|
/frameworks/av/media/libstagefright/ |
D | AudioSource.cpp | 369 ts.getBestTimestamp(&position, &timeNs, ExtendedTimestamp::TIMEBASE_MONOTONIC, in dataCallback()
|
/frameworks/base/core/jni/ |
D | android_media_AudioRecord.cpp | 745 status = nativeToJavaStatus(ts.getBestTimestamp(&position, &time, timebase)); in android_media_AudioRecord_get_timestamp()
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrack.cpp | 2972 status = ets.getBestTimestamp(×tamp, &location); in getTimestamp_l()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 4240 status = ets.getBestTimestamp(×tamp); in getTimestamp_l()
|