HomeSort by relevance Sort by last modified time
    Searched refs:disconnect (Results 1 - 25 of 375) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
IBluetoothPbap.aidl 30 void disconnect();
IBluetoothA2dp.aidl 29 boolean disconnect(in BluetoothDevice device);
IBluetoothPan.aidl 31 boolean disconnect(in BluetoothDevice device);
  /frameworks/av/include/media/stagefright/
OMXClient.h 30 void disconnect();
  /external/webkit/Source/WebCore/webaudio/
AudioNode.idl 36 [Custom] void disconnect(in unsigned long output)
  /frameworks/base/core/java/android/app/
IUiAutomationConnection.aidl 35 void disconnect();
  /frameworks/base/obex/javax/obex/
ObexTransport.java 66 void disconnect() throws IOException; method in interface:ObexTransport
  /external/chromium/third_party/libjingle/source/talk/base/
socketstream.cc 55 socket_->SignalConnectEvent.disconnect(this);
56 socket_->SignalReadEvent.disconnect(this);
57 socket_->SignalWriteEvent.disconnect(this);
58 socket_->SignalCloseEvent.disconnect(this);
  /external/ppp/pppd/
pppox.c 34 .disconnect = pppox_disconnect,
  /external/webkit/Source/WebCore/websockets/
ThreadableWebSocketChannel.h 56 virtual void disconnect() = 0; // Will suppress didClose().
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceMotionClientQt.cpp 41 disconnect();
DeviceOrientationClientQt.cpp 40 disconnect();
DeviceOrientationProviderQt.cpp 38 disconnect();
  /external/webkit/Source/WebKit/qt/docs/webkitsnippets/
qtwebkit_bridge_snippets.cpp 94 myQObject.somethingChanged.disconnect(myInterestingFunction);
95 myQObject.somethingChanged.disconnect(myOtherQObject.doSomething);
106 myQObject.somethingChanged.disconnect(thisObject, function);
122 myQObject.somethingChanged.disconnect(thisObject, "functionName");
  /external/webkit/Tools/Scripts/webkitpy/common/net/irc/
ircproxy_unittest.py 40 proxy.disconnect()
  /external/wpa_supplicant_8/src/radius/
radius_das.h 38 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_conf
  /frameworks/av/include/media/
IEffect.h 42 virtual void disconnect() = 0;
  /hardware/libhardware/include/hardware/
bt_av.h 82 bt_status_t (*disconnect)( bt_bdaddr_t *bd_addr ); member in struct:__anon20595
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeP2pDevice.java 52 public boolean disconnect() { method in class:NativeP2pDevice
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeP2pDevice.java 52 public boolean disconnect() { method in class:NativeP2pDevice
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfile.java 40 boolean disconnect(BluetoothDevice device); method in interface:LocalBluetoothProfile
  /external/webkit/Source/WebCore/bindings/js/
JSAudioNodeCustom.cpp 62 JSC::JSValue JSAudioNode::disconnect(JSC::ExecState* exec) function in class:WebCore::JSAudioNode
69 audioNode->disconnect(outputIndex);
  /external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
HttpsURLConnection_ImplTest.java 88 * @see java.net.HttpURLConnection#disconnect()
91 public void disconnect() { method in class:MyHttpsURLConnection
  /external/webkit/Source/WebCore/inspector/
InjectedScriptManager.h 53 void disconnect();
  /external/webkit/Source/WebCore/platform/network/qt/
QtMIMETypeSniffer.cpp 59 m_reply->disconnect(this);

Completed in 991 milliseconds

1 2 3 4 5 6 7 8 91011>>