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

  /system/bt/stack/rfcomm/
port_utils.cc 67 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++) {
81 rfc_cb.rfc.last_port = yy;
86 RFCOMM_TRACE_DEBUG("rfc_cb.port.port[%d]:%p allocated, last_port:%d", yy,
87 p_port, rfc_cb.rfc.last_port);
rfc_int.h 224 uint8_t last_port; /* Last port allocated */ member in struct:__anon2521
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils.cc 381 int last_port = queue.size(); local
390 CHECK_EQ(last_port - 1, port);
391 last_port = port;
    [all...]

Completed in 287 milliseconds