Home
last modified time | relevance | path

Searched defs:ListenerCallback (Results 1 – 4 of 4) sorted by relevance

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/init/
H A Duevent_listener.h40 using ListenerCallback = std::function<ListenerAction(const Uevent&)>; variable
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/init/
H A Duevent_listener.h40 using ListenerCallback = std::function<ListenerAction(const Uevent&)>; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DHttpListenerTest.cs636 public static IPEndPoint ListenerCallback (IAsyncResult result) in ListenerCallback() method in MonoTests.System.Net.HttpListenerTest
/dports/net/opal/opal-3.10.10/src/opal/
H A Dendpoint.cxx368 void OpalEndPoint::ListenerCallback(PThread &, INT param) in ListenerCallback() function in OpalEndPoint