Searched defs:decStrong (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/jni/
H A Dcom_android_internal_util_VirtualRefBasePtr.cpp28 static void decStrong(JNIEnv* env, jobject clazz, jlong objPtr) { function in namespace:android
30 obj->decStrong(0);
41 { "nDecStrong", "(J)V", (void*) decStrong },
/frameworks/native/include/ui/
H A DANativeObjectBase.h46 void decStrong(const void* id) const { function in class:android::ANativeObjectBase
47 REF::decStrong(id);
74 self->decStrong(self);
/frameworks/native/libs/ui/include/ui/
H A DANativeObjectBase.h46 void decStrong(const void* id) const { function in class:android::ANativeObjectBase
47 REF::decStrong(id);
74 self->decStrong(self);
/frameworks/native/libs/ui/include_vndk/ui/
H A DANativeObjectBase.h46 void decStrong(const void* id) const { function in class:android::ANativeObjectBase
47 REF::decStrong(id);
74 self->decStrong(self);
/frameworks/native/opengl/libagl/
H A DBufferObjectManager.h59 inline void decStrong(const void* id) const;
75 void EGLBufferObjectManager::decStrong(const void* /*id*/) const { function in class:android::EGLBufferObjectManager
/frameworks/native/libs/nativebase/include/nativebase/
H A Dnativebase.h80 void decStrong(const void* /*id*/) const { function in struct:ANativeWindowBuffer
/frameworks/rs/cpp/util/
H A DRefBase.h69 void decStrong(const void* id) const;
171 inline void decStrong(__attribute__((unused)) const void* id) const { function in class:android::RSC::LightRefBase
/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h339 void decStrong(const void* /*id*/) const { function in struct:ANativeWindow

Completed in 127 milliseconds