Home
last modified time | relevance | path

Searched refs:position64 (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libnbaio/
DAudioStreamOutSink.cpp80 uint64_t position64; in getTimestamp() local
82 if (mStream->getPresentationPosition(&position64, &time) != OK) { in getTimestamp()
85 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = position64; in getTimestamp()
/frameworks/av/services/audioflinger/
DAudioStreamOut.cpp84 uint64_t position64 = 0; in getRenderPosition() local
85 status_t status = getRenderPosition(&position64); in getRenderPosition()
87 *frames = (uint32_t)position64; in getRenderPosition()
DThreads.cpp4006 uint64_t position64; in getTimestamp_l() local
4007 if (mOutput->getPresentationPosition(&position64, &timestamp.mTime) == OK) { in getTimestamp_l()
4008 timestamp.mPosition = (uint32_t)position64; in getTimestamp_l()