Home
last modified time | relevance | path

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

/aosp_15_r20/external/aws-crt-java/src/native/
H A Dcustom_key_op_handler.c12 struct aws_jni_custom_key_op_handler { struct
36 …struct aws_jni_custom_key_op_handler *op_handler = (struct aws_jni_custom_key_op_handler *)key_op_… in s_aws_custom_key_op_handler_perform_operation() argument
113 …struct aws_jni_custom_key_op_handler *op_handler = (struct aws_jni_custom_key_op_handler *)key_op_… in s_aws_custom_key_op_handler_destroy()
144 struct aws_jni_custom_key_op_handler *java_custom_key_op_handler = in aws_custom_key_op_handler_java_new()
145 aws_mem_calloc(allocator, 1, sizeof(struct aws_jni_custom_key_op_handler)); in aws_custom_key_op_handler_java_new()
177 struct aws_jni_custom_key_op_handler *java_custom_key_op_handler = in aws_custom_key_op_handler_java_release()
178 (struct aws_jni_custom_key_op_handler *)custom_key_op_handler->impl; in aws_custom_key_op_handler_java_release()