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

/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.h113 // assignments. Pass true to owns if the object pool owns the object.
114 int RegisterObject(T* object, bool owns) { argument
117 owns_[id] = owns;
140 // object. Pass true to owns if the object pool owns the object.
141 bool WrapObject(T* c_object, JNIEnv* env, jobject j_object, bool owns) { argument
142 const int id = RegisterObject(c_object, owns);
209 // which is wrapped by a Java front-end interface. Pass true to owns, if the
212 bool WrapObjectInJava(T* c_object, JNIEnv* env, jobject j_object, bool owns) { argument
221 WrapNewObjectInJava(T* c_object, JNIEnv* env, bool owns) argument
[all...]

Completed in 410 milliseconds