Searched refs:gDeviceCallbackClassInfo (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/hid/jni/ |
D | com_android_commands_hid_Device.cpp | 52 } gDeviceCallbackClassInfo; variable 98 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceError); in onDeviceError() 104 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceOpen); in onDeviceOpen() 110 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceGetReport, requestId, in onDeviceGetReport() 118 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceSetReport, id, rType, in onDeviceSetReport() 126 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceOutput, rType, in onDeviceOutput() 401 uhid::gDeviceCallbackClassInfo.onDeviceOpen = in register_com_android_commands_hid_Device() 403 uhid::gDeviceCallbackClassInfo.onDeviceGetReport = in register_com_android_commands_hid_Device() 405 uhid::gDeviceCallbackClassInfo.onDeviceSetReport = in register_com_android_commands_hid_Device() 407 uhid::gDeviceCallbackClassInfo.onDeviceOutput = in register_com_android_commands_hid_Device() [all …]
|
/frameworks/base/cmds/uinput/jni/ |
D | com_android_commands_uinput_Device.cpp | 56 } gDeviceCallbackClassInfo; variable 77 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceError); in onDeviceError() 83 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceConfigure, handle); in onDeviceConfigure() 89 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceVibrating, value); in onDeviceVibrating() 352 uinput::gDeviceCallbackClassInfo.onDeviceConfigure = in register_com_android_commands_uinput_Device() 354 uinput::gDeviceCallbackClassInfo.onDeviceVibrating = in register_com_android_commands_uinput_Device() 356 uinput::gDeviceCallbackClassInfo.onDeviceError = in register_com_android_commands_uinput_Device() 358 if (uinput::gDeviceCallbackClassInfo.onDeviceConfigure == nullptr || in register_com_android_commands_uinput_Device() 359 uinput::gDeviceCallbackClassInfo.onDeviceError == nullptr || in register_com_android_commands_uinput_Device() 360 uinput::gDeviceCallbackClassInfo.onDeviceVibrating == nullptr) { in register_com_android_commands_uinput_Device()
|