Searched refs:dispatchCommand (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
H A D | IpServerTest.java | 252 dispatchCommand(IpServer.CMD_TETHER_REQUESTED, STATE_TETHERED); in initTetheredStateMachine() 386 dispatchCommand(command); in shouldDoNothingUntilRequested() 395 dispatchCommand(IpServer.CMD_INTERFACE_DOWN); in handlesImmediateInterfaceDown() 406 dispatchCommand(IpServer.CMD_TETHER_REQUESTED, STATE_TETHERED); in canBeTethered() 424 dispatchCommand(IpServer.CMD_TETHER_UNREQUESTED); in canUnrequestTethering() 442 dispatchCommand(IpServer.CMD_TETHER_REQUESTED, STATE_TETHERED); in canBeTetheredAsUsb() 581 dispatchCommand(IpServer.CMD_TETHER_UNREQUESTED); in canUnrequestTetheringWithUpstream() 609 dispatchCommand(IpServer.CMD_INTERFACE_DOWN); in interfaceDownLeadsToUnavailable() 1267 dispatchCommand(IpServer.CMD_TETHER_UNREQUESTED); in testStopObsoleteDhcpServer() 1309 private void dispatchCommand(int command, int arg1) { in dispatchCommand() method in IpServerTest [all …]
|
/aosp12/system/core/libsysutils/src/ |
H A D | FrameworkListener.cpp | 80 dispatchCommand(c, buffer + offset); in onDataAvailable() 94 void FrameworkListener::dispatchCommand(SocketClient *cli, char *data) { in dispatchCommand() function in FrameworkListener
|
/aosp12/system/core/libsysutils/ |
H A D | EventLogTags.logtags | 3 # FrameworkListener dispatchCommand overflow
|
/aosp12/system/netd/server/ |
H A D | ndc.cpp | 37 exit(nd.dispatchCommand(argc - 1, argv + 1)); in main()
|
H A D | NdcDispatcher.h | 74 int dispatchCommand(int argc, char** argv);
|
H A D | NdcDispatcher.cpp | 148 int NdcDispatcher::dispatchCommand(int argc, char** argv) { in dispatchCommand() function in android::net::NdcDispatcher
|
/aosp12/system/core/libsysutils/include/sysutils/ |
H A D | FrameworkListener.h | 50 void dispatchCommand(SocketClient *c, char *data);
|
/aosp12/frameworks/base/media/java/android/media/session/ |
H A D | MediaSession.java | 767 void dispatchCommand(RemoteUserInfo caller, String command, Bundle args, in dispatchCommand() method in MediaSession 1200 session.dispatchCommand(createRemoteUserInfo(packageName, pid, uid), in onCommand()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewDebug.java | 533 static void dispatchCommand(View view, String command, String parameters, in dispatchCommand() method in ViewDebug
|
H A D | ViewRootImpl.java | 9902 ViewDebug.dispatchCommand(view, command, parameters, clientStream); in executeCommand()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 33012 Landroid/media/session/MediaSession;->dispatchCommand(Landroid/media/session/MediaSessionManager$Re…
|