/external/autotest/client/cros/cellular/ |
modem.py | 250 def Disconnect(self): 251 self.Modem().Disconnect(timeout=MODEM_TIMEOUT)
|
test_environment.py | 314 service.Disconnect() 328 'Modem disconnect may have failed.' %
|
/external/autotest/client/cros/cellular/pseudomodem/ |
modem_cdma.py | 359 def Disconnect(self, bearer_path, return_cb, raise_cb, *return_cb_args): 369 logging.info('ModemCdma.Disconnect: %s', bearer_path)
|
/external/selinux/libsemanage/src/ |
handle.c | 368 && sh->funcs->disconnect != NULL); 372 if (sh->funcs->disconnect(sh) < 0) {
|
/external/webrtc/talk/media/sctp/ |
sctpdataengine.h | 146 // disconnect, and reconnect. 196 void Disconnect();
|
/external/webrtc/webrtc/base/ |
virtualsocketserver.h | 158 // Sends a disconnect message to the socket at the given address 159 bool Disconnect(VirtualSocket* socket);
|
/external/webrtc/webrtc/libjingle/xmpp/ |
xmppengineimpl.h | 120 //! session handlers. After Disconnect completes, it is guaranteed 122 virtual XmppReturnStatus Disconnect();
|
/frameworks/av/include/media/stagefright/ |
SurfaceMediaSource.h | 133 // Used as a hook to BufferQueue::disconnect() 139 // on the encoder, the client has to call disconnect before
|
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.h | 288 virtual void disconnect(); 389 // Disconnect from the currently connected ANativeWindow.
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3StreamInterface.h | 257 * Disconnect stream from its non-HAL endpoint. After this, 262 virtual status_t disconnect() = 0;
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/ |
WifiStressTest.java | 248 assertTrue("expected wifi disconnect, still has active connection", 252 assertTrue("no fallback on mobile or wifi didn't disconnect",
|
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/ |
RemoteDisplayProvider.java | 190 * Called when the system would like to disconnect from a display. 345 public void disconnect(String id) { method in class:RemoteDisplayProvider.ProviderStub
|
/frameworks/base/telecomm/java/android/telecom/ |
InCallAdapter.java | 77 * Instructs Telecom to disconnect the specified call. 79 * @param callId The identifier of the call to disconnect.
|
/hardware/libhardware/include/hardware/ |
bt_gatt_client.h | 285 /** Disconnect a remote device or cancel a pending connection */ 286 bt_status_t (*disconnect)( int client_if, const bt_bdaddr_t *bd_addr, member in struct:__anon31988
|
/libcore/luni/src/test/java/libcore/java/net/ |
URLConnectionTest.java | [all...] |
/libcore/ojluni/src/main/java/sun/nio/ch/ |
DatagramSocketAdaptor.java | 111 public void disconnect() { method in class:DatagramSocketAdaptor 113 dc.disconnect();
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_hid.cpp | 304 if ( (status = sBluetoothHidInterface->disconnect((bt_bdaddr_t *) addr)) != 306 ALOGE("Failed disconnect hid channel, status: %d", status);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | 85 static final int DISCONNECT = 2; 366 case DISCONNECT: 491 case DISCONNECT: [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapService.java | 328 // Release the wake lock at disconnect 509 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothMapService 521 /* Disconnect all connections and restart all MAS instances */ 674 * - Each disconnect - before MasInstances restart. 1223 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothMapService.BluetoothMapBinder [all...] |
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeP2pDevice.cpp | 218 /* Disconnect */ 254 /* Disconnect Status */
|
/packages/services/Telephony/src/com/android/services/telephony/ |
ImsConferenceController.java | 342 // Use the "Other" disconnect cause to ensure the call is logged to the call log but the 343 // disconnect tone is not played.
|
/system/bt/btif/src/ |
btif_gatt_test.c | 250 case 0x03: /* Disconnect */ 252 LOG_DEBUG(LOG_TAG, "%s: DISCONNECT - conn_id=%d", __FUNCTION__, test_cb.conn_id);
|
/system/bt/stack/l2cap/ |
l2cap_client.c | 155 LOG_ERROR(LOG_TAG, "%s unable to send disconnect message for LCID 0x%04x.", __func__, client->local_channel_id); 301 // We already sent a disconnect response so this LCID is now invalid.
|
/system/connectivity/shill/cellular/ |
active_passive_out_of_credits_detector_unittest.cc | 312 EXPECT_CALL(*service_, Disconnect(_, _)).Times(0); 321 EXPECT_CALL(*service_, Disconnect(_,
|
cellular_capability_cdma.cc | 189 cellular()->Disconnect(error, __func__); 226 "Tried to disconnect before activating cellular service and failed");
|