HomeSort by relevance Sort by last modified time
    Searched full:disconnect (Results 1051 - 1075 of 2243) sorted by null

<<41424344454647484950>>

  /system/core/adb/
adb.h 139 adisconnect disconnect; member in struct:alistener
  /system/webservd/libwebserv/
dbus_protocol_handler.h 99 void Disconnect(const dbus::ObjectPath& object_path);
  /tools/test/connectivity/acts/tests/google/wifi/
WifiPnoTest.py 86 """Sets attenuators to disconnect current connection and power-off the
  /external/curl/lib/
pop3.c 128 pop3_disconnect, /* disconnect */
153 pop3_disconnect, /* disconnect */
180 ZERO_NULL, /* disconnect */
205 ZERO_NULL, /* disconnect */
    [all...]
smtp.c 127 smtp_disconnect, /* disconnect */
152 smtp_disconnect, /* disconnect */
179 ZERO_NULL, /* disconnect */
204 ZERO_NULL, /* disconnect */
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Sequence.c 347 /* Disconnect the Target Connected */
367 * after the Disconnect Operation
417 after the disconnect */
424 * after the Disconnect Operation
829 /* Notify the Connect or Disconnect failure to the upper layer */
    [all...]
phFriNfc_LlcpTransport_Connection.c 754 /* Call the send CB, a disconnect abort the send request */
766 /* Call the send CB, a disconnect abort the receive request */
    [all...]
phLibNfc_initiator.c 87 /*Remote device disconnect response callback*/
789 * Allows to disconnect from already connected target.
835 { /* Previous disconnect callback is pending */
876 * Response callback for Remote device Disconnect.
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 72 * receives call-commands such as answer, reject, hold and disconnect.
189 public void disconnect(String callId) {
351 disconnect((String) msg.obj);
828 private void disconnect(String callId) { method in class:ConnectionService
    [all...]
  /system/bt/stack/l2cap/
l2c_link.c 363 ** Description This function is called when an HCI Disconnect Complete
410 * on the channel during a disconnect of link. This
411 * ccb will be automatically retried after link disconnect
429 /* If waiting for disconnect and reconnect is pending start the reconnect now
571 /* For all channels, send a disconnect indication event through */
607 /* For all channels, send a disconnect indication event through */
658 /* probably no buffer to send disconnect */
    [all...]
  /system/connectivity/shill/cellular/
cellular_capability_universal.cc 312 // Some modems will implicitly disconnect the bearer when transitioning to
313 // low power state. For such modems, it's faster to let the modem disconnect
315 // ModemManager doesn't try to disconnect it during disable.
435 void CellularCapabilityUniversal::Disconnect(Error* error,
439 SLOG(this, 2) << "Disconnect all bearers.";
440 // If "/" is passed as the bearer path, ModemManager will disconnect all
442 modem_simple_proxy_->Disconnect(kRootPath,
    [all...]
  /system/connectivity/shill/wifi/
wifi_unittest.cc     [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 453 void PlaylistFetcher::setStoppingThreshold(float thresholdRatio, bool disconnect) {
458 if (disconnect) {
459 mHTTPDownloader->disconnect();
463 void PlaylistFetcher::resetStoppingThreshold(bool disconnect) {
468 if (disconnect) {
469 mHTTPDownloader->disconnect();
530 float thresholdRatio, bool disconnect) {
531 setStoppingThreshold(thresholdRatio, disconnect);
725 resetStoppingThreshold(false /* disconnect */);
744 resetStoppingThreshold(true /* disconnect */);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 26 * CONNECTED | | DISCONNECT
83 static final int DISCONNECT = 2;
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 196 virtual binder::Status disconnect();
291 virtual binder::Status disconnect();
562 * Remove the given client from the active clients list; does not disconnect the client.
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 363 * headset/handsfree profile. The API will automatically disconnect connected
407 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
422 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothHeadset
423 if (DBG) log("disconnect(" + device + ")");
427 return mService.disconnect(device);
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 92 Surface::disconnect(NATIVE_WINDOW_API_CPU);
690 return disconnect(api);
847 int Surface::disconnect(int api) { function in class:android::Surface
849 ALOGV("Surface::disconnect");
854 int err = mGraphicBufferProducer->disconnect(api);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
WifiNanStateManagerTest.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
ConnectivityServiceMock.java 260 if (nai != null) nai.asyncChannel.disconnect();
321 // TODO - if we move the logic to the network agent (have them disconnect
323 // then they would disconnect organically, report their new state and then
324 // disconnect the channel.
    [all...]
  /system/bt/stack/gap/
gap_conn.c 592 ** 0 = immediate disconnect when last channel is removed
746 /* Disconnect because it is an unexpected connection */
834 /* security failed - disconnect the channel */
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 161 virtual void disconnect() {} function in struct:android::egl_surface_t
231 virtual void disconnect();
419 void egl_window_surface_v2_t::disconnect() function in class:android::egl_window_surface_v2_t
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 217 void disconnect() { function in struct:android::MyHandler
601 mConn->disconnect(reply);
646 mConn->disconnect(reply);
787 mConn->disconnect(reply);
820 mConn->disconnect(reply);
    [all...]
  /system/connectivity/shill/
metrics.cc 47 // Our disconnect enumeration values are 0 (System Disconnect) and
48 // 1 (User Disconnect), see histograms.xml, but Chrome needs a minimum
50 // histogram.h). Instead of remapping System Disconnect to 1 and
51 // User Disconnect to 2, we can just leave the enumerated values as-is
56 const char Metrics::kMetricDisconnectSuffix[] = "Disconnect";
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 146 mBluetoothGatt.disconnect();
424 mBluetoothGatt.disconnect();

Completed in 2906 milliseconds

<<41424344454647484950>>