OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clientIndex
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/loader/
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 21 milliseconds