Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/include/
H A Dtimer.h27 struct timeout_callback { struct
29 void (*callback)(struct timeout_callback *tocb); argument
50 int timer_sched_callback(struct timeout_callback *tocb, uint64_t us); argument
/aosp_15_r20/external/cronet/base/test/launcher/
H A Dunit_test_launcher.cc158 RepeatingClosure timeout_callback, in RunTestSuite()
233 RepeatingClosure timeout_callback, in LaunchUnitTestsInternal()
331 RepeatingClosure timeout_callback, in LaunchUnitTestsWithOptions()
419 RepeatingClosure timeout_callback) in UnitTestLauncherDelegate()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci/
H A Dbredr_connection_request.h61 fit::closure timeout_callback, in BrEdrConnectionRequest()
/aosp_15_r20/external/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp214 static gboolean timeout_callback(gpointer data) in timeout_callback() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager.cc76 base::OnceCallback<void(uint8_t /* status */)> timeout_callback; member
1887 void LeAdvertisingManager::StartAdvertising( in StartAdvertising()