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

/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.h85 // ObjectPool template class. This class keeps track of C++ instances that are
91 class ObjectPool { class
93 // Create a new ObjectPool for a specific object type. Pass the path to the
98 instance_ = new ObjectPool<T>(jclass_name, id_fld_name);
102 static ObjectPool* Instance() {
185 explicit ObjectPool(const std::string& jclass_name, function in class:ObjectPool
193 static ObjectPool* instance_;
200 DISALLOW_COPY_AND_ASSIGN(ObjectPool);
203 template<typename T> ObjectPool<T>* ObjectPool<
[all...]

Completed in 556 milliseconds