Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DAudioTrack.h801 status_t getTimestamp_l(ExtendedTimestamp *timestamp);
/frameworks/av/media/libmedia/
DAudioTrack.cpp2286 return getTimestamp_l(timestamp); in getTimestamp()
2289 status_t AudioTrack::getTimestamp_l(ExtendedTimestamp *timestamp) in getTimestamp_l() function in android::AudioTrack
2673 if (getTimestamp_l(&ets) == OK in pendingDuration()
/frameworks/av/services/audioflinger/
DThreads.h621 status_t getTimestamp_l(AudioTimestamp& timestamp);
DTracks.cpp877 return playbackThread->getTimestamp_l(timestamp); in getTimestamp()
DThreads.cpp3273 status_t AudioFlinger::PlaybackThread::getTimestamp_l(AudioTimestamp& timestamp) in getTimestamp_l() function in android::AudioFlinger::PlaybackThread