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

/frameworks/base/core/java/android/view/
H A DIWindow.aidl44 void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor);
H A DSurfaceView.java515 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { method in class:SurfaceView.MyWindow
H A DViewRoot.java2800 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { method in class:ViewRoot.W
2808 + " executeCommand() from pid=" + Binder.getCallingPid()
/frameworks/base/keystore/java/android/security/
H A DServiceCommand.java168 private Reply executeCommand(int cmd, String data) { method in class:ServiceCommand
189 result = executeCommand(cmd, data);
/frameworks/base/include/utils/
H A DIPCThreadState.h85 status_t executeCommand(int32_t command);
/frameworks/base/libs/utils/
H A DIPCThreadState.cpp426 result = executeCommand(cmd);
668 err = executeCommand(cmd);
818 status_t IPCThreadState::executeCommand(int32_t cmd) function in class:android::IPCThreadState
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java1055 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) method in class:Bridge.Window

Completed in 107 milliseconds