Lines Matching refs:ALOGE

57         ALOGE("Callback: '%s' is not called on the correct thread", __FUNCTION__);  in btavrcp_remote_features_callback()
62 ALOGE("Unable to allocate byte array for bd_addr"); in btavrcp_remote_features_callback()
71 ALOGE("%s: mCallbacksObj is null", __FUNCTION__); in btavrcp_remote_features_callback()
82 ALOGE("Callback: '%s' is not called on the correct thread", __FUNCTION__); in btavrcp_get_play_status_callback()
89 ALOGE("%s: mCallbacksObj is null", __FUNCTION__); in btavrcp_get_play_status_callback()
100 ALOGE("Callback: '%s' is not called on the correct thread", __FUNCTION__); in btavrcp_get_element_attr_callback()
105 ALOGE("Fail to new jintArray for attrs"); in btavrcp_get_element_attr_callback()
113 ALOGE("%s: mCallbacksObj is null", __FUNCTION__); in btavrcp_get_element_attr_callback()
121 ALOGE("Callback: '%s' is not called on the correct thread", __FUNCTION__); in btavrcp_register_notification_callback()
128 ALOGE("%s: mCallbacksObj is null", __FUNCTION__); in btavrcp_register_notification_callback()
137 ALOGE("Callback: '%s' is not called on the correct thread", __FUNCTION__); in btavrcp_volume_change_callback()
144 ALOGE("%s: mCallbacksObj is null", __FUNCTION__); in btavrcp_volume_change_callback()
154 ALOGE("Callback: '%s' is not called on the correct thread", __FUNCTION__); in btavrcp_passthrough_command_callback()
161 ALOGE("%s: mCallbacksObj is null", __FUNCTION__); in btavrcp_passthrough_command_callback()
208 ALOGE("Bluetooth module is not loaded"); in initNative()
226 ALOGE("Failed to get Bluetooth Avrcp Interface"); in initNative()
232 ALOGE("Failed to initialize Bluetooth Avrcp, status: %d", status); in initNative()
244 ALOGE("Bluetooth module is not loaded"); in cleanupNative()
268 ALOGE("Failed get_play_status_rsp, status: %d", status); in getPlayStatusRspNative()
286 ALOGE("get_element_attr_rsp: number of attributes exceed maximum"); in getElementAttrRspNative()
292 ALOGE("get_element_attr_rsp: not have enough memeory"); in getElementAttrRspNative()
307 ALOGE("get_element_attr_rsp: GetStringUTFChars return NULL"); in getElementAttrRspNative()
314 ALOGE("get_element_attr_rsp: string length exceed maximum"); in getElementAttrRspNative()
332 ALOGE("Failed get_element_attr_rsp, status: %d", status); in getElementAttrRspNative()
351 ALOGE("Failed register_notification_rsp play status, status: %d", status); in registerNotificationRspPlayStatusNative()
379 ALOGE("Failed register_notification_rsp track change, status: %d", status); in registerNotificationRspTrackChangeNative()
396 ALOGE("Failed register_notification_rsp play position, status: %d", status); in registerNotificationRspPlayPosNative()
412 ALOGE("Failed set_volume, status: %d", status); in setVolumeNative()