• Home
  • Raw
  • Download

Lines Matching refs:ERR

83 #define ERR LOGE  macro
250 ERR("bt_audio_service_get_data_fd failed, errno: %d", errno); in bluetooth_start()
335 ERR("Invalid channel mode %u", mode); in default_bitpool()
347 ERR("Invalid channel mode %u", mode); in default_bitpool()
351 ERR("Invalid sampling freq %u", freq); in default_bitpool()
376 ERR("Rate %d not supported", data->rate); in bluetooth_a2dp_init()
393 ERR("No supported channel modes"); in bluetooth_a2dp_init()
406 ERR("No supported block lengths"); in bluetooth_a2dp_init()
415 ERR("No supported subbands"); in bluetooth_a2dp_init()
746 ERR("Error sending data to audio service: %s(%d)", in audioservice_send()
767 ERR("Error receiving IPC data from bluetoothd: %s (%d)", in audioservice_recv()
772 ERR("Too short (%d bytes) IPC packet from bluetoothd", ret); in audioservice_recv()
780 ERR("Error receiving error code for BT_ERROR: %s (%d)", in audioservice_recv()
785 ERR("%s failed : %s(%d)", in audioservice_recv()
799 ERR("Bogus message type %d - name %d" in audioservice_recv()
818 ERR("Bogus message %s received while %s was expected", in audioservice_expect()
835 ERR("bt_audio_service_open failed\n"); in bluetooth_init()
841 ERR("bluetooth_init setsockopt(SO_RCVTIMEO) failed %d", err); in bluetooth_init()
867 ERR("bluetooth_parse_capabilities() invalid codec capabilities length"); in bluetooth_parse_capabilities()
905 ERR("audioservice_send failed for BT_GETCAPABILITIES_REQ\n"); in bluetooth_configure()
912 ERR("audioservice_expect failed for BT_GETCAPABILITIES_RSP\n"); in bluetooth_configure()
918 ERR("bluetooth_parse_capabilities failed err: %d", err); in bluetooth_configure()
924 ERR("bluetooth_a2dp_hw_params failed err: %d", err); in bluetooth_configure()
1212 ERR("Encoding error %d", encoded); in a2dp_write()
1240 ERR("%ld bytes left at end of a2dp_write\n", frames_left); in a2dp_write()