Home
last modified time | relevance | path

Searched refs:AttachCurrentThreadWithName (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/base/android/
H A Djni_android.h54 inline JNIEnv* AttachCurrentThreadWithName(const std::string& thread_name) { in AttachCurrentThreadWithName() function
55 return jni_zero::AttachCurrentThreadWithName(thread_name); in AttachCurrentThreadWithName()
/aosp_15_r20/external/libchrome/base/android/
H A Djni_android.h72 BASE_EXPORT JNIEnv* AttachCurrentThreadWithName(const std::string& thread_name);
H A Djni_android.cc66 JNIEnv* AttachCurrentThreadWithName(const std::string& thread_name) { in AttachCurrentThreadWithName() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/android/
Djni_android.h75 BASE_EXPORT JNIEnv* AttachCurrentThreadWithName(const std::string& thread_name);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/android/
Djni_android.h75 BASE_EXPORT JNIEnv* AttachCurrentThreadWithName(const std::string& thread_name);
/aosp_15_r20/external/cronet/third_party/jni_zero/
H A Djni_zero.cc179 JNIEnv* AttachCurrentThreadWithName(const std::string& thread_name) { in AttachCurrentThreadWithName() function
H A Djni_zero.h655 JNI_ZERO_COMPONENT_BUILD_EXPORT JNIEnv* AttachCurrentThreadWithName(