OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timeout0
(Results
1 - 2
of
2
) sorted by 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);
/external/dhcpcd-6.8.2/
eloop.h
73
void (*
timeout0
)(void *);
member in struct:eloop_ctx
Completed in 309 milliseconds