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

  /frameworks/av/include/private/media/
AudioTrackShared.h 34 // for audio_track_cblk_t::mFlags
75 struct audio_track_cblk_t struct in namespace:android
79 audio_track_cblk_t();
80 /*virtual*/ ~audio_track_cblk_t() { }
150 Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize, bool isOut,
164 audio_track_cblk_t* const mCblk; // the control block
181 ClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
270 AudioTrackClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
308 StaticAudioTrackClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
336 AudioRecordClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount
    [all...]
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 28 audio_track_cblk_t::audio_track_cblk_t() function in class:android::audio_track_cblk_t
37 Proxy::Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
47 ClientProxy::ClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
94 audio_track_cblk_t* cblk = mCblk;
282 audio_track_cblk_t* cblk = mCblk;
295 audio_track_cblk_t* cblk = mCblk;
305 audio_track_cblk_t* cblk = mCblk;
314 audio_track_cblk_t* cblk = mCblk;
320 audio_track_cblk_t* cblk = mCblk
    [all...]
AudioTrack.cpp 1026 audio_track_cblk_t* cblk = static_cast<audio_track_cblk_t*>(iMem->pointer());
    [all...]
AudioRecord.cpp 499 audio_track_cblk_t* cblk = static_cast<audio_track_cblk_t*>(iMemPointer);
522 void *buffers = (char*)cblk + sizeof(audio_track_cblk_t);
  /frameworks/av/services/audioflinger/
TrackBase.h 56 audio_track_cblk_t* cblk() const { return mCblk; }
120 audio_track_cblk_t* mCblk;
Tracks.cpp 111 size_t size = sizeof(audio_track_cblk_t);
120 mCblk = static_cast<audio_track_cblk_t *>(mCblkMemory->pointer());
128 // this syntax avoids calling the audio_track_cblk_t constructor twice
129 mCblk = (audio_track_cblk_t *) new uint8_t[size];
135 new(mCblk) audio_track_cblk_t();
139 mBuffer = (char*)mCblk + sizeof(audio_track_cblk_t);
181 mCblk->~audio_track_cblk_t(); // destroy our shared-structure.
    [all...]
AudioFlinger.h 63 class audio_track_cblk_t;
Threads.cpp     [all...]
  /frameworks/av/include/media/
AudioRecord.h 29 class audio_track_cblk_t;
481 audio_track_cblk_t* mCblk; // re-load after mLock.unlock()
AudioTrack.h 30 class audio_track_cblk_t;
659 audio_track_cblk_t* mCblk; // re-load after mLock.unlock()
    [all...]

Completed in 51 milliseconds