Searched refs:getTimestamp_l (Results 1 – 6 of 6) sorted by relevance
775 status_t getTimestamp_l(AudioTimestamp& timestamp);817 status_t getTimestamp_l(ExtendedTimestamp *timestamp);
585 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::AudioTrack2421 return getTimestamp_l(timestamp); in getTimestamp()2424 status_t AudioTrack::getTimestamp_l(AudioTimestamp& timestamp) in getTimestamp_l() function in android::AudioTrack2814 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()
765 status_t getTimestamp_l(AudioTimestamp& timestamp);
979 return playbackThread->getTimestamp_l(timestamp); in getTimestamp()
3423 status_t AudioFlinger::PlaybackThread::getTimestamp_l(AudioTimestamp& timestamp) in getTimestamp_l() function in android::AudioFlinger::PlaybackThread