Searched defs:contextHandle (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DPerfMeasurement.java260 private static native void nativeDeleteContext(long contextHandle); argument
278 protected static native void nativeStartGlTimer(long contextHandle); argument
292 protected static native void nativeStopGlTimer(long contextHandle); argument
305 protected static native long nativeGetNextGlDuration(long contextHandle); argument
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp238 jlong contextHandle) {
239 PerfMeasurementContext *context = getContext(contextHandle);
250 jlong contextHandle) {
252 PerfMeasurementContext *context = getContext(contextHandle);
275 jlong contextHandle) {
277 PerfMeasurementContext *context = getContext(contextHandle);
295 jobject thiz, jlong contextHandle) {
296 PerfMeasurementContext *context = getContext(contextHandle);
237 PerfMeasurement_nativeDeleteContext(JNIEnv* env, jobject thiz, jlong contextHandle) argument
249 PerfMeasurement_nativeStartGlTimer(JNIEnv* env, jobject thiz, jlong contextHandle) argument
274 PerfMeasurement_nativeStopGlTimer(JNIEnv* env, jobject thiz, jlong contextHandle) argument
294 PerfMeasurement_nativeGetNextGlDuration(JNIEnv* env, jobject thiz, jlong contextHandle) argument

Completed in 91 milliseconds