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

  /external/avahi/avahi-core/
resolve-address.c 87 static void start_timeout(AvahiSAddressResolver *r) { function
148 start_timeout(r);
166 start_timeout(r);
245 start_timeout(r);
resolve-host-name.c 107 static void start_timeout(AvahiSHostNameResolver *r) { function
177 start_timeout(r);
269 start_timeout(r);
resolve-service.c 154 static void start_timeout(AvahiSServiceResolver *r) { function
297 start_timeout(r);
312 start_timeout(r);
330 start_timeout(r);
456 start_timeout(r);
  /external/curl/docs/examples/
multi-uv.c 161 void start_timeout(CURLM *multi, long timeout_ms, void *userp) function
220 curl_multi_setopt(curl_handle, CURLMOPT_TIMERFUNCTION, start_timeout);
  /system/bt/stack/l2cap/
l2c_link.c 623 bool start_timeout = true; local
630 start_timeout = false;
642 start_timeout = false;
647 start_timeout = false;
662 if (start_timeout) {
    [all...]
l2c_utils.c 2810 bool start_timeout = true; local
    [all...]

Completed in 1476 milliseconds