HomeSort by relevance Sort by last modified time
    Searched defs:getJNIEnv (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 133 static JNIEnv* getJNIEnv(bool* needsDetach);
146 JNIEnv* JNISurfaceTextureContext::getJNIEnv(bool* needsDetach) {
148 JNIEnv* env = AndroidRuntime::getJNIEnv();
174 JNIEnv* env = getJNIEnv(&needsDetach);
189 JNIEnv* env = getJNIEnv(&needsDetach);
  /frameworks/base/core/jni/
AndroidRuntime.cpp 281 env = getJNIEnv();
    [all...]
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 122 static JNIEnv* getJNIEnv(bool* needsDetach);
150 JNIEnv* JNIImageReaderContext::getJNIEnv(bool* needsDetach) {
153 JNIEnv* env = AndroidRuntime::getJNIEnv();
207 JNIEnv* env = getJNIEnv(&needsDetach);
243 JNIEnv* env = getJNIEnv(&needsDetach);
    [all...]
android_media_ImageWriter.cpp 90 static JNIEnv* getJNIEnv(bool* needsDetach);
112 JNIEnv* env = getJNIEnv(&needsDetach);
126 JNIEnv* JNIImageWriterContext::getJNIEnv(bool* needsDetach) {
130 JNIEnv* env = AndroidRuntime::getJNIEnv();
156 JNIEnv* env = getJNIEnv(&needsDetach);
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 464 milliseconds