Searched refs:method_addUsbEndpoint (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbHostManager.cpp46 static jmethodID method_addUsbEndpoint; member in namespace:android
125 env->CallVoidMethod(thiz, method_addUsbEndpoint,
218 method_addUsbEndpoint = env->GetMethodID(clazz, "addUsbEndpoint", "(IIII)V");
219 if (method_addUsbEndpoint == NULL) {

Completed in 335 milliseconds