Home
last modified time | relevance | path

Searched refs:getTimestamp_l (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp648 if (getTimestamp_l(mStartTs) != OK) { in start()
652 if (getTimestamp_l(&mStartEts) != OK) { in start()
2506 return getTimestamp_l(timestamp); in getTimestamp()
2509 status_t AudioTrack::getTimestamp_l(ExtendedTimestamp *timestamp) in getTimestamp_l() function in android::AudioTrack
2545 return getTimestamp_l(timestamp); in getTimestamp()
2548 status_t AudioTrack::getTimestamp_l(AudioTimestamp& timestamp) in getTimestamp_l() function in android::AudioTrack
3030 if (getTimestamp_l(&ets) == OK in pendingDuration()
3097 status_t status = getTimestamp_l(ts); in hasStarted()
3111 status_t status = getTimestamp_l(&ets); in hasStarted()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h817 status_t getTimestamp_l(AudioTimestamp& timestamp);
859 status_t getTimestamp_l(ExtendedTimestamp *timestamp);
/frameworks/av/services/audioflinger/
DThreads.h898 status_t getTimestamp_l(AudioTimestamp& timestamp);
DTracks.cpp1259 return playbackThread->getTimestamp_l(timestamp); in getTimestamp()
DThreads.cpp3995 status_t AudioFlinger::PlaybackThread::getTimestamp_l(AudioTimestamp& timestamp) in getTimestamp_l() function in android::AudioFlinger::PlaybackThread