Searched refs:sdp (Results 51 - 59 of 59) sorted by relevance

123

/external/libnfc-nci/src/nfa/include/
H A Dnfa_p2p_api.h175 tNFA_P2P_SDP sdp; /* NFA_P2P_SDP_EVT */ member in union:__anon23259
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_act.c203 evt_data.sdp.handle = (NFA_HANDLE_GROUP_P2P | local_sap);
204 evt_data.sdp.remote_sap = remote_sap;
1187 evt_data.sdp.handle = p_msg->api_remote_sap.handle;
1188 evt_data.sdp.remote_sap = 0x00;
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_main.c1066 if (p_mcb->sdp.num_recs)
1281 if (p_mcb->sdp.num_recs)
1414 if (p_mcb->sdp.num_recs)
1580 memcpy(p_sdp, &p_mcb->sdp, sizeof(tBTA_HL_SDP));
1623 /* this is a control channel acceptor do not store the sdp records*/
1624 memset(&p_mcb->sdp, 0, sizeof(tBTA_HL_SDP));
H A Dbta_hl_utils.c58 if (p_mcb->sdp.num_recs)
82 p_mcb->sdp.num_recs, success, update_ctrl_psm, ctrl_psm );
1893 p_rec = &p_mcb->sdp.sdp_rec[sdp_idx];
H A Dbta_hl_int.h506 tBTA_HL_SDP sdp; member in struct:__anon657
610 /* sdp */
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc488 ServiceDescriptorProto sdp; local
489 PrintSerializedPbInterval(descriptor, sdp);
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc458 ServiceDescriptorProto sdp; local
459 PrintSerializedPbInterval(descriptor, sdp);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c575 num_recs = p_mcb->sdp.num_recs;
587 num_mdeps = p_mcb->sdp.sdp_rec[i].num_mdeps;
597 p_mdep = &(p_mcb->sdp.sdp_rec[i].mdep_cfg[mdep_idx]);
799 if (p_mcb->sdp.num_recs)
1215 p_rec = &p_mcb->sdp.sdp_rec[p_mcb->sdp_idx];
2374 memcpy(&p_mcb->sdp, p_sdp, sizeof(tBTA_HL_SDP));
2392 p_mcb->ctrl_psm = p_mcb->sdp.sdp_rec[sdp_idx].ctrl_psm;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc618 // If there's no msid and there's mslabel, we consider this is a sdp from
795 std::string sdp = SdpSerializeSessionDescription(jdesc); local
801 while (GetLine(sdp, &pos, &line)) {
814 // Copy old line to new sdp without change.
818 sdp = sdp_with_candidates;
820 return sdp;
1309 // draft-ietf-mmusic-sctp-sdp-04
1900 // RFC 5888 and draft-holmberg-mmusic-sdp-bundle-negotiation-00

Completed in 346 milliseconds

123