Home
last modified time | relevance | path

Searched refs:executeCommand (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindow.aidl46 void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor); in executeCommand() method
DSurfaceView.java692 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { in executeCommand() method in SurfaceView.MyWindow
DViewRootImpl.java6173 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { in executeCommand() method in ViewRootImpl.W
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindow.java44 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) in executeCommand() method in BridgeWindow
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java68 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { in executeCommand() method in BaseIWindow
/frameworks/native/include/binder/
DIPCThreadState.h102 status_t executeCommand(int32_t command);
/frameworks/native/libs/binder/
DIPCThreadState.cpp436 result = executeCommand(cmd); in getAndExecuteCommand()
779 err = executeCommand(cmd); in waitForResponse()
938 status_t IPCThreadState::executeCommand(int32_t cmd) in executeCommand() function in android::IPCThreadState