Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/jni/
DDeviceAsWebcamNative.cpp54 static inline jmethodID GetMethodIdOrDie(JNIEnv* env, jclass clazz, const char* method_name, in GetMethodIdOrDie() function
80 kJavaMethods.setStreamConfig = GetMethodIdOrDie(e, clazz, "setStreamConfig", "(ZIII)V"); in registerJNIMethods()
81 kJavaMethods.startStreaming = GetMethodIdOrDie(e, clazz, "startStreaming", "()V"); in registerJNIMethods()
82 kJavaMethods.stopStreaming = GetMethodIdOrDie(e, clazz, "stopStreaming", "()V"); in registerJNIMethods()
83 kJavaMethods.stopService = GetMethodIdOrDie(e, clazz, "stopService", "()V"); in registerJNIMethods()
84 kJavaMethods.returnImage = GetMethodIdOrDie(e, clazz, "returnImage", "(J)V"); in registerJNIMethods()