Home
last modified time | relevance | path

Searched refs:dispatchCommand (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java252 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 DFrameworkListener.cpp80 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 DEventLogTags.logtags3 # FrameworkListener dispatchCommand overflow
/aosp12/system/netd/server/
H A Dndc.cpp37 exit(nd.dispatchCommand(argc - 1, argv + 1)); in main()
H A DNdcDispatcher.h74 int dispatchCommand(int argc, char** argv);
H A DNdcDispatcher.cpp148 int NdcDispatcher::dispatchCommand(int argc, char** argv) { in dispatchCommand() function in android::net::NdcDispatcher
/aosp12/system/core/libsysutils/include/sysutils/
H A DFrameworkListener.h50 void dispatchCommand(SocketClient *c, char *data);
/aosp12/frameworks/base/media/java/android/media/session/
H A DMediaSession.java767 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 DViewDebug.java533 static void dispatchCommand(View view, String command, String parameters, in dispatchCommand() method in ViewDebug
H A DViewRootImpl.java9902 ViewDebug.dispatchCommand(view, command, parameters, clientStream); in executeCommand()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt33012 Landroid/media/session/MediaSession;->dispatchCommand(Landroid/media/session/MediaSessionManager$Re…