Lines Matching refs:MaybeAttachCurrentThread
277 JNIEnv* env = MaybeAttachCurrentThread(); in ~MediaProviderWrapper()
287 JNIEnv* env = MaybeAttachCurrentThread(); in InsertFile()
297 JNIEnv* env = MaybeAttachCurrentThread(); in DeleteFile()
306 JNIEnv* env = MaybeAttachCurrentThread(); in OnFileOpen()
358 JNIEnv* env = MaybeAttachCurrentThread(); in IsCreatingDirAllowed()
368 JNIEnv* env = MaybeAttachCurrentThread(); in IsDeletingDirAllowed()
382 JNIEnv* env = MaybeAttachCurrentThread(); in GetDirectoryEntries()
402 JNIEnv* env = MaybeAttachCurrentThread(); in IsOpendirAllowed()
413 JNIEnv* env = MaybeAttachCurrentThread(); in isUidAllowedAccessToDataOrObbPath()
427 JNIEnv* env = MaybeAttachCurrentThread(); in Rename()
432 JNIEnv* env = MaybeAttachCurrentThread(); in OnFileCreated()
438 JNIEnv* env = MaybeAttachCurrentThread(); in ShouldAllowLookup()
450 JNIEnv* env = MaybeAttachCurrentThread(); in IsAppCloneUser()
462 JNIEnv* env = MaybeAttachCurrentThread(); in FileLookup()
496 JNIEnv* env = MaybeAttachCurrentThread(); in Transform()
536 JNIEnv* MediaProviderWrapper::MaybeAttachCurrentThread() { in MaybeAttachCurrentThread() function in mediaprovider::fuse::MediaProviderWrapper