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.cpp567 timestamp->mPosition[ExtendedTimestamp::LOCATION_CLIENT] = mFramesRead; in getTimestamp()
568 timestamp->mTimeNs[ExtendedTimestamp::LOCATION_CLIENT] = 0; in getTimestamp()
DAudioTrack.cpp2527 timestamp->mPosition[ExtendedTimestamp::LOCATION_CLIENT] = mFramesWritten; in getTimestamp_l()
2528 timestamp->mTimeNs[ExtendedTimestamp::LOCATION_CLIENT] = 0; in getTimestamp_l()
3032 int64_t diff = ets.mPosition[ExtendedTimestamp::LOCATION_CLIENT] in pendingDuration()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1781 *frameswritten = (uint32_t)ets.mPosition[ExtendedTimestamp::LOCATION_CLIENT]; in getFramesWritten()