Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h1019 status_t getTimestamp_l(AudioTimestamp& timestamp);
1061 status_t getTimestamp_l(ExtendedTimestamp *timestamp);
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp788 if (getTimestamp_l(mStartTs) != OK) { in start()
792 if (getTimestamp_l(&mStartEts) != OK) { in start()
3114 return getTimestamp_l(timestamp); in getTimestamp()
3117 status_t AudioTrack::getTimestamp_l(ExtendedTimestamp *timestamp) in getTimestamp_l() function in android::AudioTrack
3153 return getTimestamp_l(timestamp); in getTimestamp()
3156 status_t AudioTrack::getTimestamp_l(AudioTimestamp& timestamp) in getTimestamp_l() function in android::AudioTrack
3687 if (getTimestamp_l(&ets) == OK in pendingDuration()
3754 status_t status = getTimestamp_l(ts); in hasStarted()
3768 status_t status = getTimestamp_l(&ets); in hasStarted()
/frameworks/av/services/audioflinger/
DIAfThread.h505 virtual status_t getTimestamp_l(AudioTimestamp& timestamp) REQUIRES(mutex()) = 0;
DThreads.h1106 status_t getTimestamp_l(AudioTimestamp& timestamp) final
DTracks.cpp1699 return playbackThread->getTimestamp_l(timestamp); in getTimestamp()
DThreads.cpp4862 status_t PlaybackThread::getTimestamp_l(AudioTimestamp& timestamp) in getTimestamp_l() function in android::PlaybackThread