Searched defs:executeCommand (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java64 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { method in class:BaseIWindow
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java44 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) method in class:BridgeWindow
/frameworks/base/core/java/android/view/
H A DSurfaceView.java701 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { method in class:SurfaceView.MyWindow
H A DViewRootImpl.java6538 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { method in class:ViewRootImpl.W
6546 + " executeCommand() from pid=" + Binder.getCallingPid()
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp435 result = executeCommand(cmd);
784 err = executeCommand(cmd);
944 status_t IPCThreadState::executeCommand(int32_t cmd) function in class:android::IPCThreadState

Completed in 4960 milliseconds