Searched defs:getTimestamp_l (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp591 if (getTimestamp_l(mStartTs) != OK) {
595 if (getTimestamp_l(&mStartEts) != OK) {
2472 return getTimestamp_l(timestamp);
2475 status_t AudioTrack::getTimestamp_l(ExtendedTimestamp *timestamp) function in class:android::AudioTrack
2510 return getTimestamp_l(timestamp);
2513 status_t AudioTrack::getTimestamp_l(AudioTimestamp& timestamp) function in class:android::AudioTrack
2945 if (getTimestamp_l(&ets) == OK
3012 status_t status = getTimestamp_l(ts);
3025 status_t status = getTimestamp_l(&ets);
/frameworks/av/services/audioflinger/
H A DThreads.cpp3426 status_t AudioFlinger::PlaybackThread::getTimestamp_l(AudioTimestamp& timestamp) function in class:android::AudioFlinger::PlaybackThread

Completed in 119 milliseconds