HomeSort by relevance Sort by last modified time
    Searched refs:position64 (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libnbaio/
AudioStreamOutSink.cpp 75 uint64_t position64; local
77 if (mStream->get_presentation_position(mStream, &position64, &time) != OK) {
80 timestamp.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = position64;
  /frameworks/av/services/audioflinger/
AudioStreamOut.cpp 77 uint64_t position64 = 0; local
78 status_t status = getRenderPosition(&position64);
80 *frames = (uint32_t)position64;
Threads.cpp 3442 uint64_t position64; local
    [all...]

Completed in 2868 milliseconds