Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp530 bool check_uint32_arg(JNIEnv *env, const char* name, jlong value, uint32_t* out) { in check_uint32_arg() function
546 if (!check_uint32_arg(env, "objectSize", objectSizeLong, &objectSize)) { in android_mtp_MtpDevice_get_object()
584 if (!check_uint32_arg(env, "offset", offsetLong, &offset) || in android_mtp_MtpDevice_get_partial_object()
585 !check_uint32_arg(env, "size", sizeLong, &size)) { in android_mtp_MtpDevice_get_partial_object()
742 if (!check_uint32_arg(env, "size", sizeLong, &size)) in android_mtp_MtpDevice_send_object()