Home
last modified time | relevance | path

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

/frameworks/av/media/libnbaio/
DAudioStreamOutSink.cpp87 uint64_t position64; in getTimestamp() local
88 int ok = mStream->get_presentation_position(mStream, &position64, &timestamp.mTime); in getTimestamp()
92 timestamp.mPosition = 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.cpp3067 uint64_t position64; in getTimestamp_l() local
3068 int ret = mOutput->getPresentationPosition(&position64, &timestamp.mTime); in getTimestamp_l()
3070 timestamp.mPosition = (uint32_t)position64; in getTimestamp_l()