Lines Matching refs:ALOGE
66 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_remote_features_callback()
73 ALOGE("Unable to allocate byte array for bd_addr"); in btavrcp_remote_features_callback()
89 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_get_play_status_callback()
96 ALOGE("Fail to new jbyteArray bd addr for get_play_status command"); in btavrcp_get_play_status_callback()
112 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_get_element_attr_callback()
119 ALOGE("Fail to new jbyteArray bd addr for get_element_attr command"); in btavrcp_get_element_attr_callback()
126 ALOGE("Fail to new jintArray for attrs"); in btavrcp_get_element_attr_callback()
145 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_register_notification_callback()
152 ALOGE("Fail to new jbyteArray bd addr for register_notification command"); in btavrcp_register_notification_callback()
168 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_volume_change_callback()
175 ALOGE("Fail to new jbyteArray bd addr for volume_change command"); in btavrcp_volume_change_callback()
192 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_passthrough_command_callback()
199 ALOGE("Fail to new jbyteArray bd addr for passthrough_command command"); in btavrcp_passthrough_command_callback()
215 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_set_addressed_player_callback()
222 ALOGE("Fail to new jbyteArray bd addr for set_addressed_player command"); in btavrcp_set_addressed_player_callback()
237 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_set_browsed_player_callback()
244 ALOGE("Fail to new jbyteArray bd addr for set_browsed_player command"); in btavrcp_set_browsed_player_callback()
261 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_get_folder_items_callback()
268 ALOGE("Fail to new jbyteArray bd addr for get_folder_items command"); in btavrcp_get_folder_items_callback()
283 ALOGE("Fail to allocate new jintArray for attrs"); in btavrcp_get_folder_items_callback()
301 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_change_path_callback()
308 ALOGE("Fail to new jintArray for attrs"); in btavrcp_change_path_callback()
315 ALOGE("Fail to new jbyteArray bd addr for change_path command"); in btavrcp_change_path_callback()
336 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_get_item_attr_callback()
343 ALOGE("Fail to new jintArray for attr_uid"); in btavrcp_get_item_attr_callback()
350 ALOGE("Fail to new jbyteArray bd addr for get_item_attr command"); in btavrcp_get_item_attr_callback()
357 ALOGE("Fail to new jintArray for attrs"); in btavrcp_get_item_attr_callback()
377 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_play_item_callback()
384 ALOGE("%s: Fail to new jByteArray attrs for play_item command", __func__); in btavrcp_play_item_callback()
391 ALOGE("Fail to new jbyteArray bd addr for play_item command"); in btavrcp_play_item_callback()
409 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_get_total_num_items_callback()
416 ALOGE("Fail to new jbyteArray bd addr for get_total_num_items command"); in btavrcp_get_total_num_items_callback()
431 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_search_callback()
438 ALOGE("Fail to new jintArray for attrs"); in btavrcp_search_callback()
445 ALOGE("Fail to new jbyteArray bd addr for search command"); in btavrcp_search_callback()
463 ALOGE("%s: mCallbacksObj is null", __func__); in btavrcp_add_to_play_list_callback()
470 ALOGE("Fail to new jbyteArray bd addr for add_to_play_list command"); in btavrcp_add_to_play_list_callback()
477 ALOGE("Fail to new jByteArray for attrs"); in btavrcp_add_to_play_list_callback()
566 ALOGE("Bluetooth module is not loaded"); in initNative()
585 ALOGE("Failed to get Bluetooth Avrcp Interface"); in initNative()
592 ALOGE("Failed to initialize Bluetooth Avrcp, status: %d", status); in initNative()
603 ALOGE("Bluetooth module is not loaded"); in cleanupNative()
622 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in getPlayStatusRspNative()
635 ALOGE("Failed get_play_status_rsp, status: %d", status); in getPlayStatusRspNative()
646 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in getElementAttrRspNative()
651 ALOGE("get_element_attr_rsp: number of attributes exceed maximum"); in getElementAttrRspNative()
663 ALOGE("get_element_attr_rsp: not have enough memeory"); in getElementAttrRspNative()
691 ALOGE("%s: Failed to copy attributes", __func__); in getElementAttrRspNative()
699 ALOGE("Failed get_element_attr_rsp, status: %d", status); in getElementAttrRspNative()
713 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in getItemAttrRspNative()
724 ALOGE("get_element_attr_rsp: number of attributes exceed maximum"); in getItemAttrRspNative()
730 ALOGE("%s: not have enough memory", __func__); in getItemAttrRspNative()
754 ALOGE("%s: Failed to copy attributes", __func__); in getItemAttrRspNative()
763 ALOGE("Failed get_item_attr_rsp, status: %d", status); in getItemAttrRspNative()
777 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in registerNotificationRspPlayStatusNative()
787 ALOGE("Failed register_notification_rsp play status, status: %d", status); in registerNotificationRspPlayStatusNative()
798 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in registerNotificationRspTrackChangeNative()
821 ALOGE("Failed register_notification_rsp track change, status: %d", status); in registerNotificationRspTrackChangeNative()
832 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in registerNotificationRspPlayPosNative()
842 ALOGE("Failed register_notification_rsp play position, status: %d", status); in registerNotificationRspPlayPosNative()
852 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in registerNotificationRspNowPlayingChangedNative()
861 ALOGE("Failed register_notification_rsp, nowPlaying Content status: %d", in registerNotificationRspNowPlayingChangedNative()
872 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in registerNotificationRspUIDsChangedNative()
882 ALOGE("Failed register_notification_rsp, uids changed status: %d", status); in registerNotificationRspUIDsChangedNative()
891 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in registerNotificationRspAddrPlayerChangedNative()
902 ALOGE("Failed register_notification_rsp address player changed status: %d", in registerNotificationRspAddrPlayerChangedNative()
913 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in registerNotificationRspAvalPlayerChangedNative()
921 ALOGE( in registerNotificationRspAvalPlayerChangedNative()
932 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in setVolumeNative()
938 ALOGE("Failed set_volume, status: %d", status); in setVolumeNative()
952 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in mediaPlayerListRspNative()
989 ALOGE("%s: not have enough memory", __func__); in mediaPlayerListRspNative()
1021 ALOGE("%s: Failed to copy Media player attributes", __func__); in mediaPlayerListRspNative()
1029 ALOGE("Failed get_folder_items_list_rsp, status: %d", status); in mediaPlayerListRspNative()
1055 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in getFolderItemsRspNative()
1117 ALOGE("%s: failed to copy display name of folder item", __func__); in getFolderItemsRspNative()
1137 ALOGE("%s: failed to copy display name of media item", __func__); in getFolderItemsRspNative()
1145 ALOGE("%s: error in copying attributes of item = %s", __func__, in getFolderItemsRspNative()
1156 ALOGE("%s: unable to allocate memory", __func__); in getFolderItemsRspNative()
1164 ALOGE("Failed get_folder_items_list_rsp, status: %d", status); in getFolderItemsRspNative()
1188 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in setAddressedPlayerRspNative()
1202 ALOGE("Failed set_addressed_player_rsp, status: %d", status); in setAddressedPlayerRspNative()
1214 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in setBrowsedPlayerRspNative()
1240 ALOGE("%s: Failed to copy folder name", __func__); in setBrowsedPlayerRspNative()
1257 ALOGE("%s: Failed set_browsed_player_rsp, status: %d", __func__, status); in setBrowsedPlayerRspNative()
1272 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in changePathRspNative()
1287 ALOGE("Failed change_path_rsp, status: %d", status); in changePathRspNative()
1298 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in searchRspNative()
1313 ALOGE("Failed search_rsp, status: %d", status); in searchRspNative()
1324 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in playItemRspNative()
1338 ALOGE("Failed play_item_rsp, status: %d", status); in playItemRspNative()
1349 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in getTotalNumOfItemsRspNative()
1364 ALOGE("Failed get_total_num_of_items_rsp, status: %d", status); in getTotalNumOfItemsRspNative()
1374 ALOGE("%s: sBluetoothAvrcpInterface is null", __func__); in addToNowPlayingRspNative()
1388 ALOGE("Failed add_to_now_playing_rsp, status: %d", status); in addToNowPlayingRspNative()
1487 ALOGE("%s: failed to copy attributes", __func__); in copy_item_attributes()