Home
last modified time | relevance | path

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

/system/core/adb/
Dsockets.c50 static unsigned local_socket_next_id = 1; variable
102 s->id = local_socket_next_id++; in install_local_socket()
105 if (local_socket_next_id == 0) in install_local_socket()
106 local_socket_next_id = 1; in install_local_socket()