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.cpp50 } gDeviceCallbackClassInfo; variable
76 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceError); in onDeviceError()
82 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceOpen); in onDeviceOpen()
255 uhid::gDeviceCallbackClassInfo.onDeviceOpen = in register_com_android_commands_hid_Device()
257 uhid::gDeviceCallbackClassInfo.onDeviceError = in register_com_android_commands_hid_Device()
259 if (uhid::gDeviceCallbackClassInfo.onDeviceOpen == NULL || in register_com_android_commands_hid_Device()
260 uhid::gDeviceCallbackClassInfo.onDeviceError == NULL) { in register_com_android_commands_hid_Device()