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.h919 ExtendedTimestamp::Location location = ExtendedTimestamp::LOCATION_SERVER);
/frameworks/av/services/audioflinger/
DFastMixer.cpp394 perTrackTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] = trackFramesWritten; in onWork()
541 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = in onWork()
545 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = in onWork()
DThreads.cpp3571 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER]; in threadLoop()
3573 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER]; in threadLoop()
3609 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] = mFramesWritten; in threadLoop()
3610 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = mLastIoBeginNs == -1 in threadLoop()
7360 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] += framesRead; in threadLoop()
7361 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = lastIoEndNs; in threadLoop()
7571 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER], in threadLoop()
7659 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] += flushed; in inputStandBy()
7660 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = systemTime(); in inputStandBy()
DTracks.cpp1493 i >= ExtendedTimestamp::LOCATION_SERVER; --i) { in updateTrackFrameInfo()
2361 for (int i = ExtendedTimestamp::LOCATION_SERVER; i < ExtendedTimestamp::LOCATION_MAX; ++i) { in updateTrackFrameInfo()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp700 && mStartEts.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] > 0) { in start()
707 + mStartEts.mPosition[ExtendedTimestamp::LOCATION_SERVER]), in start()
711 mFramesWrittenServerOffset -= mStartEts.mPosition[ExtendedTimestamp::LOCATION_SERVER]; in start()
2682 for (int i = ExtendedTimestamp::LOCATION_SERVER; in getTimestamp_l()
2753 if (location == ExtendedTimestamp::LOCATION_SERVER) { in getTimestamp_l()
2779 ALOGV_IF(mPreviousLocation == ExtendedTimestamp::LOCATION_SERVER, in getTimestamp_l()
2783 if (ets.mPosition[ExtendedTimestamp::LOCATION_SERVER] == in getTimestamp_l()
3168 (location != ExtendedTimestamp::LOCATION_SERVER in pendingDuration()
3204 if (location != ExtendedTimestamp::LOCATION_SERVER) { in pendingDuration()
3261 int location = ExtendedTimestamp::LOCATION_SERVER; // for ALOG in hasStarted()
[all …]
DAudioRecord.cpp608 for (int i = ExtendedTimestamp::LOCATION_SERVER; in getTimestamp()