Home
last modified time | relevance | path

Searched defs:ExecuteCommand (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dsubcontext.proto21 message ExecuteCommand { repeated string args = 1; } message
Daction.cpp159 void Action::ExecuteCommand(const Command& command) const { in ExecuteCommand() function in android::init::Action
/system/bt/service/client/
Dmain.cc1025 bool ExecuteCommand(const sp<IBluetooth>& bt_iface, std::string& command) { in ExecuteCommand() function