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 78 audio_track_cblk_t* cblk() const { return mCblk; }
141 audio_track_cblk_t* mCblk;
Effects.h 225 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 588 audio_track_cblk_t* mCblk; // re-load after mLock.unlock()
AudioTrack.h     [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 209 audio_track_cblk_t* const mCblk; // the control block
284 return mEpoch + mCblk->mServer;
296 mCblk->mMinimum = (uint32_t) minimum;
330 mCblk->mSendLevel = uint16_t(sendLevel * 0x1000);
335 mCblk->mVolumeLR = volumeLR;
339 mCblk->mSampleRate = sampleRate;
349 return mCblk->u.mStreaming.mUnderrunFrames;
476 mCblk->mSampleRate = sampleRate;
484 uint32_t getSampleRate() const { return mCblk->mSampleRate; }
485 uint16_t getSendLevel_U4_12() const { return mCblk->mSendLevel;
    [all...]

Completed in 2168 milliseconds