Searched refs:send (Results 101 - 125 of 145) sorted by relevance

123456

/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h671 ssize_t n = send(
674 LOG(ERROR) << "send failed (" << strerror(errno) << ")";
727 ssize_t n = send(
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImpl.java547 EventBus.getDefault().send(new DockedTopTaskEvent(dragMode, initialBounds));
920 EventBus.getDefault().send(new RecentsActivityStartingEvent());
H A DRecents.java459 EventBus.getDefault().send(new ShowUserToastEvent(
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java195 replyTo.send(msg);
213 msg.replyTo.send(reply);
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp73 // Originally a stream does not send packets when it is receive-only or there is
77 // both sides before start forwarding. To solve these problems, we send out a
282 // If there is an ongoing DTMF event, send it now.
345 send(mSocket, samples, sizeof(samples), MSG_DONTWAIT);
349 // Cook the packet and send it out.
929 send(deviceSocket, input, sizeof(input), MSG_DONTWAIT);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java582 receiver.send(getContext(), 0, intent);
585 Log.d(TAG, mRouteId + ": Failed to send status update!");
598 mSessionReceiver.send(getContext(), 0, intent);
601 Log.d(TAG, mRouteId + ": Failed to send session status update!");
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java582 receiver.send(getContext(), 0, intent);
585 Log.d(TAG, mRouteId + ": Failed to send status update!");
598 mSessionReceiver.send(getContext(), 0, intent);
601 Log.d(TAG, mRouteId + ": Failed to send session status update!");
/frameworks/base/media/java/android/media/session/
H A DMediaSessionLegacyHelper.java170 Log.w(TAG, "Tried to send a null key event. Ignoring.");
181 Log.w(TAG, "Tried to send a null key event. Ignoring.");
214 // If this is action up we want to send a beep for non-music events
377 pi.send(context, 0, intent);
H A DMediaSession.java232 * @param mbr The {@link PendingIntent} to send the media button event to.
345 * @param event The name of the event to send
431 * within your app, it is better to send a reasonable amount in a sliding
1004 cb.send(sequenceNumber, null);
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java119 * Each of the methods that takes one of these to send the result must call
357 * @param rootHints An optional bundle of service-specific arguments to send
387 * @param result The Result to send the list of children to.
410 * @param result The Result to send the list of children to.
443 * @param result The Result to send the item to.
529 * @param options A bundle of service-specific arguments to send
582 * Save the subscription and if it is a new subscription send the results.
599 // send the results
627 * Call onLoadChildren and then send the results back to the connection.
703 receiver.send(
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java437 mPrewarmMessenger.send(Message.obtain(null /* handler */,
H A DPhoneStatusBar.java1358 EventBus.getDefault().send(new UndockingTaskEvent());
1564 notification.getNotification().fullScreenIntent.send();
1681 * instead of waiting for the notification manager to send all cancels. Otherwise this could
2717 notification.fullScreenIntent.send();
3085 // send updated sysui visibility to window manager
4895 EventBus.getDefault().send(new AppTransitionFinishedEvent());
4913 EventBus.getDefault().send(new AppTransitionFinishedEvent());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java162 mPendingIntent.send(mContext, 0, fillInIntent);
164 Log.i(TAG, "Unable to send remote input result", e);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java486 messenger.send(msg);
490 Log.e(TAG, "Could not send message to " + getClientId(messenger), ex);
H A DRegisteredMediaRouteProvider.java604 mServiceMessenger.send(msg);
610 Log.e(TAG, "Could not send message to service.", ex);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbSettingsManager.java1079 pi.send(mUserContext, 0, intent);
1099 pi.send(mUserContext, 0, intent);
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java834 mPendingIntent.send(mContext, 0, statusChanged, this, mLocationHandler,
868 mPendingIntent.send(mContext, 0, locationChanged, this, mLocationHandler,
910 mPendingIntent.send(mContext, 0, providerIntent, this, mLocationHandler,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java1414 * contains IE (information elements). If yes, send the results to the client, else
1415 * switch to |Single Scan state| and send the result to the client when the scan result
1420 * b.2. In |Sw Pno Scan state| send the result to the client when the background scan result
2048 mMessenger.send(message);
2050 loge("Failed to send message: " + what);
2094 msg.replyTo.send(reply);
2110 msg.replyTo.send(reply);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java429 resultReceiver.send(wasVis != isInputViewShown()
460 resultReceiver.send(wasVis != isInputViewShown()
2178 * <p>Note that it's discouraged to send such key events in normal operation;
2183 * to send text to an application, rather than sending key events.</p>
2185 * @param keyEventCode The raw key code to send, as defined by
2224 // action associated with pressing enter, then send it that
2248 * @param charCode The UTF-16 character code to send.
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java261 msg.replyTo.send(reply);
443 // Need to send an immediate scan result broadcast in case the
446 // clear calling identity to send broadcast
714 result.send(0, bundle);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java1445 * @param result The callback to which to send the activity info.
1460 // Only send an immediate result if we failed.
1461 result.send(0, null);
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java945 // Resend the down then send this event through
990 user.mLastMediaButtonReceiver.send(getContext(),
/frameworks/native/libs/input/
H A DInputTransport.cpp10 // Log debug messages about channel messages (send message, receive message)
156 nWrite = ::send(mFd, msg, msgLength, MSG_DONTWAIT | MSG_NOSIGNAL);
176 ALOGD("channel '%s' ~ error sending message type %d, send was incomplete",
820 ALOGE("Attempted to send a finished signal with sequence number 0.");
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java155 // TODO: how to send the exception back
184 // TODO: how to send the exception back
584 // send out incoming call broadcast
591 mIncomingCallPendingIntent.send(mContext,
1207 // TODO: Maybe we need to send seq/generation number
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java318 * This method checks if the calling package or itself has the permission to send the data sms.
331 * This method checks only if the calling package has the permission to send the data sms.
345 * @param destAddr the address to send the message to
349 * @param data the body of the message to send
385 * This method checks only if the calling package has the permission to send the sms.
399 * This method checks if the calling package or itself has the permission to send the sms.
414 * @param destAddr the address to send the message to
417 * @param text the body of the message to send
480 * @param destAddr the address to send the message to
1090 pi.send(SmsManage
[all...]

Completed in 719 milliseconds

123456