HomeSort by relevance Sort by last modified time
    Searched refs:sdp (Results 51 - 65 of 65) sorted by null

1 23

  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 212 tBTA_HL_SDP sdp; member in struct:__anon3356
246 char srv_name[BTA_SERVICE_NAME_LEN +1]; /* service name to be used in the SDP; null terminated*/
247 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
248 char provider_name[BTA_PROVIDER_NAME_LEN +1]; /* provide name to be used in the SDP; null terminated */
  /external/chromium_org/content/renderer/media/
media_stream_dependency_factory.cc 674 const std::string& sdp,
676 return webrtc::CreateSessionDescription(type, sdp, error);
682 const std::string& sdp) {
683 return webrtc::CreateIceCandidate(sdp_mid, sdp_mline_index, sdp);
rtc_peer_connection_handler_unittest.cc 38 static const char kDummySdp[] = "dummy sdp";
353 EXPECT_EQ(description.sdp(), pc_handler_->localDescription().sdp());
377 EXPECT_EQ(description.sdp(), pc_handler_->remoteDescription().sdp());
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 57 #define NFA_P2P_SDP_EVT 0x0A /* Remote SAP of SDP result */
175 tNFA_P2P_SDP sdp; /* NFA_P2P_SDP_EVT */ member in union:__anon22381
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c 181 ** Description Process SDP callback event from LLCP
203 evt_data.sdp.handle = (NFA_HANDLE_GROUP_P2P | local_sap);
204 evt_data.sdp.remote_sap = remote_sap;
217 ** Description Initiate SDP
243 /* failure of SDP */
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_main.c     [all...]
bta_hl_utils.c 57 if (p_mcb->sdp.num_recs)
67 /* No SDP info control i.e. channel was opened by the peer */
81 p_mcb->sdp.num_recs, success, update_ctrl_psm, ctrl_psm );
326 ** the received SDP database
    [all...]
bta_hl_int.h 66 /* SDP Operations */
249 char srv_name[BTA_SERVICE_NAME_LEN +1]; /* service name to be used in the SDP; null terminated*/
250 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
251 char provider_name[BTA_PROVIDER_NAME_LEN +1]; /* provide name to be used in the SDP; null terminated */
262 char srv_name[BTA_SERVICE_NAME_LEN +1]; /* service name to be used in the SDP; null terminated*/
263 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
264 char provider_name[BTA_PROVIDER_NAME_LEN +1]; /* provide name to be used in the SDP; null terminated */
506 tBTA_HL_SDP sdp; member in struct:__anon3024
525 UINT32 sdp_handle; /* SDP record handle */
534 char srv_name[BTA_SERVICE_NAME_LEN +1]; /* service name to be used in the SDP; null terminated*
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 488 ServiceDescriptorProto sdp; local
489 PrintSerializedPbInterval(descriptor, sdp);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 458 ServiceDescriptorProto sdp; local
459 PrintSerializedPbInterval(descriptor, sdp);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c 540 ** Description This function finds the SDP record index using MDEP filter parameters
555 ** Description This function finds the SDP record index using MDEP filter parameters
572 num_recs = p_mcb->sdp.num_recs;
584 num_mdeps = p_mcb->sdp.sdp_rec[i].num_mdeps;
594 p_mdep = &(p_mcb->sdp.sdp_rec[i].mdep_cfg[mdep_idx]);
796 if (p_mcb->sdp.num_recs)
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DatagramSocketTest.java 740 DatagramPacket sdp = new DatagramPacket(rbuf, rbuf.length); local
742 sds.receive(sdp);
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketTest.java 971 DatagramPacket sdp = new DatagramPacket(rbuf, rbuf.length); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.cc 95 // An SDP session description consists of a number of lines of text of
233 // Serializes the passed in SessionDescription to a SDP string.
364 // Parses failure where the failing SDP line isn't know or there are multiple
440 // An SDP session description consists of a number of lines of text of
468 // Writes a SDP attribute line based on |attribute| and |value| to |message|.
599 // If there's no msid and there's mslabel, we consider this is a sdp from
718 // The default candidates are added to the SDP as the default
776 std::string sdp = SdpSerializeSessionDescription(jdesc); local
782 while (GetLine(sdp, &pos, &line)) {
795 // Copy old line to new sdp without change
    [all...]

Completed in 5327 milliseconds

1 23