Home
last modified time | relevance | path

Searched refs:in_oemCmd (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/fastboot/aidl/default/
DFastboot.cpp36 ScopedAStatus Fastboot::doOemCommand(const std::string& in_oemCmd, std::string* _aidl_return) { in doOemCommand() argument
38 if (in_oemCmd.empty()) { in doOemCommand()
DFastboot.h26 ::ndk::ScopedAStatus doOemCommand(const std::string& in_oemCmd,
/hardware/interfaces/fastboot/aidl/fastbootshim/
Dfastbootshim.cpp66 ScopedAStatus FastbootShim::doOemCommand(const std::string& in_oemCmd, std::string* _aidl_return) { in doOemCommand() argument
69 if (in_oemCmd.empty()) { in doOemCommand()
72 const hidl_string oemCmdArgs = in_oemCmd; in doOemCommand()
/hardware/google/pixel/fastboot/include/fastboot/
DFastboot_aidl.h27 ::ndk::ScopedAStatus doOemCommand(const std::string &in_oemCmd,
/hardware/interfaces/fastboot/aidl/fastbootshim/include/
Dfastbootshim.h32 ::ndk::ScopedAStatus doOemCommand(const std::string& in_oemCmd,
/hardware/google/pixel/fastboot/
DFastboot_aidl.cpp129 ScopedAStatus Fastboot::doOemCommand(const std::string &in_oemCmd, std::string *_aidl_return) { in doOemCommand() argument
134 auto args = ::android::base::Split(in_oemCmd, " "); in doOemCommand()