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

  /frameworks/av/services/audioflinger/
FastCaptureState.h 38 audio_track_cblk_t* mCblk; // control block for the single fast client, or NULL
TrackBase.h 76 audio_track_cblk_t* cblk() const { return mCblk; }
138 audio_track_cblk_t* mCblk;
Effects.h 229 effect_param_cblk_t* mCblk; // control block for deferred parameter setting via
  /frameworks/av/include/media/
AudioEffect.h 481 effect_param_cblk_t* mCblk; // control block for deferred parameter setting
AudioRecord.h 616 audio_track_cblk_t* mCblk; // re-load after mLock.unlock()
AudioTrack.h     [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 221 audio_track_cblk_t* const mCblk; // the control block
298 return mEpoch + mCblk->mServer;
310 mCblk->mMinimum = (uint32_t) minimum;
339 // This is a copy of mCblk->mBufferSizeInFrames
370 mCblk->mSendLevel = uint16_t(sendLevel * 0x1000);
375 mCblk->mVolumeLR = volumeLR;
379 mCblk->mSampleRate = sampleRate;
389 return mCblk->u.mStreaming.mUnderrunFrames;
392 return mCblk->u.mStreaming.mUnderrunCount;
467 int32_t rear = android_atomic_acquire_load(&mCblk->u.mStreaming.mRear)
    [all...]

Completed in 306 milliseconds