Lines Matching refs:MaybeAttachCurrentThread
295 JNIEnv* env = MaybeAttachCurrentThread(); in ~MediaProviderWrapper()
305 JNIEnv* env = MaybeAttachCurrentThread(); in InsertFile()
315 JNIEnv* env = MaybeAttachCurrentThread(); in DeleteFile()
324 JNIEnv* env = MaybeAttachCurrentThread(); in OnFileOpen()
373 JNIEnv* env = MaybeAttachCurrentThread(); in IsCreatingDirAllowed()
384 JNIEnv* env = MaybeAttachCurrentThread(); in IsDeletingDirAllowed()
399 JNIEnv* env = MaybeAttachCurrentThread(); in GetDirectoryEntries()
419 JNIEnv* env = MaybeAttachCurrentThread(); in IsOpendirAllowed()
429 JNIEnv* env = MaybeAttachCurrentThread(); in isUidAllowedAccessToDataOrObbPath()
443 JNIEnv* env = MaybeAttachCurrentThread(); in Rename()
448 JNIEnv* env = MaybeAttachCurrentThread(); in OnFileCreated()
454 JNIEnv* env = MaybeAttachCurrentThread(); in ShouldAllowLookup()
466 JNIEnv* env = MaybeAttachCurrentThread(); in IsAppCloneUser()
478 JNIEnv* env = MaybeAttachCurrentThread(); in FileLookup()
512 JNIEnv* env = MaybeAttachCurrentThread(); in Transform()
555 JNIEnv* MediaProviderWrapper::MaybeAttachCurrentThread() { in MaybeAttachCurrentThread() function in mediaprovider::fuse::MediaProviderWrapper