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

/frameworks/base/media/libmedia/
H A DAudioTrack.cpp1000 // If stepServer() has been called once, switch to normal obtainBuffer() timeout period
1005 LOGW("stepServer occured after track reset");
1021 bool audio_track_cblk_t::stepServer(uint32_t frameCount) function in class:android::audio_track_cblk_t
1049 // stepServer() is called After the flush() has reset u & s and
1052 LOGW("stepServer occured after track reset");
1058 LOGW_IF(s > loopEnd, "stepServer: s %u > loopEnd %u", s, loopEnd);

Completed in 94 milliseconds