Searched refs:asrt (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_sock_thread.c | 57 #define asrt(s) if(!(s)) APPL_TRACE_ERROR("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, … macro 181 asrt(callback || cmd_callback); in btsock_thread_create() 209 asrt(ts[h].cmd_fdr == -1 && ts[h].cmd_fdw == -1); in init_cmd_fd() 414 asrt(fd != -1); in add_poll() 423 asrt(ts[h].poll_count < MAX_POLL); in add_poll() 433 asrt(ts[h].poll_count < MAX_POLL); in add_poll() 491 asrt(ts[h].cmd_callback); in process_cmd_sock() 505 asrt(count <= ts[h].poll_count); in process_data_sock() 512 asrt(pfds[i].fd == ts[h].ps[ps_i].pfd.fd); in process_data_sock() 544 asrt(ts[h].poll_count <= MAX_POLL); in prepare_poll_fds() [all …]
|
D | btif_sock_util.c | 56 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, … macro 103 asrt(send_fd != -1); in sock_send_fd()
|
D | btif_pan.c | 85 #define asrt(s) if (!(s)) BTIF_TRACE_ERROR("btif_pan: ## %s assert %s failed at line:%d ##",__FUNCT… macro 260 asrt(conn != NULL); in btif_in_pan_generic_evt() 653 asrt(conn != NULL); in bta_pan_callback_transfer()
|
D | btif_sock_l2cap.c | 55 #define asrt(s) if (!(s)) APPL_TRACE_ERROR("## %s assert %s failed at line:%d ##",__FUNCTION__, \ macro
|
/system/bt/stack/rfcomm/ |
D | port_api.c | 48 #define asrt(s) if(!(s)) LOG_ERROR(LOG_TAG, "## %s assert %s failed at line:%d ##",__FUNCTION__, #s… macro
|