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

  /frameworks/av/include/private/media/
AudioEffectShared.h 38 volatile uint32_t clientIndex; // Current read/write index for application
43 : lock(Mutex::SHARED), clientIndex(0), serverIndex(0) {}
  /frameworks/av/media/libmedia/
AudioEffect.cpp 304 if (mCblk->clientIndex + size > EFFECT_PARAM_BUFFER_SIZE) {
307 int *p = (int *)(mCblk->buffer + mCblk->clientIndex);
310 mCblk->clientIndex += size;
322 if (mCblk->clientIndex == 0) {
  /frameworks/av/services/audioflinger/
Effects.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 301 milliseconds