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.h905 ExtendedTimestamp::Location location = ExtendedTimestamp::LOCATION_SERVER);
/frameworks/av/services/audioflinger/
DFastMixer.cpp395 perTrackTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] = trackFramesWritten; in onWork()
542 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = in onWork()
546 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = in onWork()
DThreads.cpp3457 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER]; in threadLoop()
3459 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER]; in threadLoop()
3495 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] = mFramesWritten; in threadLoop()
3496 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = mLastIoBeginNs == -1 in threadLoop()
7176 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] += framesRead; in threadLoop()
7177 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = lastIoEndNs; in threadLoop()
7386 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER], in threadLoop()
7473 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] += flushed; in inputStandBy()
7474 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = systemTime(); in inputStandBy()
DTracks.cpp1474 i >= ExtendedTimestamp::LOCATION_SERVER; --i) { in updateTrackFrameInfo()
2323 for (int i = ExtendedTimestamp::LOCATION_SERVER; i < ExtendedTimestamp::LOCATION_MAX; ++i) { in updateTrackFrameInfo()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp669 && mStartEts.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] > 0) { in start()
676 + mStartEts.mPosition[ExtendedTimestamp::LOCATION_SERVER]), in start()
680 mFramesWrittenServerOffset -= mStartEts.mPosition[ExtendedTimestamp::LOCATION_SERVER]; in start()
2530 for (int i = ExtendedTimestamp::LOCATION_SERVER; in getTimestamp_l()
2601 if (location == ExtendedTimestamp::LOCATION_SERVER) { in getTimestamp_l()
2627 ALOGV_IF(mPreviousLocation == ExtendedTimestamp::LOCATION_SERVER, in getTimestamp_l()
2631 if (ets.mPosition[ExtendedTimestamp::LOCATION_SERVER] == in getTimestamp_l()
3016 (location != ExtendedTimestamp::LOCATION_SERVER in pendingDuration()
3052 if (location != ExtendedTimestamp::LOCATION_SERVER) { in pendingDuration()
3109 int location = ExtendedTimestamp::LOCATION_SERVER; // for ALOG in hasStarted()
[all …]
DAudioRecord.cpp570 for (int i = ExtendedTimestamp::LOCATION_SERVER; in getTimestamp()