/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...] |
/external/libnfc-nxp/src/ |
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/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 | 323 * headset/handsfree profile. The API will automatically disconnect connected 367 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the 382 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothHeadset 383 if (DBG) log("disconnect(" + device + ")"); 387 return mService.disconnect(device); [all...] |
/frameworks/native/libs/gui/ |
Surface.cpp | 91 Surface::disconnect(NATIVE_WINDOW_API_CPU); 634 return disconnect(api); 777 int Surface::disconnect(int api) { function in class:android::Surface 779 ALOGV("Surface::disconnect"); 784 int err = mGraphicBufferProducer->disconnect(api); [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/ |
WifiNanStateManagerTest.java | [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 | 160 virtual void disconnect() {} function in struct:android::egl_surface_t 230 virtual void disconnect(); 423 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();
|
/development/python-packages/adb/ |
device.py | 415 def disconnect(self, host): member in class:AndroidDevice 416 return self._simple_call(['disconnect', host])
|
/external/autotest/client/cros/cellular/ |
cell_tools.py | 101 """Attempts to disconnect from the supplied cellular service. 369 # seconds for the modem to disconnect when the base emulator is taken
|
/external/autotest/database/ |
migrate.py | 316 self._database.disconnect() 326 self._database.disconnect()
|
/external/curl/lib/ |
openldap.c | 87 ldap_disconnect, /* disconnect */ 112 ldap_disconnect, /* disconnect */
|
/external/libnfc-nci/src/nfa/ee/ |
nfa_ee_main.c | 489 /* Disconnect NCI connection on graceful shutdown */ 490 msg.disconnect.p_cb = p_cb;
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
HttpOverSpdyTest.java | 403 // Disconnect before the stream is created. A connection is still established! 406 connection1.disconnect();
|
/external/ppp/pppd/plugins/rp-pppoe/ |
plugin.c | 274 error("Failed to disconnect PPPoE socket: %d %m", errno); 434 .disconnect = &PPPOEDisconnectDevice,
|
/external/webrtc/talk/media/base/ |
videocapturer.h | 253 // Frame callbacks are multithreaded to allow disconnect and connect to be 254 // called concurrently. It also ensures that it is safe to call disconnect
|