Home
last modified time | relevance | path

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

/frameworks/native/services/vr/hardware_composer/impl/
Dvr_composer_client.cpp53 bool VrComposerClient::VrCommandEngine::executeCommand( in executeCommand() function in android::dvr::VrComposerClient::VrCommandEngine
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java34 public void executeCommand(String command, String parameters, in executeCommand() method in TestIWindow
/frameworks/base/core/java/android/view/
DIWindow.aidl51 void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor); in executeCommand() method
DViewRootImpl.java8428 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { in executeCommand() method in ViewRootImpl.TrackballAxis.W
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java83 public void executeCommand(String command, String parameters, ParcelFileDescriptor out) { in executeCommand() method in BaseIWindow
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DConnOnActivityStartTest.java358 private static String executeCommand(String cmd) throws IOException { in executeCommand() method in ConnOnActivityStartTest
/frameworks/native/libs/binder/
DIPCThreadState.cpp1068 status_t IPCThreadState::executeCommand(int32_t cmd) in executeCommand() function in android::IPCThreadState