Searched refs:asrt (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_sock_thread.c | 62 #define asrt(s) if(!(s)) APPL_TRACE_ERROR("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, … macro 243 asrt(callback || cmd_callback); in btsock_thread_create() 271 asrt(ts[h].cmd_fdr == -1 && ts[h].cmd_fdw == -1); in init_cmd_fd() 457 asrt(fd != -1); in add_poll() 466 asrt(ts[h].poll_count < MAX_POLL); in add_poll() 476 asrt(ts[h].poll_count < MAX_POLL); in add_poll() 530 asrt(ts[h].cmd_callback); in process_cmd_sock() 544 asrt(count <= ts[h].poll_count); in process_data_sock() 551 asrt(pfds[i].fd == ts[h].ps[ps_i].pfd.fd); in process_data_sock() 583 asrt(ts[h].poll_count <= MAX_POLL); in prepare_poll_fds() [all …]
|
D | btif_sock_util.c | 68 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, … macro 117 asrt(send_fd != -1); in sock_send_fd()
|
D | btif_pan.c | 82 #define asrt(s) if (!(s)) BTIF_TRACE_ERROR("btif_pan: ## %s assert %s failed at line:%d ##",__FUNCT… macro 255 asrt(conn != NULL); in btif_in_pan_generic_evt() 647 asrt(conn != NULL); in bta_pan_callback_transfer()
|
D | btif_sock_l2cap.c | 53 #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 | 45 #define asrt(s) if(!(s)) LOG_ERROR ("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE… macro
|