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

/frameworks/base/include/private/media/
H A DAudioTrackShared.h72 bool stepServer(uint32_t frameCount);
/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);
/frameworks/base/libs/audioflinger/
H A DAudioFlinger.cpp2397 result = cblk->stepServer(mFrameCount);
2399 LOGV("stepServer failed acquiring cblk mutex");
2543 // Check if last stepServer failed, try to step now
2546 LOGV("stepServer recovered");
2758 // Check if last stepServer failed, try to step now
2761 LOGV("stepServer recovered");

Completed in 465 milliseconds