HomeSort by relevance Sort by last modified time
    Searched refs:clientIndex (Results 1 - 5 of 5) 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) {}
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceClientWalker.h 43 size_t clientIndex = 0;
45 m_clientVector[clientIndex++] = current->key;
  /frameworks/av/media/libmedia/
AudioEffect.cpp 292 if (mCblk->clientIndex + size > EFFECT_PARAM_BUFFER_SIZE) {
295 int *p = (int *)(mCblk->buffer + mCblk->clientIndex);
298 mCblk->clientIndex += size;
310 if (mCblk->clientIndex == 0) {
  /frameworks/av/services/audioflinger/
Effects.cpp     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 1721 milliseconds