Home
last modified time | relevance | path

Searched defs:callback_t (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc312 struct callback_t { in TEST_F() struct
313 hci::Address bd_addr; in TEST_F()
314 hci::ErrorCode reason; in TEST_F()
315 bool is_locally_initiated; in TEST_F()
/aosp_15_r20/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_server.h40 using callback_t = variable
/aosp_15_r20/external/clang/test/Sema/
H A Dcallingconv-cast.c18 typedef void (WINAPI *callback_t)(int); typedef
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A D2007-09-10-RecursiveTypeResolution.cpp83 typedef CallbackBase_1Data < int > callback_t; in unregisterCallback() typedef
/aosp_15_r20/system/extras/simpleperf/
H A Dcommand.cpp168 typedef std::function<std::unique_ptr<Command>(void)> callback_t; typedef