Home
last modified time | relevance | path

Searched refs:LOCATION_SERVER (Results 1 – 7 of 7) 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) {
DAudioTrack.h841 ExtendedTimestamp::Location location = ExtendedTimestamp::LOCATION_SERVER);
/frameworks/av/services/audioflinger/
DFastMixer.cpp367 perTrackTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] = trackFramesWritten; in onWork()
489 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = in onWork()
493 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = in onWork()
DTracks.cpp1104 i >= ExtendedTimestamp::LOCATION_SERVER; --i) { in updateTrackFrameInfo()
1650 for (int i = ExtendedTimestamp::LOCATION_SERVER; i < ExtendedTimestamp::LOCATION_MAX; ++i) { in updateTrackFrameInfo()
DThreads.cpp2905 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER]; in threadLoop()
2907 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER]; in threadLoop()
2939 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] = mFramesWritten; in threadLoop()
2940 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = mLastWriteTime == -1 in threadLoop()
6057 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER] += framesRead; in threadLoop()
6058 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = systemTime(); in threadLoop()
6209 mTimestamp.mPosition[ExtendedTimestamp::LOCATION_SERVER], in threadLoop()
/frameworks/av/media/libmedia/
DAudioTrack.cpp576 ets.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] > 0) { in start()
582 + ets.mPosition[ExtendedTimestamp::LOCATION_SERVER]), in start()
585 mFramesWrittenServerOffset = -ets.mPosition[ExtendedTimestamp::LOCATION_SERVER]; in start()
2309 for (int i = ExtendedTimestamp::LOCATION_SERVER; in getTimestamp_l()
2374 if (location == ExtendedTimestamp::LOCATION_SERVER) { in getTimestamp()
2399 ALOGV_IF(mPreviousLocation == ExtendedTimestamp::LOCATION_SERVER, in getTimestamp()
2659 (location != ExtendedTimestamp::LOCATION_SERVER in pendingDuration()
2695 if (location != ExtendedTimestamp::LOCATION_SERVER) { in pendingDuration()
DAudioRecord.cpp467 for (int i = ExtendedTimestamp::LOCATION_SERVER; in getTimestamp()