OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getObjID
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpp/
Script.cpp
34
void *in_id = BaseObj::
getObjID
(ain);
35
void *out_id = BaseObj::
getObjID
(aout);
45
tryDispatch(mRS, RS::dispatch->ScriptBindAllocation(mRS->getContext(), getID(), BaseObj::
getObjID
(va), slot));
BaseObj.cpp
30
void * BaseObj::
getObjID
(sp<const BaseObj> o) {
rsCppStructs.h
269
static void *
getObjID
(sp<const BaseObj> o);
[
all
...]
Completed in 44 milliseconds