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

  /system/bt/stack/rfcomm/
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 78 milliseconds