Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DIPCThreadState.h109 status_t executeCommand(int32_t command);
/system/libhwbinder/
DIPCThreadState.cpp443 result = executeCommand(cmd); in getAndExecuteCommand()
790 err = executeCommand(cmd); in waitForResponse()
947 status_t IPCThreadState::executeCommand(int32_t cmd) in executeCommand() function in android::hardware::IPCThreadState