HomeSort by relevance Sort by last modified time
    Searched full:asrt (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 63 #define asrt(s) if(!(s)) APPL_TRACE_ERROR("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
227 asrt(callback || cmd_callback);
253 asrt(ts[h].cmd_fdr == -1 && ts[h].cmd_fdw == -1);
421 asrt(fd != -1);
430 asrt(ts[h].poll_count < MAX_POLL);
440 asrt(ts[h].poll_count < MAX_POLL);
482 asrt(ts[h].cmd_callback);
496 asrt(count <= ts[h].poll_count);
503 asrt(pfds[i].fd == ts[h].ps[ps_i].pfd.fd);
535 asrt(ts[h].poll_count <= MAX_POLL)
    [all...]
btif_sock_util.c 69 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
118 asrt(send_fd != -1);
btif_pan.c 78 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR("btif_pan: ## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
259 asrt(conn != NULL);
601 asrt(conn != NULL);
btif_sock_rfc.c 59 #define asrt(s) if(!(s)) APPL_TRACE_ERROR("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
299 asrt(accept_rs->rfc_port_handle != srv_rs->rfc_port_handle);
    [all...]
btif_config_util.cpp 52 #define asrt(s) if(!(s)) ALOGE ("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_pan.cpp 39 #define asrt(s) if(!(s)) ALOGE ("## %s(L%d): ASSERT %s failed! ##",__FUNCTION__, __LINE__, #s) macro
com_android_bluetooth_gatt.cpp 40 #define asrt(s) if(!(s)) ALOGE ("%s(L%d): ASSERT %s failed! ##",__FUNCTION__, __LINE__, #s) macro
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_api.c 44 #define asrt(s) if(!(s)) LOGE ("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 44 #define asrt(s) if(!(s)) ALOGE ("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 741 bool Asrt=false)
742 : AcquireLoc(AcquireLoc), LKind(LKind), Asserted(Asrt), Managed(M),
    [all...]

Completed in 119 milliseconds