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.java140 private static Process executeCommand(String command) throws IOException { in executeCommand() method in DeployAgent
157 Process p = executeCommand(commandBuilder.toString()); in getFilenameFromPackageName()
202 Process p = executeCommand(commandBuilder.toString()); in createInstallSession()
221 Process p = executeCommand(commandBuilder.toString()); in commitInstallSession()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h126 status_t executeCommand(int32_t command);
/system/libhwbinder/
DIPCThreadState.cpp459 result = executeCommand(cmd); in getAndExecuteCommand()
874 err = executeCommand(cmd); in waitForResponse()
1053 status_t IPCThreadState::executeCommand(int32_t cmd) in executeCommand() function in android::hardware::IPCThreadState