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

  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 430 AString sdp; local
431 sdp = "v=0\r\n";
433 sdp.append("o=- ");
436 sdp.append(ntp);
437 sdp.append(" ");
438 sdp.append(ntp);
439 sdp.append(" IN IP4 127.0.0.0\r\n");
441 sdp.append(
449 sdp.append(inet_ntoa(addr));
451 sdp.append
    [all...]
MyTransmitter.h 94 mStreamURL.append("/bazong.sdp");
152 AString sdp; local
153 sdp = "v=0\r\n";
155 sdp.append("o=- ");
158 sdp.append(ntp);
159 sdp.append(" ");
160 sdp.append(ntp);
161 sdp.append(" IN IP4 127.0.0.0\r\n");
163 sdp.append(
171 sdp.append(inet_ntoa(addr))
    [all...]
  /system/bt/bta/
Android.mk 73 ./sdp/bta_sdp_api.c \
74 ./sdp/bta_sdp_act.c \
75 ./sdp/bta_sdp.c \
76 ./sdp/bta_sdp_cfg.c \
  /system/bt/stack/
Android.mk 17 $(LOCAL_PATH)/sdp \
131 ./sdp/sdp_server.c \
132 ./sdp/sdp_main.c \
133 ./sdp/sdp_db.c \
134 ./sdp/sdp_utils.c \
135 ./sdp/sdp_api.c \
136 ./sdp/sdp_discovery.c \
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
MulticastSocketTest.java 243 DatagramPacket sdp = createSendDatagramPacket(groupAddress, msg); local
244 sendingSocket.send(sdp, (byte) 10 /* ttl */);
340 DatagramPacket sdp = createSendDatagramPacket(groupAddress, msg); local
341 sendingSocket.send(sdp);
366 sdp = createSendDatagramPacket(group2Address, msg);
367 sendingSocket.send(sdp);
429 DatagramPacket sdp = createSendDatagramPacket(groupAddress, msg); local
430 sendingSocket.send(sdp);
502 DatagramPacket sdp = createSendDatagramPacket(groupAddress, msg); local
503 mss.send(sdp, (byte) 10 /* ttl */)
626 DatagramPacket sdp = createSendDatagramPacket(groupAddress, msg); local
741 DatagramPacket sdp = createSendDatagramPacket(groupAddress, msg); local
    [all...]
  /external/tcpdump/
print-atalk.c 98 register const struct atShortDDP *sdp; local
117 sdp = (const struct atShortDDP *)bp;
119 ataddr_string(0, lp->src), ddpskt_string(sdp->srcSkt));
121 ataddr_string(0, lp->dst), ddpskt_string(sdp->dstSkt));
125 ddp_print(bp, length, sdp->type, 0, lp->src, sdp->srcSkt);
  /system/bt/bta/hl/
bta_hl_act.c 142 ** Description Action routine for processing DCH SDP initiation
171 APPL_TRACE_ERROR("SDP INIT failed");
178 APPL_TRACE_ERROR("SDP in use");
    [all...]
bta_hl_main.c     [all...]
bta_hl_utils.c 56 if (p_mcb->sdp.num_recs)
66 /* No SDP info control i.e. channel was opened by the peer */
80 p_mcb->sdp.num_recs, success, update_ctrl_psm, ctrl_psm );
325 ** the received SDP database
    [all...]
bta_hl_int.h 65 /* SDP Operations */
248 char srv_name[BTA_SERVICE_NAME_LEN +1]; /* service name to be used in the SDP; null terminated*/
249 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
250 char provider_name[BTA_PROVIDER_NAME_LEN +1]; /* provide name to be used in the SDP; null terminated */
261 char srv_name[BTA_SERVICE_NAME_LEN +1]; /* service name to be used in the SDP; null terminated*/
262 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
263 char provider_name[BTA_PROVIDER_NAME_LEN +1]; /* provide name to be used in the SDP; null terminated */
505 tBTA_HL_SDP sdp; member in struct:__anon68768
524 UINT32 sdp_handle; /* SDP record handle */
533 char srv_name[BTA_SERVICE_NAME_LEN +1]; /* service name to be used in the SDP; null terminated*
    [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:__anon12851
  /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...]
  /system/bt/btif/include/
btif_hl.h 212 tBTA_HL_SDP sdp; member in struct:__anon69138
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 */
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 30 import com.android.bluetooth.sdp.SdpManager;
62 // The handle to the socket registration with SDP
282 if(V) Log.d(TAG, "Removing SDP record for MAS instance: " + mMasInstanceId +
283 " Object reference: " + this + "SDP handle: " + mSdpHandle);
288 if(V) Log.d(TAG, "Creating new SDP record for MAS instance: " + mMasInstanceId +
289 " Object reference: " + this + "SDP handle: " + mSdpHandle);
295 * Create the MAS SDP record with the information stored in the instance.
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SdpManagerTest.java 13 import com.android.bluetooth.sdp.SdpManager;
37 public static final String SDP_SERVER_NAME = "SDP test server";
38 public static final String SDP_CLIENT_NAME = "SDP test client";
153 * 2) Create a number of SDP records
194 { // get operation to trigger SDP search on peer device
225 * 2) Create a number of SDP records
SdpManagerTestServer.java 28 import com.android.bluetooth.sdp.SdpManager;
31 * We use an OBEX server to execute SDP search operations, and validate results.
107 * Used to execute SDP search operations.
326 Log.i(TAG, "SDP Search requested - awaiting result...");
328 Log.i(TAG, "SDP Search reresult received - continueing.");
ObexTest.java 52 import com.android.bluetooth.sdp.SdpManager;
82 private static final int L2CAP_PSM = 29; /* If SDP is not used */
83 private static final int RFCOMM_CHANNEL = 29; /* If SDP is not used */
388 // We give the server 100ms to allow adding SDP record
415 // We give the server 100ms to allow adding SDP record
698 Log.i(TAG, "SDP Search requested - awaiting result...");
700 Log.i(TAG, "SDP Search reresult received - continueing.");
  /packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
SdpManager.java 15 package com.android.bluetooth.sdp;
117 /* Inner class used for wrapping sdp search instance data */
409 if(D) Log.d(TAG, "sdpRecordFoundCallback: found a sdp record of size "
507 * @param masId The MAS ID to associate with this SDP record
521 * creation/destruction of BluetoothSockets, hence SDP record cleanup
551 * creation/destruction of BluetoothSockets, hence SDP record cleanup
582 * creation/destruction of BluetoothSockets, hence SDP record cleanup
611 * creation/destruction of BluetoothSockets, hence SDP record cleanup
635 * creation/destruction of BluetoothSockets, hence SDP record cleanup
646 * Remove a SDP record
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 509 ServiceDescriptorProto sdp; local
510 PrintSerializedPbInterval(descriptor, sdp);
    [all...]
  /system/bt/btif/src/
btif_hl.c 556 ** Description This function finds the SDP record index using MDEP filter parameters
571 ** Description This function finds the SDP record index using MDEP filter parameters
588 num_recs = p_mcb->sdp.num_recs;
600 num_mdeps = p_mcb->sdp.sdp_rec[i].num_mdeps;
609 p_mdep = &(p_mcb->sdp.sdp_rec[i].mdep_cfg[mdep_idx]);
811 if (p_mcb->sdp.num_recs)
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 40 import com.android.bluetooth.sdp.SdpManager;
152 if (VERBOSE) Log.d(TAG, "Removing SDP record");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 64 import com.android.bluetooth.sdp.SdpManager;
    [all...]

Completed in 3941 milliseconds