Home
last modified time | relevance | path

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

/frameworks/av/include/private/media/
DAudioTrackShared.h119 bool stepServer(uint32_t frameCount); // called by server only
/frameworks/av/media/libmedia/
DAudioTrack.cpp1555 bool audio_track_cblk_t::stepServer(uint32_t frameCount) in stepServer() function in android::audio_track_cblk_t
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp4222 result = cblk->stepServer(mFrameCount); in step()