Home
last modified time | relevance | path

Searched refs:LOCATION_SERVER (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libaudioclient/include/media/
DAudioTimestamp.h42 LOCATION_SERVER, // timestamp of newest frame from client-server track buffer. enumerator
111 for (int i = LOCATION_KERNEL; i >= LOCATION_SERVER; --i) {
139 return getLatencyMs(sampleRate, LOCATION_SERVER, LOCATION_KERNEL); in getOutputServerLatencyMs()
DAudioTrack.h1105 ExtendedTimestamp::Location location = ExtendedTimestamp::LOCATION_SERVER);
/frameworks/av/services/audioflinger/fastpath/
DFastMixer.cpp382 perTrackTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] = trackFramesWritten; in onWork()
530 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = in onWork()
534 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = in onWork()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp809 && mStartEts.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] > 0) { in start()
816 + mStartEts.mPosition[ExtendedTimestamp::LOCATION_SERVER]), in start()
820 mFramesWrittenServerOffset -= mStartEts.mPosition[ExtendedTimestamp::LOCATION_SERVER]; in start()
3138 for (int i = ExtendedTimestamp::LOCATION_SERVER; in getTimestamp_l()
3213 if (location == ExtendedTimestamp::LOCATION_SERVER) { in getTimestamp_l()
3239 ALOGV_IF(mPreviousLocation == ExtendedTimestamp::LOCATION_SERVER, in getTimestamp_l()
3243 if (ets.mPosition[ExtendedTimestamp::LOCATION_SERVER] == in getTimestamp_l()
3673 (location != ExtendedTimestamp::LOCATION_SERVER in pendingDuration()
3709 if (location != ExtendedTimestamp::LOCATION_SERVER) { in pendingDuration()
3766 int location = ExtendedTimestamp::LOCATION_SERVER; // for ALOG in hasStarted()
[all …]
DAudioRecord.cpp635 for (int i = ExtendedTimestamp::LOCATION_SERVER; in getTimestamp()
/frameworks/av/services/audioflinger/
DThreads.cpp4726 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER]; in collectTimestamps_l()
4728 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER]; in collectTimestamps_l()
4764 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] = mFramesWritten; in collectTimestamps_l()
4765 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = mLastIoBeginNs == -1 in collectTimestamps_l()
8596 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] += framesRead; in threadLoop()
8597 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = lastIoEndNs; in threadLoop()
8795 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER], in threadLoop()
8884 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] += flushed; in inputStandBy()
8885 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = systemTime(); in inputStandBy()
DTracks.cpp2066 i >= ExtendedTimestamp::LOCATION_SERVER; --i) { in updateTrackFrameInfo()
3024 for (int i = ExtendedTimestamp::LOCATION_SERVER; i < ExtendedTimestamp::LOCATION_MAX; ++i) { in updateTrackFrameInfo()