Searched refs:GlobalRef (Results 1 – 2 of 2) sorted by relevance
67 class GlobalRef {69 GlobalRef(jobject object) : GlobalRef(object, AndroidRuntime::getJNIEnv()) {} in GlobalRef() function71 GlobalRef(jobject object, JNIEnv* env) { in GlobalRef() function78 GlobalRef(const GlobalRef& other) : GlobalRef(other.mGlobalRef) {} in GlobalRef() function80 GlobalRef(GlobalRef&& other) : mGlobalRef(other.mGlobalRef) { other.mGlobalRef = nullptr; } in GlobalRef() function83 GlobalRef& operator=(const GlobalRef& other) = delete;85 GlobalRef& operator=(GlobalRef&& other) = delete;87 ~GlobalRef() { in ~GlobalRef()
124 const GlobalRef mAudioRecordClass;125 const GlobalRef mAudioRecordWeakRef;