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

  /external/dhcpcd-6.8.2/
eloop.h 73 void (*timeout0)(void *); member in struct:eloop_ctx
eloop.c 328 if (ctx->timeout0 != NULL) {
330 "%s: timeout0 already set", __func__);
334 ctx->timeout0 = callback;
540 if (ctx->timeout0) {
541 t0 = ctx->timeout0;
542 ctx->timeout0 = NULL;
  /system/bt/btcore/test/
property_test.cpp 80 uint32_t timeout0 = 12345; local
81 bt_property_t *property = property_new_discovery_timeout(timeout0);
83 EXPECT_EQ(timeout0, *(uint32_t *)property->val);
88 EXPECT_EQ(timeout0, timeout1);

Completed in 598 milliseconds