Home
last modified time | relevance | path

Searched defs:executeCommand (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindow.aidl46 void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor); in executeCommand() method
DSurfaceView.java675 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { in executeCommand() method in SurfaceView.MyWindow
DViewRootImpl.java4058 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { in executeCommand() method in ViewRootImpl.W
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java55 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { in executeCommand() method in BaseIWindow
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindow.java56 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) in executeCommand() method in BridgeWindow
/frameworks/base/libs/binder/
DIPCThreadState.cpp890 status_t IPCThreadState::executeCommand(int32_t cmd) in executeCommand() function in android::IPCThreadState