Home
last modified time | relevance | path

Searched refs:getJNIEnvOrAbort (Results 1 – 3 of 3) sorted by relevance

/packages/services/DeviceAsWebcam/jni/
DDeviceAsWebcamNative.cpp115 JNIEnv* env = getJNIEnvOrAbort(); in setStreamConfig()
124 JNIEnv* env = getJNIEnvOrAbort(); in startStreaming()
128 JNIEnv* env = getJNIEnvOrAbort(); in stopStreaming()
133 JNIEnv* env = getJNIEnvOrAbort(); in returnImage()
139 JNIEnv* env = getJNIEnvOrAbort(); in stopService()
143 JNIEnv* DeviceAsWebcamNative::getJNIEnvOrAbort() { in getJNIEnvOrAbort() function in android::webcam::DeviceAsWebcamNative
DDeviceAsWebcamServiceManager.cpp32 JNIEnv* env = DeviceAsWebcamNative::getJNIEnvOrAbort(); in stringSetFromJavaArray()
170 JNIEnv* env = DeviceAsWebcamNative::getJNIEnvOrAbort(); in onDestroy()
DDeviceAsWebcamNative.h65 static JNIEnv* getJNIEnvOrAbort();