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

/frameworks/av/media/libmedia/
H A DAudioTrack.cpp1525 // If stepServer() has been called once, switch to normal obtainBuffer() timeout period
1555 bool audio_track_cblk_t::stepServer(uint32_t frameCount) function in class:android::audio_track_cblk_t
1560 ALOGW("stepServer() could not lock cblk");
1576 // stepServer() is called After the flush() has reset u & s and
1579 ALOGW("stepServer occurred after track reset");
1585 ALOGW_IF(s > loopEnd, "stepServer: s %u > loopEnd %u", s, loopEnd);

Completed in 65 milliseconds