Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 57) sorted by relevance

123

/device/google/cuttlefish_common/host/libs/vm_manager/
Dcrosvm_manager.cpp75 cvd::Command command(config_->crosvm_binary()); in StartCommand() local
139 cvd::Command command(config_->crosvm_binary()); in Stop() local
/device/generic/goldfish/ril/
Datchannel.c673 static int at_send_command_full_nolock (const char *command, ATCommandType type, in at_send_command_full_nolock()
740 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full()
783 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command()
794 int at_send_command_singleline (const char *command, in at_send_command_singleline()
817 int at_send_command_numeric (const char *command, in at_send_command_numeric()
839 int at_send_command_sms (const char *command, in at_send_command_sms()
863 int at_send_command_multiline (const char *command, in at_send_command_multiline()
/device/generic/goldfish/network/netmgr/
Dcommander.cpp56 void Commander::registerCommand(const char* commandStr, Command* command) { in registerCommand()
110 auto command = mCommands.find(mReceiveBuffer.data()); in onReadAvailable() local
/device/google/cuttlefish_common/common/libs/utils/
Dsubprocess.cpp63 const char* const* command, in subprocess_impl()
247 int execute(const std::vector<std::string>& command, in execute()
260 int execute(const std::vector<std::string>& command) { in execute()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Ddist.py289 def get_option_dict(self, command): argument
794 def get_command_class(self, command): argument
833 def get_command_obj(self, command, create=1): argument
903 def reinitialize_command(self, command, reinit_subcommands=0): argument
957 def run_command(self, command): argument
Dcmd.py305 def get_finalized_command(self, command, create=1): argument
317 def reinitialize_command(self, command, reinit_subcommands=0): argument
321 def run_command(self, command): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmimetools.py224 def pipeto(input, command): argument
229 def pipethrough(input, command, output): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dupload.py62 def upload_file(self, command, pyversion, filename): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_config.py64 class command(PyPIRCCommand): class
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/
Dvirtual_adb_client.cpp170 auto command = std::move(iter->second); in HandleHeartbeatTimeout() local
226 auto command = std::move(iter->second); in AfterSelect() local
/device/linaro/poplar/wifi/wifi_hal/
Dlink_layer_stats.cpp122 GetLinkStatsCommand command(iface, handler); in wifi_get_link_stats() local
Drtt.cpp666 GetRttCapabilitiesCommand command(iface, capabilities); in wifi_get_rtt_capabilities() local
674 GetRttResponderInfoCommand command(iface, responderInfo); in wifi_rtt_get_responder_info() local
689 EnableResponderCommand command(iface, id, channel_hint, max_duration_seconds, responderInfo); in wifi_enable_responder() local
698 CancelResponderCommand command(iface, id); in wifi_disable_responder() local
Dwifi_hal.cpp1258 GetFeatureSetCommand command(handle, ANDR_WIFI_ATTRIBUTE_NUM_FEATURE_SET, set, NULL, NULL, 1); in wifi_get_supported_feature_set() local
1265 GetFeatureSetCommand command(handle, ANDR_WIFI_ATTRIBUTE_FEATURE_SET, NULL, in wifi_get_concurrency_matrix() local
1272 SetPnoMacAddrOuiCommand command(handle, scan_oui); in wifi_set_scanning_mac_oui() local
1279 SetNodfsCommand command(handle, nodfs); in wifi_set_nodfs_flag() local
1285 SetCountryCodeCommand command(handle, country_code); in wifi_set_country_code() local
1356 SetNdoffloadCommand command(handle, enable); in wifi_configure_nd_offload() local
/device/generic/goldfish/sensors/
Dsensors_qemu.c608 char command[64]; in sensor_device_activate() local
672 char command[64]; in sensor_device_set_delay() local
968 char command[64]; in open_sensors() local
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-shmem.c167 xf_proxy_message_t *command; in xf_shmem_process_input() local
/device/google/cuttlefish_common/common/libs/net/
Dnetlink_request.cpp64 NetlinkRequest::NetlinkRequest(int32_t command, int32_t flags) in NetlinkRequest()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
Dlldbefi.py466 def efi_guid_command(debugger, command, result, dict): argument
/device/google/marlin/camera/QCamera2/stack/common/
Dmm_camera_shim.h69 uint32_t command; /*V4L2 or private command*/ member
/device/google/contexthub/util/nanotool/
Dnanomessage.h189 uint8_t command; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmain.c233 char *command = NULL; in Py_Main() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dmain.c238 char *command = NULL; in Py_Main() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dmain.c238 char *command = NULL; in Py_Main() local
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/
Dxf-shmem.h42 xf_proxy_message_t command[XF_PROXY_MESSAGE_QUEUE_LENGTH]; member
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.h115 XA_ERRORCODE (* const * command)(XACodecBase *, xf_message_t *); member
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
Dmessages.h59 Command command; member

123