Home
last modified time | relevance | path

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

/frameworks/av/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.h897 ExtendedTimestamp::Location location = ExtendedTimestamp::LOCATION_SERVER);
/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.h897 ExtendedTimestamp::Location location = ExtendedTimestamp::LOCATION_SERVER);
/frameworks/av/services/audioflinger/
DFastMixer.cpp399 perTrackTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] = trackFramesWritten; in onWork()
546 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = in onWork()
550 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = in onWork()
DThreads.cpp3394 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER]; in threadLoop()
3396 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER]; in threadLoop()
3432 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] = mFramesWritten; in threadLoop()
3433 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = mLastIoBeginNs == -1 in threadLoop()
7150 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] += framesRead; in threadLoop()
7151 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = lastIoEndNs; in threadLoop()
7360 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER], in threadLoop()
7447 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] += flushed; in inputStandBy()
7448 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = systemTime(); in inputStandBy()
DTracks.cpp1492 i >= ExtendedTimestamp::LOCATION_SERVER; --i) { in updateTrackFrameInfo()
2302 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()
2524 for (int i = ExtendedTimestamp::LOCATION_SERVER; in getTimestamp_l()
2595 if (location == ExtendedTimestamp::LOCATION_SERVER) { in getTimestamp_l()
2621 ALOGV_IF(mPreviousLocation == ExtendedTimestamp::LOCATION_SERVER, in getTimestamp_l()
2625 if (ets.mPosition[ExtendedTimestamp::LOCATION_SERVER] == in getTimestamp_l()
3010 (location != ExtendedTimestamp::LOCATION_SERVER in pendingDuration()
3046 if (location != ExtendedTimestamp::LOCATION_SERVER) { in pendingDuration()
3103 int location = ExtendedTimestamp::LOCATION_SERVER; // for ALOG in hasStarted()
[all …]
DAudioRecord.cpp567 for (int i = ExtendedTimestamp::LOCATION_SERVER; in getTimestamp()