HomeSort by relevance Sort by last modified time
    Searched defs:audio_track_cblk_t (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 25 audio_track_cblk_t::audio_track_cblk_t() function in class:android::audio_track_cblk_t
33 uint32_t audio_track_cblk_t::stepUser(size_t stepCount, size_t frameCount, bool isOut)
70 bool audio_track_cblk_t::stepServer(size_t stepCount, size_t frameCount, bool isOut)
127 void* audio_track_cblk_t::buffer(void *buffers, size_t frameSize, uint32_t offset) const
132 uint32_t audio_track_cblk_t::framesAvailable(size_t frameCount, bool isOut)
138 uint32_t audio_track_cblk_t::framesAvailable_l(size_t frameCount, bool isOut)
151 uint32_t audio_track_cblk_t::framesReady(bool isOut)
177 bool audio_track_cblk_t::tryLock()
  /frameworks/av/include/private/media/
AudioTrackShared.h 56 struct audio_track_cblk_t struct in namespace:android
128 audio_track_cblk_t();
152 Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize)
164 audio_track_cblk_t* const mCblk; // the control block
180 ClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize)
190 AudioTrackClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize)
239 AudioRecordClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize)
265 ServerProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, bool isOut)

Completed in 146 milliseconds