Home
last modified time | relevance | path

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

123

/device/generic/goldfish/radio/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.cpp53 void Commander::registerCommand(const char* commandStr, Command* command) { in registerCommand()
107 auto command = mCommands.find(mReceiveBuffer.data()); in onReadAvailable() local
/device/generic/goldfish/network/wifi_forwarder/
Dnetlink_message.cpp45 bool NetlinkMessage::initGeneric(int family, uint8_t command, int version) { in initGeneric()
/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/host/frontend/gcastv2/webrtc/assets/js/
Dlogcat.js40 function createAdbMessage(command, arg0, arg1, payload) { argument
/device/linaro/poplar/wifi/wifi_hal/
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
Dlink_layer_stats.cpp122 GetLinkStatsCommand command(iface, handler); in wifi_get_link_stats() 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/google/trout/hal/dumpstate/1.1/
DDumpstateGrpcServer.cpp84 const std::string& command, in GetCommandOutput()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp55 cvd::Command command(config->crosvm_binary()); in Stop() local
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-shmem.c167 xf_proxy_message_t *command; in xf_shmem_process_input() local
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
Dlldbefi.py466 def efi_guid_command(debugger, command, result, dict): argument
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp413 int execute(const std::vector<std::string>& command, in execute()
426 int execute(const std::vector<std::string>& command) { in execute()
/device/google/cuttlefish/common/libs/net/
Dnetlink_request.cpp60 NetlinkRequest::NetlinkRequest(int32_t command, int32_t flags) { in NetlinkRequest()
/device/google/contexthub/util/nanotool/
Dnanomessage.h189 uint8_t command; member
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DAdbWebSocketHandler.cpp77 uint32_t command = U32LE_AT(data); in verifyAdbHeader() 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/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.2/Modules/
Dmain.c233 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

123