HomeSort by relevance Sort by last modified time
    Searched defs:stepUser (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 33 uint32_t audio_track_cblk_t::stepUser(size_t stepCount, size_t frameCount, bool isOut)
35 ALOGV("stepuser %08x %08x %d", user, server, stepCount);
46 ALOGW("stepUser occurred after track reset");
84 // Mark that we have read the first buffer so that next time stepUser() is called
  /frameworks/av/include/private/media/
AudioTrackShared.h 139 uint32_t stepUser(size_t stepCount, size_t frameCount, bool isOut);
217 size_t stepUser(size_t stepCount) {
218 return mCblk->stepUser(stepCount, mFrameCount, true /*isOut*/);
244 size_t stepUser(size_t stepCount) {
245 return mCblk->stepUser(stepCount, mFrameCount, false /*isOut*/);

Completed in 42 milliseconds