Lines Matching refs:ALOGE
23 ALOGE("Callback: '%s' is not called on the correct thread", __FUNCTION__);\
66 ALOGE("Fail to new jbyteArray bd addr for HID channel state"); in connection_state_callback()
82 ALOGE("BTHH Status is not OK!"); in get_protocol_mode_callback()
89 ALOGE("Fail to new jbyteArray bd addr for get protocal mode callback"); in get_protocol_mode_callback()
106 ALOGE("BTHH Status is not OK!"); in get_report_callback()
113 ALOGE("Fail to new jbyteArray bd addr for get report callback"); in get_report_callback()
119 ALOGE("Fail to new jbyteArray data for get report callback"); in get_report_callback()
141 ALOGE("Fail to new jbyteArray bd addr for HID channel state"); in virtual_unplug_callback()
175 ALOGE("Fail to new jbyteArray bd addr for handshake callback"); in handshake_callback()
213 ALOGE("Bluetooth module is not loaded"); in initializeNative()
232 ALOGE("Failed to get Bluetooth HID Interface"); in initializeNative()
237 ALOGE("Failed to initialize Bluetooth HID, status: %d", status); in initializeNative()
251 ALOGE("Bluetooth module is not loaded"); in cleanupNative()
278 ALOGE("Bluetooth device address null"); in connectHidNative()
284 ALOGE("Failed HID channel connection, status: %d", status); in connectHidNative()
300 ALOGE("Bluetooth device address null"); in disconnectHidNative()
306 ALOGE("Failed disconnect hid channel, status: %d", status); in disconnectHidNative()
323 ALOGE("Bluetooth device address null"); in getProtocolModeNative()
329 ALOGE("Failed get protocol mode, status: %d", status); in getProtocolModeNative()
345 ALOGE("Bluetooth device address null"); in virtualUnPlugNative()
350 ALOGE("Failed virual unplug, status: %d", status); in virtualUnPlugNative()
369 ALOGE("Bluetooth device address null"); in setProtocolModeNative()
382 ALOGE("Unknown HID protocol mode"); in setProtocolModeNative()
387 ALOGE("Failed set protocol mode, status: %d", status); in setProtocolModeNative()
405 ALOGE("Bluetooth device address null"); in getReportNative()
414 ALOGE("Failed get report, status: %d", status); in getReportNative()
432 ALOGE("Bluetooth device address null"); in setReportNative()
440 ALOGE("Failed set report, status: %d", status); in setReportNative()
458 ALOGE("Bluetooth device address null"); in sendDataNative()
464 ALOGE("Failed set report, status: %d", status); in sendDataNative()