OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incRefFunc
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/platform/android/
tcuAndroidInternals.hpp
116
typedef void (*
incRefFunc
) (android::android_native_base_t* base);
119
incRefFunc
incRef;
tcuAndroidInternals.cpp
164
static NativeBaseFunctions::
incRefFunc
getNativeBaseIncRefFunc (android::android_native_base_t* base)
166
return *pointerToOffset<NativeBaseFunctions::
incRefFunc
>(base, 8 + DE_PTR_SIZE*4);
Completed in 294 milliseconds