Home
last modified time | relevance | path

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

/aosp12/system/core/libsysutils/src/
H A DFrameworkListener.cpp94 void FrameworkListener::dispatchCommand(SocketClient *cli, char *data) { in dispatchCommand() function in FrameworkListener
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java1309 private void dispatchCommand(int command, int arg1) { in dispatchCommand() method in IpServerTest
1319 private void dispatchCommand(int command) { in dispatchCommand() method in IpServerTest
/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
/aosp12/system/netd/server/
H A DNdcDispatcher.cpp148 int NdcDispatcher::dispatchCommand(int argc, char** argv) { in dispatchCommand() function in android::net::NdcDispatcher
/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