Lines Matching refs:ALOGE
46 ALOGE("Fail to new jbyteArray bd addr"); in marshall_bda()
59 ALOGE("%s: mCallbacksObj is null", __func__); in connection_state_callback()
64 ALOGE("Fail to new jbyteArray bd addr for HID channel state"); in connection_state_callback()
78 ALOGE("%s: mCallbacksObj is null", __func__); in get_protocol_mode_callback()
82 ALOGE("BTHH Status is not OK!"); in get_protocol_mode_callback()
88 ALOGE("Fail to new jbyteArray bd addr for get protocal mode callback"); in get_protocol_mode_callback()
101 ALOGE("%s: mCallbacksObj is null", __func__); in get_report_callback()
105 ALOGE("BTHH Status is not OK!"); in get_report_callback()
111 ALOGE("Fail to new jbyteArray bd addr for get report callback"); in get_report_callback()
117 ALOGE("Fail to new jbyteArray data for get report callback"); in get_report_callback()
132 ALOGE("%s: mCallbacksObj is null", __func__); in virtual_unplug_callback()
137 ALOGE("Fail to new jbyteArray bd addr for HID channel state"); in virtual_unplug_callback()
148 ALOGE("%s: mCallbacksObj is null", __func__); in handshake_callback()
154 ALOGE("Fail to new jbyteArray bd addr for handshake callback"); in handshake_callback()
168 ALOGE("%s: Fail to new jbyteArray bd addr", __func__); in get_idle_time_callback()
203 ALOGE("Bluetooth module is not loaded"); in initializeNative()
222 ALOGE("Failed to get Bluetooth HID Interface"); in initializeNative()
228 ALOGE("Failed to initialize Bluetooth HID, status: %d", status); in initializeNative()
240 ALOGE("Bluetooth module is not loaded"); in cleanupNative()
263 ALOGE("Bluetooth device address null"); in connectHidNative()
270 ALOGE("Failed HID channel connection, status: %d", status); in connectHidNative()
286 ALOGE("Bluetooth device address null"); in disconnectHidNative()
292 ALOGE("Failed disconnect hid channel, status: %d", status); in disconnectHidNative()
306 ALOGE("Bluetooth device address null"); in getProtocolModeNative()
316 ALOGE("Failed get protocol mode, status: %d", status); in getProtocolModeNative()
330 ALOGE("Bluetooth device address null"); in virtualUnPlugNative()
338 ALOGE("Failed virual unplug, status: %d", status); in virtualUnPlugNative()
353 ALOGE("Bluetooth device address null"); in setProtocolModeNative()
366 ALOGE("Unknown HID protocol mode"); in setProtocolModeNative()
374 ALOGE("Failed set protocol mode, status: %d", status); in setProtocolModeNative()
391 ALOGE("Bluetooth device address null"); in getReportNative()
402 ALOGE("Failed get report, status: %d", status); in getReportNative()
417 ALOGE("Bluetooth device address null"); in setReportNative()
427 ALOGE("Failed set report, status: %d", status); in setReportNative()
444 ALOGE("Bluetooth device address null"); in sendDataNative()
453 ALOGE("Failed set data, status: %d", status); in sendDataNative()
468 ALOGE("%s: Bluetooth device address null", __func__); in getIdleTimeNative()
474 ALOGE("%s: Failed get idle time, status: %d", __func__, status); in getIdleTimeNative()
487 ALOGE("%s: Bluetooth device address null", __func__); in setIdleTimeNative()
494 ALOGE("%s: Failed set idle time, status: %d", __func__, status); in setIdleTimeNative()