Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintOperation.cpp45 keymaster_operation_handle_t opHandle) in TrustyKeyMintOperation() argument
46 : impl_(std::move(implementation)), opHandle_(opHandle) {} in TrustyKeyMintOperation()
/aosp14/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeyMintOperation.h39 keymaster_operation_handle_t opHandle);
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Canvas.cpp209 jfloat r, jfloat b, jint opHandle) { in clipRect() argument
211 SkRegion::Op rgnOp = static_cast<SkRegion::Op>(opHandle); in clipRect()
227 ALOGW("Ignoring unsupported clip operation %d", opHandle); in clipRect()
236 jint opHandle) { in clipPath() argument
237 SkRegion::Op rgnOp = static_cast<SkRegion::Op>(opHandle); in clipPath()
249 ALOGW("Ignoring unsupported clip operation %d", opHandle); in clipPath()
H A DPath.cpp242 static jboolean op(JNIEnv* env, jclass clazz, jlong p1Handle, jlong p2Handle, jint opHandle, in op() argument
246 SkPathOp op = static_cast<SkPathOp>(opHandle); in op()