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

  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 63 #define asrt(s) if(!(s)) APPL_TRACE_ERROR3("## %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_config.c 53 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR3 ("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
182 asrt(section && *section && key && *key && name && *name && bytes && type);
218 asrt(section && *section && key && *key && name && *name);
219 asrt(bytes < MAX_NODE_BYTES);
236 asrt(section && *section && key && *key);
287 asrt(cb);
514 asrt(0 <= start && start < GET_CHILD_MAX_COUNT(p));
btif_sock_util.c 69 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR3("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
118 asrt(send_fd != -1);
btif_pan.c 72 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR3("btif_pan: ## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
235 asrt(conn != NULL);
534 asrt(conn != NULL);
btif_sock_rfc.c 57 #define asrt(s) if(!(s)) APPL_TRACE_ERROR3("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
300 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
  /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/rfcomm/
port_api.c 44 #define asrt(s) if(!(s)) ALOGE ("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_api.c 43 #define asrt(s) if(!(s)) LOGE ("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__) macro
    [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 

Completed in 552 milliseconds