Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DAudioTrack.h775 status_t getTimestamp_l(AudioTimestamp& timestamp);
817 status_t getTimestamp_l(ExtendedTimestamp *timestamp);
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h775 status_t getTimestamp_l(AudioTimestamp& timestamp);
817 status_t getTimestamp_l(ExtendedTimestamp *timestamp);
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp585 if (getTimestamp_l(mStartTs) != OK) { in start()
589 if (getTimestamp_l(&mStartEts) != OK) { in start()
2383 return getTimestamp_l(timestamp); in getTimestamp()
2386 status_t AudioTrack::getTimestamp_l(ExtendedTimestamp *timestamp) in getTimestamp_l() function in android::AudioTrack
2421 return getTimestamp_l(timestamp); in getTimestamp()
2424 status_t AudioTrack::getTimestamp_l(AudioTimestamp& timestamp) in getTimestamp_l() function in android::AudioTrack
2814 if (getTimestamp_l(&ets) == OK in pendingDuration()
2881 status_t status = getTimestamp_l(ts); in hasStarted()
2894 status_t status = getTimestamp_l(&ets); in hasStarted()
/frameworks/av/services/audioflinger/
DThreads.h765 status_t getTimestamp_l(AudioTimestamp& timestamp);
DTracks.cpp979 return playbackThread->getTimestamp_l(timestamp); in getTimestamp()
DThreads.cpp3423 status_t AudioFlinger::PlaybackThread::getTimestamp_l(AudioTimestamp& timestamp) in getTimestamp_l() function in android::AudioFlinger::PlaybackThread