Home
last modified time | relevance | path

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

/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DDeployAgent.java134 private static Process executeCommand(String command) throws IOException { in executeCommand() method in DeployAgent
151 Process p = executeCommand(commandBuilder.toString()); in getFilenameFromPackageName()
194 Process p = executeCommand(commandBuilder.toString()); in createInstallSession()
212 Process p = executeCommand(commandBuilder.toString()); in commitInstallSession()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h152 status_t executeCommand(int32_t command);
/system/libhwbinder/
DIPCThreadState.cpp461 result = executeCommand(cmd); in getAndExecuteCommand()
878 err = executeCommand(cmd); in waitForResponse()
1051 status_t IPCThreadState::executeCommand(int32_t cmd) in executeCommand() function in android::hardware::IPCThreadState