/system/core/adb/daemon/ |
D | shell_service_test.cpp | 63 const char* command, SubprocessType type, SubprocessProtocol protocol) { in StartTestSubprocess() 72 SubprocessProtocol protocol) { in StartTestCommandInProcess() 101 auto protocol = std::make_unique<ShellProtocol>(fd); in ReadShellProtocol() local 211 ShellProtocol* protocol = new ShellProtocol(command_fd_); in TEST_F() local 237 ShellProtocol* protocol = new ShellProtocol(command_fd_); in TEST_F() local
|
D | shell_service.cpp | 204 SubprocessProtocol protocol, bool make_pty_raw) in Subprocess() 764 unique_fd ReportError(SubprocessProtocol protocol, const std::string& message) { in ReportError() 794 SubprocessProtocol protocol) { in StartSubprocess() 819 SubprocessProtocol protocol, bool make_pty_raw, in StartSubprocess() 853 unique_fd StartCommandInProcess(std::string name, Command command, SubprocessProtocol protocol) { in StartCommandInProcess()
|
D | abb.cpp | 89 auto protocol = SubprocessProtocol::kShell; in main() local
|
D | services.cpp | 103 SubprocessProtocol protocol = SubprocessProtocol::kNone; in ShellService() local
|
/system/bt/btif/co/ |
D | bta_pan_co.cc | 158 uint16_t protocol; in bta_pan_co_tx_path() local 230 UNUSED_ATTR uint16_t protocol, in bta_pan_co_tx_write() 253 UNUSED_ATTR uint16_t protocol, in bta_pan_co_tx_writebuf()
|
/system/bt/bta/pan/ |
D | bta_pan_ci.cc | 124 const RawAddress& src, uint16_t protocol, in bta_pan_ci_rx_write() 161 const RawAddress& src, uint16_t protocol, in bta_pan_ci_rx_writebuf() 244 UNUSED_ATTR uint16_t protocol, in bta_pan_ci_rx_writebuf()
|
/system/nfc/src/nfc/tags/ |
D | ce_main.cc | 95 tNFC_PROTOCOL protocol = p_activate_params->protocol; in CE_SetActivatedTagType() local
|
/system/nfc/src/nfa/rw/ |
D | nfa_rw_act.cc | 1533 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; in nfa_rw_start_ndef_detection() local 1570 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; in nfa_rw_start_ndef_read() local 1670 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; in nfa_rw_start_ndef_write() local 1826 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; in nfa_rw_presence_check() local 1952 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; in nfa_rw_format_tag() local 2016 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; in nfa_rw_config_tag_ro() local
|
/system/bt/stack/pan/ |
D | pan_main.cc | 383 const RawAddress& dst, uint16_t protocol, uint8_t* p_data, in pan_data_ind_cb() 477 const RawAddress& dst, uint16_t protocol, in pan_data_buf_ind_cb()
|
D | pan_api.cc | 449 const RawAddress& src, uint16_t protocol, uint8_t* p_data, in PAN_Write() 502 const RawAddress& src, uint16_t protocol, in PAN_WriteBuf()
|
/system/core/fastboot/ |
D | socket.cpp | 246 std::unique_ptr<Socket> Socket::NewClient(Protocol protocol, const std::string& host, int port, in NewClient() 267 std::unique_ptr<Socket> Socket::NewServer(Protocol protocol, int port) { in NewServer()
|
/system/nfc/src/nfa/dm/ |
D | nfa_dm_discover.cc | 594 tNFC_RF_TECH_N_MODE tech_n_mode, tNFC_PROTOCOL protocol) { in nfa_dm_disc_get_disc_mask() 1189 tNFC_PROTOCOL protocol = p_data->activate.protocol; in nfa_dm_disc_notify_activation() local 2706 void nfa_dm_rf_discover_select(uint8_t rf_disc_id, tNFA_NFC_PROTOCOL protocol, in nfa_dm_rf_discover_select() 2913 uint8_t protocol = 0xFF; in nfa_dm_p2p_prio_logic() local 3068 static void nfa_dm_send_tag_deselect_cmd(tNFA_NFC_PROTOCOL protocol) { in nfa_dm_send_tag_deselect_cmd()
|
D | nfa_dm_main.cc | 173 bool nfa_dm_is_protocol_supported(tNFC_PROTOCOL protocol, uint8_t sel_res) { in nfa_dm_is_protocol_supported()
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothHidDeviceCallback.aidl | 27 void onSetProtocol(in BluetoothDevice device, in byte protocol); in onSetProtocol()
|
/system/netd/resolv/ |
D | DnsTlsServer.h | 61 int protocol = IPPROTO_TCP; member
|
/system/bt/stack/bnep/ |
D | bnep_api.cc | 330 BT_HDR* p_buf, uint16_t protocol, in BNEP_WriteBuf() 438 uint8_t* p_data, uint16_t len, uint16_t protocol, in BNEP_Write()
|
D | bnep_utils.cc | 431 void bnepu_build_bnep_hdr(tBNEP_CONN* p_bcb, BT_HDR* p_buf, uint16_t protocol, in bnepu_build_bnep_hdr() 1261 uint16_t protocol, bool fw_ext_present, in bnep_is_packet_allowed()
|
D | bnep_main.cc | 441 uint16_t protocol = 0; in bnep_data_ind() local
|
/system/core/libnetutils/ |
D | checksum.c | 92 uint32_t ipv6_pseudo_header_checksum(const struct ip6_hdr* ip6, uint32_t len, uint8_t protocol) { in ipv6_pseudo_header_checksum()
|
/system/core/base/include/android-base/ |
D | unique_fd.h | 209 inline bool Socketpair(int domain, int type, int protocol, unique_fd_impl<Closer>* left, in Socketpair()
|
/system/core/adb/ |
D | test_adb.py | 38 def fake_adbd(protocol=socket.AF_INET, port=0): argument
|
D | shell_service_protocol_test.cpp | 90 bool PacketEquals(const ShellProtocol* protocol, ShellProtocol::Id id, in PacketEquals()
|
/system/bt/btif/include/ |
D | btif_pan_internal.h | 67 uint16_t protocol; member
|
/system/netd/server/ |
D | NetlinkCommands.cpp | 34 int openNetlinkSocket(int protocol) { in openNetlinkSocket()
|
/system/nfc/src/nfc/nfc/ |
D | nfc_main.cc | 929 tNFC_STATUS NFC_DiscoverySelect(uint8_t rf_disc_id, uint8_t protocol, in NFC_DiscoverySelect() 949 tNFC_STATUS NFC_ConnCreate(uint8_t dest_type, uint8_t id, uint8_t protocol, in NFC_ConnCreate()
|