Home
last modified time | relevance | path

Searched refs:LOCATION_CLIENT (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libaudioclient/include/media/
DAudioTimestamp.h41 LOCATION_CLIENT, // timestamp of last read frame from client-server track buffer. enumerator
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp605 timestamp->mPosition[ExtendedTimestamp::LOCATION_CLIENT] = mFramesRead; in getTimestamp()
606 timestamp->mTimeNs[ExtendedTimestamp::LOCATION_CLIENT] = 0; in getTimestamp()
DAudioTrack.cpp2679 timestamp->mPosition[ExtendedTimestamp::LOCATION_CLIENT] = mFramesWritten; in getTimestamp_l()
2680 timestamp->mTimeNs[ExtendedTimestamp::LOCATION_CLIENT] = 0; in getTimestamp_l()
3184 int64_t diff = ets.mPosition[ExtendedTimestamp::LOCATION_CLIENT] in pendingDuration()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1952 *frameswritten = (uint32_t)ets.mPosition[ExtendedTimestamp::LOCATION_CLIENT]; in getFramesWritten()