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) {}
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceClientWalker.cpp 36 size_t clientIndex = 0;
38 m_clientVector[clientIndex++] = current->first;
  /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...]

Completed in 947 milliseconds