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

/frameworks/base/core/java/android/view/
H A DIWindow.aidl45 void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor);
H A DSurfaceView.java656 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { method in class:SurfaceView.MyWindow
H A DViewRoot.java3055 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { method in class:ViewRoot.W
3063 + " executeCommand() from pid=" + Binder.getCallingPid()
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java55 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.java56 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) method in class:BridgeWindow
/frameworks/base/include/binder/
H A DIPCThreadState.h98 status_t executeCommand(int32_t command);
/frameworks/base/libs/binder/
H A DIPCThreadState.cpp457 result = executeCommand(cmd);
725 err = executeCommand(cmd);
875 status_t IPCThreadState::executeCommand(int32_t cmd) function in class:android::IPCThreadState

Completed in 205 milliseconds