HomeSort by relevance Sort by last modified time
    Searched defs:send (Results 251 - 275 of 646) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/base/
httpbase.cc 403 HttpBase::send(HttpData* data) { function in class:rtc::HttpBase
676 // No data currently available to send.
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
WebSocketRTCClient.java 120 // Disconnect from room and send bye messages - runs on a local looper thread.
183 // Send local offer SDP to the other participant.
208 // Send local answer SDP to the other participant.
221 wsClient.send(json.toString());
226 // Send Ice candidate to the other participant.
249 wsClient.send(json.toString());
347 // Send SDP or ICE candidate to a room server.
377 httpConnection.send();
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 286 printf("Set Send port \n");
288 printf("Set Send IP \n");
304 printf("Select send codec: ");
380 printf("\n1. Send, listen and playout \n");
381 printf("2. Send only \n");
386 const bool send = !(call_selection == 3); local
401 if (send) {
402 printf("Start Send \n");
816 if (send) {
817 printf("Stop Send \n")
    [all...]
  /frameworks/av/media/libmedia/
mediaplayer.cpp 851 bool send = true; local
911 send = false;
964 if ((listener != 0) && send) {
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 305 send(buffer, true /* isRTCP */);
311 void ARTPWriter::send(const sp<ABuffer> &buffer, bool isRTCP) { function in class:android::ARTPWriter
567 send(buffer, true /* isRTCP */);
604 send(buffer, false /* isRTCP */);
651 send(buffer, false /* isRTCP */);
717 send(buffer, false /* isRTCP */);
825 send(buffer, false /* isRTCP */);
  /frameworks/base/core/java/android/app/
ActivityView.java 202 pendingIntent.send(null /* context */, 0 /* code */, null /* intent */,
253 /** Send current location and size to the WM to set tap exclude region for this view. */
  /frameworks/base/core/java/android/os/
Handler.java 27 * A Handler allows you to send and process {@link Message} and Runnable
853 public void send(Message msg) { method in class:Handler.MessengerImpl
    [all...]
HwParcel.java 527 public native final void send(); method in class:HwParcel
ShellCommand.java 129 mResultReceiver.send(res, null);
  /frameworks/native/libs/binder/
BpBinder.cpp 159 Parcel send, reply; local
162 INTERFACE_TRANSACTION, send, &reply);
187 Parcel send; local
189 status_t err = transact(PING_TRANSACTION, send, &reply);
197 Parcel send; local
199 send.writeFileDescriptor(fd);
201 send.writeInt32(numArgs);
203 send.writeString16(args[i]);
205 status_t err = transact(DUMP_TRANSACTION, send, &reply);
  /frameworks/native/libs/binder/tests/
binderThroughputTest.cpp 82 template <typename T> void send(const T& v) { function in class:Pipe
239 // Send results to master and wait for go to exit.
240 p.send(results);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
ApduSenderTest.java 112 sender.send((selectResponse, requestBuilder) -> mSelectResponse = selectResponse,
131 sender.send((selectResponse, requestBuilder) -> mSelectResponse = new byte[0],
150 sender.send((selectResponse, requestBuilder) -> requestBuilder.addApdu(10, 1, 2, 3, 0, "a"),
169 sender.send((selectResponse, requestBuilder) -> {
198 sender.send((selectResponse, requestBuilder) -> requestBuilder.addApdu(10, 1, 2, 3, 0, "a"),
226 sender.send((selectResponse, requestBuilder) -> {
259 sender.send((selectResponse, requestBuilder) -> {
280 sender.send((selectResponse, requestBuilder) -> {
305 sender.send((selectResponse, requestBuilder) -> {
331 sender.send(
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsRequest.java 208 // Process result and send back via PendingIntent
213 * Check if the response indicates a failure when we send to wrong APN.
214 * Sometimes even if you send to the wrong APN, a response in valid PDU format can still
263 // Extra information to send back with the pending intent
267 // Failed to send PDU data back to caller
276 mPendingIntent.send(context, result, fillIn);
  /packages/apps/Nfc/nci/jni/
PeerToPeer.cpp 33 /* Some older PN544-based solutions would only send the first SYMM back
838 ** Function: send
840 ** Description: Send data to peer.
848 bool PeerToPeer::send(tJNI_HANDLE jniHandle, uint8_t* buffer, function in class:PeerToPeer
850 static const char fn[] = "PeerToPeer::send";
861 << StringPrintf("%s: send data; jniHandle: %u nfaHandle: 0x%04X", fn,
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
plugin_pcl.c 62 } send; member in union:__anon53085::__anon53086
130 priv->pcl_ifc->print_swath(&priv->job_info, msg.param.send.buffer,
131 msg.param.send.start_row, msg.param.send.num_rows,
132 msg.param.send.bytes_per_row);
389 msg.param.send.bytes_per_row = BYTES_PER_PIXEL(wprint_image_get_width(
392 // send blank rows for any offset
422 msg.param.send.buffer = buff;
423 msg.param.send.start_row = image_row;
424 msg.param.send.num_rows = height
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
MmsRequest.java 140 // TODO: add mms data channel check back to fast fail if no way to send mms,
220 // Extra information to send back with the pending intent
235 pendingIntent.send(context, result, fillIn);
341 * Base class for handling carrier app send / download result.
  /packages/services/Telephony/src/com/android/phone/vvm/
RemoteVvmTaskManager.java 243 send(remotePackage, VisualVoicemailService.MSG_ON_CELL_SERVICE_CONNECTED, method
247 send(remotePackage, VisualVoicemailService.MSG_ON_SMS_RECEIVED, intent.getExtras()); method
250 send(remotePackage, VisualVoicemailService.MSG_ON_SIM_REMOVED, intent.getExtras()); method
320 mRemoteMessenger.send(message);
329 private void send(ComponentName remotePackage, int what, Bundle extras) { method in class:RemoteVvmTaskManager
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py 505 def send(self, s): member in class:SocketHandler
507 Send a pickled string to the socket.
525 sent = self.sock.send(s[sentsofar:])
579 self.send(s)
624 def send(self, s): member in class:DatagramHandler
626 Send a pickled string to a socket.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py 505 def send(self, s): member in class:SocketHandler
507 Send a pickled string to the socket.
525 sent = self.sock.send(s[sentsofar:])
579 self.send(s)
624 def send(self, s): member in class:DatagramHandler
626 Send a pickled string to a socket.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 505 def send(self, s): member in class:SocketHandler
507 Send a pickled string to the socket.
525 sent = self.sock.send(s[sentsofar:])
579 self.send(s)
624 def send(self, s): member in class:DatagramHandler
626 Send a pickled string to a socket.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 505 def send(self, s): member in class:SocketHandler
507 Send a pickled string to the socket.
525 sent = self.sock.send(s[sentsofar:])
579 self.send(s)
624 def send(self, s): member in class:DatagramHandler
626 Send a pickled string to a socket.
    [all...]
  /system/libhwbinder/vts/performance/
Benchmark_throughput.cpp 79 template<typename T> void send(const T& v) { function in class:Pipe
251 // Send results to master and wait for go to exit.
252 p.send(results);
  /test/vti/dashboard/src/main/java/com/android/vts/job/
VtsPerformanceJobServlet.java 279 EmailHelper.send(emails, subject, body);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramSocketTest.java 76 serverSocket.send(rdp);
142 ds.send(dp);
173 DatagramPacket send = new DatagramPacket(new byte[10], 10, localHost, local
175 ds.send(send);
211 final DatagramPacket send = new DatagramPacket(sendBytes, sendBytes.length); local
214 ds.send(send);
219 assertPacketDataEquals(send, receive);
224 // Validate that once connected we cannot send to another address
254 final DatagramPacket send = new DatagramPacket(sendBytes, sendBytes.length); local
276 final DatagramPacket send = new DatagramPacket(sendBytes, sendBytes.length, local
301 final DatagramPacket send = new DatagramPacket(sendBytes, sendBytes.length, local
435 protected void send(DatagramPacket arg0) throws IOException { method in class:DatagramSocketTest.TestDatagramSocketImpl
    [all...]
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
ActivityTransitionActivity.java 181 mResultReceiver.send(RESULT_OK, result);
281 mResultReceiver.send(RESULT_OK, data);

Completed in 954 milliseconds

<<11121314151617181920>>