HomeSort by relevance Sort by last modified time
    Searched full:disconnect (Results 551 - 575 of 2197) sorted by null

<<21222324252627282930>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
MockDatagramChannel.java 54 public DatagramChannel disconnect() throws IOException { method in class:MockDatagramChannel
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java 52 * be a consequence of remote disconnect
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
BlockingHttpClient.java 94 mConnection.disconnect();
  /packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
CarSensorManagerTest.java 75 mCar.disconnect();
  /packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
CarSensorManagerTest.java 84 mCar.disconnect();
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestInCallUI.java 64 call.disconnect();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/
gadgetfs.h 47 /* NOP, DISCONNECT, SUSPEND: nothing
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
gadgetfs.h 47 /* NOP, DISCONNECT, SUSPEND: nothing
  /system/bt/hci/include/
hci_hal.h 55 // Disconnect from the underlying hardware, and close the HAL.
  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.h 51 bool Disconnect(int client_id, const char* address) override;
  /system/bt/stack/avct/
avct_ccb.c 88 /* control channel is down, but the browsing channel is still connected 0 disconnect it now */
  /system/bt/stack/avdt/
avdt_l2c.c 397 /* Send L2CAP disconnect req */
456 ** Description This is the L2CAP disconnect indication callback function.
473 /* send L2CAP disconnect response */
485 ** Description This is the L2CAP disconnect confirm callback function.
  /system/bt/stack/hid/
hidh_conn.c 131 ** Returns TRUE if disconnect started, FALSE if already disconnected
138 HIDH_TRACE_EVENT ("HID-Host disconnect");
147 /* Disconnect both interrupt and control channels */
533 /* Reset disconnect reason to success, as connection successful */
570 /* If configuration failed, disconnect the channel(s) */
611 /* Reset disconnect reason to success, as connection successful */
624 ** Description This function handles a disconnect event from L2CAP. If
625 ** requested to, we ack the disconnect before dropping the CCB
708 ** Description This function handles a disconnect confirm event from L2CAP.
    [all...]
  /system/bt/stack/mcap/
mca_l2c.c 391 /* Send L2CAP disconnect req */
455 ** Description This is the L2CAP disconnect indication callback function.
473 /* send L2CAP disconnect response */
488 ** Description This is the L2CAP disconnect confirm callback function.
  /system/connectivity/shill/ethernet/
ethernet_service.h 48 void Disconnect(Error* error, const char* reason) override;
  /system/connectivity/shill/supplicant/
mock_supplicant_interface_proxy.h 41 MOCK_METHOD0(Disconnect, bool());
supplicant_interface_proxy_interface.h 38 virtual bool Disconnect() = 0;
  /system/connectivity/shill/vpn/
vpn_service.h 44 void Disconnect(Error* error, const char* reason) override;
vpn_service_unittest.cc 151 TEST_F(VPNServiceTest, Disconnect) {
153 EXPECT_CALL(*driver_, Disconnect());
154 service_->Disconnect(&error, "in test");
228 EXPECT_CALL(*driver_, Disconnect());
  /system/connectivity/shill/wimax/
wimax_service_unittest.cc 275 // Successful disconnect.
279 service_->Disconnect(&error, "in test");
283 // Disconnect while not connected.
284 service_->Disconnect(&error, "in test");
  /tools/test/connectivity/acts/tests/google/ble/gatt/
GattConnectTest.py 107 self.log.info("Failed to disconnect from peripheral device.")
209 6. Disconnect the GATT connection.
241 6. Disconnect the GATT connection.
243 8. Disconnect the GATT connection.
294 8. Disconnect the GATT connection.
344 8. Disconnect the GATT connection.
394 8. Disconnect the GATT connection.
439 7. Disconnect the GATT connection.
480 7. Disconnect the GATT connection.
527 8. Disconnect the GATT connection
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java 511 call.disconnect();
734 // Check to see if we can reuse any of the calls that are waiting to disconnect.
744 pendingCall.disconnect();
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 107 disconnect();
152 ALOGE("attempt to use a camera after disconnect() (pid %d)", getCallingPid());
233 binder::Status CameraClient::disconnect() { function in class:android::CameraClient
235 LOG1("disconnect E (pid %d)", callingPid);
239 // Allow both client and the cameraserver to disconnect at all times
241 ALOGW("different client - don't disconnect");
245 // Make sure disconnect() is done once and once only, whether it is called
270 CameraService::Client::disconnect();
272 LOG1("disconnect X (pid %d)", callingPid);
309 // Everything has succeeded. Disconnect the old window and remember th
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayController.java 276 disconnect(); method
339 disconnect(); method
543 private void disconnect() { method in class:WifiDisplayController
584 // Step 2. Before we try to connect to a new device, disconnect from the old one.
606 Slog.i(TAG, "Failed to disconnect from Wifi display: "
659 // Step 4. If we wanted to disconnect, or we're updating after starting an
765 disconnect();
878 disconnect(); method
940 disconnect(); method
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 193 public void disconnect() { method in class:URLConnectionTest.NewHandler
245 ((HttpURLConnection) uc).disconnect();
246 ((HttpURLConnection) uc2).disconnect();
247 ((HttpURLConnection) uc3).disconnect();
338 ((HttpURLConnection) uc).disconnect();
380 ((HttpURLConnection) uc).disconnect();
408 ((HttpURLConnection) uc).disconnect();
804 ((HttpURLConnection) uc2).disconnect();
917 ((HttpURLConnection) uc2).disconnect();
    [all...]

Completed in 843 milliseconds

<<21222324252627282930>>