OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInstanceID
(Results
1 - 4
of
4
) sorted by null
/frameworks/wilhelm/src/itf/
I3DGrouping.c
39
unsigned id = thisObject->
mInstanceID
;
111
unsigned mask = 1 << (InterfaceToIObject(thiz)->
mInstanceID
- 1);
IObject.c
552
unsigned i = thiz->
mInstanceID
;
757
//
mInstanceID
823
thiz->
mInstanceID
= i + 1;
/frameworks/wilhelm/src/
locks.c
257
unsigned id = thiz->
mInstanceID
;
itfstruct.h
29
SLuint32
mInstanceID
; // const for debugger and for RPC, 0 means unpublished
Completed in 27 milliseconds