Home
last modified time | relevance | path

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

/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp55 } gDeviceCallbackClassInfo; variable
101 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceError); in onDeviceError()
107 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceOpen); in onDeviceOpen()
113 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceGetReport, in onDeviceGetReport()
120 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceOutput, in onDeviceOutput()
360 uhid::gDeviceCallbackClassInfo.onDeviceOpen = in register_com_android_commands_hid_Device()
362 uhid::gDeviceCallbackClassInfo.onDeviceGetReport = in register_com_android_commands_hid_Device()
364 uhid::gDeviceCallbackClassInfo.onDeviceOutput = in register_com_android_commands_hid_Device()
366 uhid::gDeviceCallbackClassInfo.onDeviceError = in register_com_android_commands_hid_Device()
368 if (uhid::gDeviceCallbackClassInfo.onDeviceOpen == NULL || in register_com_android_commands_hid_Device()
[all …]