Searched refs:in_oemCmd (Results 1 – 6 of 6) sorted by relevance
36 ScopedAStatus Fastboot::doOemCommand(const std::string& in_oemCmd, std::string* _aidl_return) { in doOemCommand() argument38 if (in_oemCmd.empty()) { in doOemCommand()
26 ::ndk::ScopedAStatus doOemCommand(const std::string& in_oemCmd,
66 ScopedAStatus FastbootShim::doOemCommand(const std::string& in_oemCmd, std::string* _aidl_return) { in doOemCommand() argument69 if (in_oemCmd.empty()) { in doOemCommand()72 const hidl_string oemCmdArgs = in_oemCmd; in doOemCommand()
27 ::ndk::ScopedAStatus doOemCommand(const std::string &in_oemCmd,
32 ::ndk::ScopedAStatus doOemCommand(const std::string& in_oemCmd,
129 ScopedAStatus Fastboot::doOemCommand(const std::string &in_oemCmd, std::string *_aidl_return) { in doOemCommand() argument134 auto args = ::android::base::Split(in_oemCmd, " "); in doOemCommand()