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

  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 39 * The <code>onConnect()</code>, <code>onSetPath()</code>,
112 * <code>onConnect()</code> will always return an <code>OBEX_HTTP_OK</code>
127 public int onConnect(HeaderSet request, HeaderSet reply) {
ServerSession.java 588 code = mListener.onConnect(request, reply);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
irc.js 26 this.onConnect = NoOp;
97 that.onConnect(parsed.body);
105 that.onConnect();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/
IRCProxyWebSocket.java 45 public void onConnect(Outbound outbound) {
  /frameworks/av/media/libstagefright/include/
LiveSession.h 132 void onConnect(const sp<AMessage> &msg);
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 96 void onConnect(const sp<AMessage> &msg);
ARTSPConnection.cpp 99 onConnect(msg);
211 void ARTSPConnection::onConnect(const sp<AMessage> &msg) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 389 private void onConnect(ConnectionParams cp) {
390 if (DBG) log("onConnect: carrier='" + mApnSetting.carrier
413 log("onConnect: FailBringUpAll=" + mDcTesterFailBringUpAll.getDcFailBringUp()
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 119 onConnect(msg);
161 void LiveSession::onConnect(const sp<AMessage> &msg) {
175 ALOGI("onConnect <URL suppressed>");
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 539 public int onConnect(HeaderSet request, HeaderSet reply) {
541 if (D) Log.d(TAG, "onConnect");
546 if (V) Log.v(TAG, "onConnect(): uuid =" + Arrays.toString(uuid));
TestActivity.java 482 public int onConnect(HeaderSet request, HeaderSet reply) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 182 public int onConnect(final HeaderSet request, HeaderSet reply) {
189 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid));
210 if (D) Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote));
218 if (V) Log.v(TAG, "onConnect(): uuid is ok, will send out " +
    [all...]

Completed in 650 milliseconds