Searched defs:stepServer (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp41 // If stepServer() has been called once, switch to normal obtainBuffer() timeout period
70 bool audio_track_cblk_t::stepServer(size_t stepCount, size_t frameCount, bool isOut) function in class:android::audio_track_cblk_t
75 ALOGW("stepServer() could not lock cblk");
91 // stepServer() is called After the flush() has reset u & s and
94 ALOGW("stepServer occurred after track reset");
100 ALOGW_IF(s > loopEnd, "stepServer: s %u > loopEnd %u", s, loopEnd);

Completed in 60 milliseconds