Searched defs:callback_t (Results 1 – 5 of 5) sorted by relevance
312 struct callback_t { in TEST_F() struct313 hci::Address bd_addr; in TEST_F()314 hci::ErrorCode reason; in TEST_F()315 bool is_locally_initiated; in TEST_F()
40 using callback_t = variable
18 typedef void (WINAPI *callback_t)(int); typedef
83 typedef CallbackBase_1Data < int > callback_t; in unregisterCallback() typedef
168 typedef std::function<std::unique_ptr<Command>(void)> callback_t; typedef