/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_cmd.h | 28 struct cmd { struct 30 cmd_func_t *func; argument 46 extern int dhd_get(void *dhd, int cmd, void *buf, int len); argument
|
D | dhdu.c | 417 dhd_cmd_usage(cmd_t *cmd) in dhd_cmd_usage() 429 cmd_t *cmd; in dhd_list() local 482 cmd_t *cmd; in dhd_cmds_usage() local 592 dhd_pktgen(void *dhd, cmd_t *cmd, char **argv) in dhd_pktgen() 743 dhd_sd_msglevel(void *dhd, cmd_t *cmd, char **argv) in dhd_sd_msglevel() 749 dhd_sd_blocksize(void *dhd, cmd_t *cmd, char **argv) in dhd_sd_blocksize() 793 dhd_sd_mode(void *wl, cmd_t *cmd, char **argv) in dhd_sd_mode() 833 dhd_dma_mode(void *wl, cmd_t *cmd, char **argv) in dhd_dma_mode() 884 dhd_sdreg(void *dhd, cmd_t *cmd, char **argv) in dhd_sdreg() 944 dhd_membytes(void *dhd, cmd_t *cmd, char **argv) in dhd_membytes() [all …]
|
D | dhdu_linux.c | 81 cmd_t *cmd = NULL; in dhd_find_cmd() local 145 dhd_ioctl(void *dhd, int cmd, void *buf, int len, bool set) in dhd_ioctl() 180 int wl_ioctl(void *wl, int cmd, void *buf, int len, bool set) in wl_ioctl() 231 dhd_get(void *dhd, int cmd, void *buf, int len) in dhd_get() 244 dhd_set(void *dhd, int cmd, void *buf, int len) in dhd_set() 344 ioctl_queryinformation_fe(void *wl, int cmd, void* input_buf, int *input_len) in ioctl_queryinformation_fe() 363 ioctl_setinformation_fe(void *wl, int cmd, void* buf, int *len) in ioctl_setinformation_fe() 382 wl_get(void *wl, int cmd, void *buf, int len) in wl_get() 404 wl_set(void *wl, int cmd, void *buf, int len) in wl_set() 565 cmd_t *cmd = NULL; in process_args() local
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | common.cpp | 72 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler() 143 void wifi_unregister_handler(wifi_handle handle, int cmd) in wifi_unregister_handler() 196 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd) in wifi_register_cmd() 224 WifiCommand *cmd = NULL; in wifi_unregister_cmd() local 247 WifiCommand *cmd = NULL; in wifi_get_cmd() local 259 void wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd) in wifi_unregister_cmd() 278 WifiCommand *cmd = wifi_unregister_cmd(handle, id); in wifi_cancel_cmd() local 292 WifiCommand *cmd = wifi_get_cmd(handle, id); in wifi_get_cancel_cmd() local
|
D | cpp_bindings.cpp | 63 static const char *cmdToString(int cmd) in cmdToString() 568 int WifiRequest::create(int family, uint8_t cmd, int flags, int data_len) { in create() 713 int WifiCommand::requestEvent(int cmd) { in requestEvent() 769 WifiCommand *cmd = (WifiCommand *)arg; in response_handler() local 782 WifiCommand *cmd = (WifiCommand *)arg; in event_handler() local
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | common.cpp | 72 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler() 143 void wifi_unregister_handler(wifi_handle handle, int cmd) in wifi_unregister_handler() 196 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd) in wifi_register_cmd() 224 WifiCommand *cmd = NULL; in wifi_unregister_cmd() local 247 WifiCommand *cmd = NULL; in wifi_get_cmd() local 259 void wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd) in wifi_unregister_cmd() 278 WifiCommand *cmd = wifi_unregister_cmd(handle, id); in wifi_cancel_cmd() local 292 WifiCommand *cmd = wifi_get_cmd(handle, id); in wifi_get_cancel_cmd() local
|
D | cpp_bindings.cpp | 63 static const char *cmdToString(int cmd) in cmdToString() 568 int WifiRequest::create(int family, uint8_t cmd, int flags, int data_len) { in create() 721 int WifiCommand::requestEvent(int cmd) { in requestEvent() 777 WifiCommand *cmd = (WifiCommand *)arg; in response_handler() local 790 WifiCommand *cmd = (WifiCommand *)arg; in event_handler() local
|
/hardware/nxp/keymint/KM300/authsecret/ |
D | AuthSecret.cpp | 64 std::vector<uint8_t> cmd; in clearAuthApprovedStatus() local 96 std::vector<uint8_t> cmd; in setPrimaryUserCredential() local
|
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/ |
D | hostapd_hidl_test_utils.cpp | 103 std::string cmd = "/system/bin/cmd wifi set-wifi-enabled "; in toggleWifiFramework() local 109 std::string cmd = "/system/bin/cmd wifi set-scan-always-available "; in toggleWifiScanAlwaysAvailable() local
|
/hardware/interfaces/nfc/1.0/vts/functional/ |
D | VtsHalNfcV1_0TargetTest.cpp | 116 std::vector<uint8_t> cmd = CORE_RESET_CMD; in SetUp() local 184 std::vector<uint8_t> cmd = CORE_RESET_CMD; in TEST_P() local 219 std::vector<uint8_t> cmd = CORE_RESET_CMD_CONFIG_RESET; in TEST_P() local 255 std::vector<uint8_t> cmd = INVALID_COMMAND; in TEST_P() local 275 std::vector<uint8_t> cmd = CORE_RESET_CMD; in TEST_P() local 333 std::vector<uint8_t> cmd = CORE_RESET_CMD; in TEST_P() local
|
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/ |
D | IRadioSimIndication.aidl | 95 void stkEventNotify(in RadioIndicationType type, in String cmd); in stkEventNotify() 104 void stkProactiveCommand(in RadioIndicationType type, in String cmd); in stkProactiveCommand()
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/2/android/hardware/radio/sim/ |
D | IRadioSimIndication.aidl | 43 oneway void stkEventNotify(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkEventNotify() 44 …oneway void stkProactiveCommand(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkProactiveCommand()
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/3/android/hardware/radio/sim/ |
D | IRadioSimIndication.aidl | 44 oneway void stkEventNotify(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkEventNotify() 45 …oneway void stkProactiveCommand(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkProactiveCommand()
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/4/android/hardware/radio/sim/ |
D | IRadioSimIndication.aidl | 47 oneway void stkEventNotify(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkEventNotify() 48 …oneway void stkProactiveCommand(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkProactiveCommand()
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/current/android/hardware/radio/sim/ |
D | IRadioSimIndication.aidl | 47 oneway void stkEventNotify(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkEventNotify() 48 …oneway void stkProactiveCommand(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkProactiveCommand()
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/1/android/hardware/radio/sim/ |
D | IRadioSimIndication.aidl | 43 oneway void stkEventNotify(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkEventNotify() 44 …oneway void stkProactiveCommand(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkProactiveCommand()
|
/hardware/google/aemu/host-common/ |
D | goldfish_sync.cpp | 88 static void sendCommand(uint32_t cmd, in sendCommand() 112 void goldfish_sync_receive_hostcmd_result(uint32_t cmd, in goldfish_sync_receive_hostcmd_result() 128 static uint64_t sendCommandAndGetResult(uint64_t cmd, in sendCommandAndGetResult()
|
D | GoldfishSyncCommandQueue.cpp | 55 void GoldfishSyncCommandQueue::hostSignal(uint32_t cmd, in hostSignal() 90 GoldfishSyncWakeInfo cmd = { in load() local
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 48 static void wpa_driver_notify_country_change(void *ctx, char *cmd) in wpa_driver_notify_country_change() 69 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf, in wpa_driver_nl80211_driver_cmd() 174 int cmd; in wpa_driver_set_ap_wps_p2p_ie() member
|
/hardware/synaptics/wlan/synadhd/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 48 static void wpa_driver_notify_country_change(void *ctx, char *cmd) in wpa_driver_notify_country_change() 69 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf, in wpa_driver_nl80211_driver_cmd() 179 int cmd; in wpa_driver_set_ap_wps_p2p_ie() member
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/wifi_hal_ctrl/ |
D | wifi_hal_ctrl.c | 172 int wifihal_ctrl_request2(struct wifihal_ctrl *ctrl, const char *cmd, size_t cmd_len, in wifihal_ctrl_request2() 232 int wifihal_ctrl_request(struct wifihal_ctrl *ctrl, const char *cmd, size_t cmd_len, in wifihal_ctrl_request()
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/ |
D | RadioIndication-sim.cpp | 80 const hidl_string& cmd) { in stkEventNotify() 87 const hidl_string& cmd) { in stkProactiveCommand()
|
/hardware/interfaces/bluetooth/1.1/vts/functional/ |
D | VtsHalBluetoothV1_1TargetTest.cpp | 383 hidl_vec<uint8_t> BluetoothHidlTest::wait_for_command_complete_event(hidl_vec<uint8_t> cmd) { in wait_for_command_complete_event() 400 hidl_vec<uint8_t> cmd = COMMAND_HCI_READ_BUFFER_SIZE; in setBufferSizes() local 450 hidl_vec<uint8_t> cmd = write_name; in sendAndCheckHCI() local 600 hidl_vec<uint8_t> cmd = COMMAND_HCI_WRITE_LOOPBACK_MODE_LOCAL; in enterLoopbackMode() local 654 hidl_vec<uint8_t> cmd = COMMAND_HCI_RESET; in TEST_P() local 662 hidl_vec<uint8_t> cmd = COMMAND_HCI_READ_LOCAL_VERSION_INFORMATION; in TEST_P() local 689 hidl_vec<uint8_t> cmd = COMMAND_HCI_READ_LOCAL_VERSION_INFORMATION; in TEST_P() local 713 hidl_vec<uint8_t> cmd = COMMAND_HCI_SHOULD_BE_UNKNOWN; in TEST_P() local
|
/hardware/interfaces/bluetooth/1.0/vts/functional/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 371 hidl_vec<uint8_t> BluetoothHidlTest::wait_for_command_complete_event(hidl_vec<uint8_t> cmd) { in wait_for_command_complete_event() 388 hidl_vec<uint8_t> cmd = COMMAND_HCI_READ_BUFFER_SIZE; in setBufferSizes() local 438 hidl_vec<uint8_t> cmd = write_name; in sendAndCheckHCI() local 579 hidl_vec<uint8_t> cmd = COMMAND_HCI_WRITE_LOOPBACK_MODE_LOCAL; in enterLoopbackMode() local 633 hidl_vec<uint8_t> cmd = COMMAND_HCI_RESET; in TEST_P() local 641 hidl_vec<uint8_t> cmd = COMMAND_HCI_READ_LOCAL_VERSION_INFORMATION; in TEST_P() local 668 hidl_vec<uint8_t> cmd = COMMAND_HCI_READ_LOCAL_VERSION_INFORMATION; in TEST_P() local 692 hidl_vec<uint8_t> cmd = COMMAND_HCI_SHOULD_BE_UNKNOWN; in TEST_P() local
|
/hardware/interfaces/nfc/aidl/vts/functional/ |
D | VtsNfcBehaviorChangesTest.cpp | 197 uint8_t cmd[] = {NCI_QUERY_ANDROID_PASSIVE_OBSERVE}; in nfaQueryObserveModeState() local 217 uint8_t cmd[] = {NCI_ANDROID_SET_PASSIVE_OBSERVER_TECH, tech_mask}; in nfaSetPassiveObserverTech() local 237 uint8_t cmd[] = {NCI_ANDROID_GET_CAPS}; in nfaGetCaps() local
|