Searched defs:getBestTimestamp (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/
H A DAudioTimestamp.h102 status_t getBestTimestamp( function
124 status_t getBestTimestamp(AudioTimestamp *timestamp, Location *location = nullptr) const { function
129 if (getBestTimestamp(&position, &time, TIMEBASE_MONOTONIC, location) == OK) {
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamLegacy.cpp122 aaudio_result_t AudioStreamLegacy::getBestTimestamp(clockid_t clockId, function in class:AudioStreamLegacy
139 status_t status = extendedTimestamp->getBestTimestamp(framePosition, timeNanoseconds, timebase);
/frameworks/av/media/libaudioclient/include/media/
H A DAudioTimestamp.h102 status_t getBestTimestamp( function
124 status_t getBestTimestamp(AudioTimestamp *timestamp, Location *location = nullptr) const { function
129 if (getBestTimestamp(&position, &time, TIMEBASE_MONOTONIC, location) == OK) {

Completed in 1334 milliseconds