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

  /external/webkit/Source/WebCore/loader/cache/
CachedResourceClientWalker.cpp 36 size_t clientIndex = 0;
38 m_clientVector[clientIndex++] = current->first;
  /frameworks/base/include/private/media/
AudioEffectShared.h 38 volatile uint32_t clientIndex; // Current read/write index for application
43 : lock(Mutex::SHARED), clientIndex(0), serverIndex(0) {}

Completed in 52 milliseconds