Lines Matching refs:ALOGE
23 ALOGE("Callback: '%s' is not called on the correct thread", __FUNCTION__);\
48 ALOGE("Callback env check fail: env: %p, callback: %p", env, sCallbackEnv); in checkCallbackThread()
70 ALOGE("Fail to new jbyteArray bd addr for channel state"); in channel_state_callback()
79 ALOGE("Failed to convert file descriptor, fd: %d", fd); in channel_state_callback()
112 ALOGE("Bluetooth module is not loaded"); in initializeNative()
130 ALOGE("Failed to get Bluetooth Health Interface"); in initializeNative()
135 ALOGE("Failed to initialize Bluetooth HDP, status: %d", status); in initializeNative()
147 ALOGE("Bluetooth module is not loaded"); in cleanupNative()
172 ALOGE("Failed to register health app. No Bluetooth Health Interface available"); in registerHealthAppNative()
190 ALOGE("Failed register health app, status: %d", status); in registerHealthAppNative()
204 ALOGE("Failed to unregister app %d, status: %d", app_id, status); in unregisterHealthAppNative()
218 ALOGE("Bluetooth device address null"); in connectChannelNative()
225 ALOGE("Failed HDP channel connection, status: %d", status); in connectChannelNative()
239 ALOGE("Failed disconnect health channel, status: %d", status); in disconnectChannelNative()