| /system/core/adb/ |
| D | shell_service_test.cpp | 63 const char* command, SubprocessType type, SubprocessProtocol protocol) { in StartTestSubprocess() 99 ShellProtocol* protocol = new ShellProtocol(fd); in ReadShellProtocol() local 210 ShellProtocol* protocol = new ShellProtocol(subprocess_fd_); in TEST_F() local 236 ShellProtocol* protocol = new ShellProtocol(subprocess_fd_); in TEST_F() local
|
| D | shell_service.cpp | 193 SubprocessType type, SubprocessProtocol protocol) in Subprocess() 698 static int ReportError(SubprocessProtocol protocol, const std::string& message) { in ReportError() 729 SubprocessType type, SubprocessProtocol protocol) { in StartSubprocess()
|
| D | shell_service_protocol_test.cpp | 90 bool PacketEquals(const ShellProtocol* protocol, ShellProtocol::Id id, in PacketEquals()
|
| /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/nfc/src/nfa/rw/ |
| D | nfa_rw_act.cc | 1437 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; in nfa_rw_start_ndef_detection() local 1472 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; in nfa_rw_start_ndef_read() local 1568 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; in nfa_rw_start_ndef_write() local 1720 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; in nfa_rw_presence_check() local 1846 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; in nfa_rw_format_tag() local 1908 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; in nfa_rw_config_tag_ro() local
|
| /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()
|
| D | bta_pan_act.cc | 172 const RawAddress& dst, uint16_t protocol, in bta_pan_data_buf_ind_cback()
|
| /system/nfc/src/nfc/tags/ |
| D | ce_main.cc | 95 tNFC_PROTOCOL protocol = p_activate_params->protocol; in CE_SetActivatedTagType() 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 | 619 tNFC_RF_TECH_N_MODE tech_n_mode, tNFC_PROTOCOL protocol) { in nfa_dm_disc_get_disc_mask() 1214 tNFC_PROTOCOL protocol = p_data->activate.protocol; in nfa_dm_disc_notify_activation() local 2727 void nfa_dm_rf_discover_select(uint8_t rf_disc_id, tNFA_NFC_PROTOCOL protocol, in nfa_dm_rf_discover_select() 2934 uint8_t protocol = 0xFF; in nfa_dm_p2p_prio_logic() local 3086 static void nfa_dm_send_tag_deselect_cmd(tNFA_NFC_PROTOCOL protocol) { in nfa_dm_send_tag_deselect_cmd()
|
| D | nfa_dm_main.cc | 172 bool nfa_dm_is_protocol_supported(tNFC_PROTOCOL protocol, uint8_t sel_res) { in nfa_dm_is_protocol_supported()
|
| /system/netd/server/dns/ |
| D | DnsTlsServer.h | 59 int protocol = IPPROTO_TCP; member
|
| /system/bt/binder/android/bluetooth/ |
| D | IBluetoothHidDeviceCallback.aidl | 27 void onSetProtocol(in BluetoothDevice device, in byte protocol); in onSetProtocol()
|
| /system/bt/stack/bnep/ |
| D | bnep_api.cc | 330 BT_HDR* p_buf, uint16_t protocol, in BNEP_WriteBuf() 433 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 | 440 uint16_t protocol = 0; in bnep_data_ind() local
|
| /system/core/base/include/android-base/ |
| D | unique_fd.h | 125 inline bool Socketpair(int domain, int type, int protocol, unique_fd* left, unique_fd* right) { in Socketpair()
|
| /system/netd/server/ |
| D | NetlinkCommands.cpp | 33 int openNetlinkSocket(int protocol) { in openNetlinkSocket()
|
| D | MDnsSdListener.cpp | 284 const char *interfaceName, uint32_t protocol, const char *hostname) { in getAddrInfo() 506 int protocol = 0; // intelligient heuristic (both v4 + v6) in runCommand() local
|
| /system/bt/btif/include/ |
| D | btif_pan_internal.h | 67 uint16_t protocol; member
|
| /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()
|
| /system/netd/client/ |
| D | NetdClient.cpp | 107 int netdClientSocket(int domain, int type, int protocol) { in netdClientSocket()
|
| /system/nfc/src/nfc/include/ |
| D | rw_api.h | 177 tNFC_PROTOCOL protocol; /* protocol used to detect NDEF */ member 187 tNFC_PROTOCOL protocol; /* protocol used to detect TLV */ member
|