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

  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamLegacy.cpp 189 mTimestampPosition.update32((int32_t) localPosition);
190 *framePosition = mTimestampPosition.get();
AudioStreamLegacy.h 134 MonotonicCounter mTimestampPosition;
AudioStreamTrack.cpp 314 mTimestampPosition.reset32();
326 mTimestampPosition.set(getFramesWritten());
328 mTimestampPosition.reset32();
AudioStreamRecord.cpp 350 mTimestampPosition.set(getFramesRead());
354 mTimestampPosition.reset32();

Completed in 7059 milliseconds