Searched refs:adb_host (Results 1 – 1 of 1) sorted by relevance
46 AdbHost* adb_host; member114 AdbHost* adb_host; in _adb_host_new() local116 ANEW0(adb_host); in _adb_host_new()117 alist_init(&adb_host->list_entry); in _adb_host_new()118 adb_host->adb_srv = adb_srv; in _adb_host_new()119 adb_host->host_so = -1; in _adb_host_new()121 return adb_host; in _adb_host_new()126 _adb_host_free(AdbHost* adb_host) in _adb_host_free() argument128 if (adb_host != NULL) { in _adb_host_free()130 assert(alist_is_empty(&adb_host->list_entry)); in _adb_host_free()[all …]