Home
last modified time | relevance | path

Searched refs:local_socket_next_id (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dsockets.cpp48 static unsigned local_socket_next_id = 1; variable
81 s->id = local_socket_next_id++; in install_local_socket()
84 if (local_socket_next_id == 0) { in install_local_socket()