Home
last modified time | relevance | path

Searched defs:protocol (Results 1 – 25 of 44) sorted by relevance

12

/system/core/adb/
Dshell_service_test.cpp63 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
Dshell_service.cpp193 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()
Dshell_service_protocol_test.cpp90 bool PacketEquals(const ShellProtocol* protocol, ShellProtocol::Id id, in PacketEquals()
/system/bt/btif/co/
Dbta_pan_co.cc158 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/
Dnfa_rw_act.cc1437 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/
Dbta_pan_ci.cc124 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()
Dbta_pan_act.cc172 const RawAddress& dst, uint16_t protocol, in bta_pan_data_buf_ind_cback()
/system/nfc/src/nfc/tags/
Dce_main.cc95 tNFC_PROTOCOL protocol = p_activate_params->protocol; in CE_SetActivatedTagType() local
/system/bt/stack/pan/
Dpan_main.cc383 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()
Dpan_api.cc449 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/
Dsocket.cpp246 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/
Dnfa_dm_discover.cc619 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()
Dnfa_dm_main.cc172 bool nfa_dm_is_protocol_supported(tNFC_PROTOCOL protocol, uint8_t sel_res) { in nfa_dm_is_protocol_supported()
/system/netd/server/dns/
DDnsTlsServer.h59 int protocol = IPPROTO_TCP; member
/system/bt/binder/android/bluetooth/
DIBluetoothHidDeviceCallback.aidl27 void onSetProtocol(in BluetoothDevice device, in byte protocol); in onSetProtocol()
/system/bt/stack/bnep/
Dbnep_api.cc330 BT_HDR* p_buf, uint16_t protocol, in BNEP_WriteBuf()
433 uint8_t* p_data, uint16_t len, uint16_t protocol, in BNEP_Write()
Dbnep_utils.cc431 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()
Dbnep_main.cc440 uint16_t protocol = 0; in bnep_data_ind() local
/system/core/base/include/android-base/
Dunique_fd.h125 inline bool Socketpair(int domain, int type, int protocol, unique_fd* left, unique_fd* right) { in Socketpair()
/system/netd/server/
DNetlinkCommands.cpp33 int openNetlinkSocket(int protocol) { in openNetlinkSocket()
DMDnsSdListener.cpp284 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/
Dbtif_pan_internal.h67 uint16_t protocol; member
/system/nfc/src/nfc/nfc/
Dnfc_main.cc929 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/
DNetdClient.cpp107 int netdClientSocket(int domain, int type, int protocol) { in netdClientSocket()
/system/nfc/src/nfc/include/
Drw_api.h177 tNFC_PROTOCOL protocol; /* protocol used to detect NDEF */ member
187 tNFC_PROTOCOL protocol; /* protocol used to detect TLV */ member

12