Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.cpp52 } gDeviceCallbackClassInfo; variable
98 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceError); in onDeviceError()
104 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceOpen); in onDeviceOpen()
126 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceOutput, rType, in onDeviceOutput()
389 uhid::gDeviceCallbackClassInfo.onDeviceOpen = in register_com_android_commands_hid_Device()
391 uhid::gDeviceCallbackClassInfo.onDeviceGetReport = in register_com_android_commands_hid_Device()
393 uhid::gDeviceCallbackClassInfo.onDeviceSetReport = in register_com_android_commands_hid_Device()
395 uhid::gDeviceCallbackClassInfo.onDeviceOutput = in register_com_android_commands_hid_Device()
397 uhid::gDeviceCallbackClassInfo.onDeviceError = in register_com_android_commands_hid_Device()
399 if (uhid::gDeviceCallbackClassInfo.onDeviceOpen == NULL || in register_com_android_commands_hid_Device()
[all …]
/aosp14/frameworks/base/cmds/uinput/jni/
H A Dcom_android_commands_uinput_Device.cpp57 } gDeviceCallbackClassInfo; variable
78 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceError); in onDeviceError()
84 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceConfigure, handle); in onDeviceConfigure()
90 env->CallVoidMethod(mCallbackObject, gDeviceCallbackClassInfo.onDeviceVibrating, value); in onDeviceVibrating()
328 uinput::gDeviceCallbackClassInfo.onDeviceConfigure = in register_com_android_commands_uinput_Device()
330 uinput::gDeviceCallbackClassInfo.onDeviceVibrating = in register_com_android_commands_uinput_Device()
332 uinput::gDeviceCallbackClassInfo.onDeviceError = in register_com_android_commands_uinput_Device()
334 if (uinput::gDeviceCallbackClassInfo.onDeviceConfigure == nullptr || in register_com_android_commands_uinput_Device()
335 uinput::gDeviceCallbackClassInfo.onDeviceError == nullptr || in register_com_android_commands_uinput_Device()
336 uinput::gDeviceCallbackClassInfo.onDeviceVibrating == nullptr) { in register_com_android_commands_uinput_Device()