Home
last modified time | relevance | path

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

/frameworks/av/media/libnbaio/
DAudioStreamOutSink.cpp75 uint64_t position64; in getTimestamp() local
77 if (mStream->get_presentation_position(mStream, &position64, &time) != OK) { in getTimestamp()
80 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = position64; in getTimestamp()
/frameworks/av/services/audioflinger/
DAudioStreamOut.cpp77 uint64_t position64 = 0; in getRenderPosition() local
78 status_t status = getRenderPosition(&position64); in getRenderPosition()
80 *frames = (uint32_t)position64; in getRenderPosition()
DThreads.cpp3285 uint64_t position64; in getTimestamp_l() local
3286 int ret = mOutput->getPresentationPosition(&position64, &timestamp.mTime); in getTimestamp_l()
3288 timestamp.mPosition = (uint32_t)position64; in getTimestamp_l()