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 451 effect_param_cblk_t* mCblk; // control block for deferred parameter setting
AudioRecord.h 503 audio_track_cblk_t* mCblk; // re-load after mLock.unlock()
AudioTrack.h     [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 162 audio_track_cblk_t* const mCblk; // the control block
237 return mEpoch + mCblk->mServer;
249 mCblk->mMinimum = (uint32_t) minimum;
282 mCblk->mSendLevel = uint16_t(sendLevel * 0x1000);
287 mCblk->mVolumeLR = volumeLR;
291 mCblk->mSampleRate = sampleRate;
297 return mCblk->u.mStreaming.mUnderrunFrames;
398 mCblk->mSampleRate = sampleRate;
405 uint32_t getSampleRate() const { return mCblk->mSampleRate; }
406 uint16_t getSendLevel_U4_12() const { return mCblk->mSendLevel;
    [all...]

Completed in 722 milliseconds