Searched refs:obj_id (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.h123 T* ObjectWithID(int obj_id) const {
124 typename CObjMap::const_iterator iter = objects_.find(obj_id);
152 bool DeleteObjectWithID(int obj_id) { argument
153 typename CObjMap::iterator iter = objects_.find(obj_id);
156 if (owns_[obj_id])

Completed in 20 milliseconds