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

/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp585 if (getTimestamp_l(mStartTs) != OK) {
589 if (getTimestamp_l(&mStartEts) != OK) {
2383 return getTimestamp_l(timestamp);
2386 status_t AudioTrack::getTimestamp_l(ExtendedTimestamp *timestamp) function in class:android::AudioTrack
2421 return getTimestamp_l(timestamp);
2424 status_t AudioTrack::getTimestamp_l(AudioTimestamp& timestamp) function in class:android::AudioTrack
2814 if (getTimestamp_l(&ets) == OK
2881 status_t status = getTimestamp_l(ts);
2894 status_t status = getTimestamp_l(&ets);
/frameworks/av/services/audioflinger/
H A DThreads.cpp3423 status_t AudioFlinger::PlaybackThread::getTimestamp_l(AudioTimestamp& timestamp) function in class:android::AudioFlinger::PlaybackThread

Completed in 638 milliseconds