Searched refs:getBestTimestamp (Results 1 – 10 of 10) 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 | 228 aaudio_result_t AudioStreamLegacy::getBestTimestamp(clockid_t clockId, in getBestTimestamp() function in AudioStreamLegacy 247 status_t status = extendedTimestamp->getBestTimestamp(&localPosition, timeNanoseconds, in getBestTimestamp()
|
D | AudioStreamLegacy.h | 92 aaudio_result_t getBestTimestamp(clockid_t clockId,
|
D | AudioStreamRecord.cpp | 512 return getBestTimestamp(clockId, framePosition, timeNanoseconds, &extendedTimestamp); in getTimestamp()
|
D | AudioStreamTrack.cpp | 549 aaudio_result_t result = getBestTimestamp(clockId, &position, in getTimestamp()
|
/frameworks/av/media/libstagefright/ |
D | AudioSource.cpp | 356 ts.getBestTimestamp(&position, &timeNs, ExtendedTimestamp::TIMEBASE_MONOTONIC, in onMoreData()
|
/frameworks/base/core/jni/ |
D | android_media_AudioRecord.cpp | 651 status = nativeToJavaStatus(ts.getBestTimestamp(&position, &time, timebase)); in android_media_AudioRecord_get_timestamp()
|
/frameworks/av/media/libaudioclient/tests/ |
D | audio_test_utils.cpp | 272 ts.getBestTimestamp(&position, &timeNs, ExtendedTimestamp::TIMEBASE_MONOTONIC, &location) == in onMoreData()
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrack.cpp | 3207 status = ets.getBestTimestamp(×tamp, &location); in getTimestamp_l()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 4868 status = ets.getBestTimestamp(×tamp); in getTimestamp_l()
|