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.h798 status_t getTimestamp_l(AudioTimestamp& timestamp);
840 status_t getTimestamp_l(ExtendedTimestamp *timestamp);
/frameworks/av/include/media/
DAudioTrack.h798 status_t getTimestamp_l(AudioTimestamp& timestamp);
840 status_t getTimestamp_l(ExtendedTimestamp *timestamp);
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp666 if (getTimestamp_l(mStartTs) != OK) { in start()
670 if (getTimestamp_l(&mStartEts) != OK) { in start()
2434 return getTimestamp_l(timestamp); in getTimestamp()
2437 status_t AudioTrack::getTimestamp_l(ExtendedTimestamp *timestamp) in getTimestamp_l() function in android::AudioTrack
2472 return getTimestamp_l(timestamp); in getTimestamp()
2475 status_t AudioTrack::getTimestamp_l(AudioTimestamp& timestamp) in getTimestamp_l() function in android::AudioTrack
2912 if (getTimestamp_l(&ets) == OK in pendingDuration()
2979 status_t status = getTimestamp_l(ts); in hasStarted()
2992 status_t status = getTimestamp_l(&ets); in hasStarted()
/frameworks/av/services/audioflinger/
DThreads.h780 status_t getTimestamp_l(AudioTimestamp& timestamp);
DTracks.cpp1032 return playbackThread->getTimestamp_l(timestamp); in getTimestamp()
DThreads.cpp3623 status_t AudioFlinger::PlaybackThread::getTimestamp_l(AudioTimestamp& timestamp) in getTimestamp_l() function in android::AudioFlinger::PlaybackThread