HomeSort by relevance Sort by last modified time
    Searched full:disconnect (Results 426 - 450 of 2252) sorted by null

<<11121314151617181920>>

  /frameworks/support/v7/mediarouter/res/values/
strings.xml 46 <!-- Button to disconnect from a media route. [CHAR LIMIT=30] -->
47 <string name="mr_controller_disconnect">Disconnect</string>
49 <!-- Button to stop playback and disconnect from a media route. [CHAR LIMIT=30] -->
  /hardware/libhardware/include/hardware/
bt_hf.h 110 /** Callback for disconnect call (AT+CHUP)
114 /** Callback for disconnect call (AT+CHUP)
261 bt_status_t (*disconnect)( bt_bdaddr_t *bd_addr ); member in struct:__anon30714
bt_hf_client.h 164 (disconnect from) multiparty */
309 /** disconnect from audio gateway */
310 bt_status_t (*disconnect)(bt_bdaddr_t *bd_addr); member in struct:__anon30733
  /hardware/ril/libril/
RilSapSocket.h 187 * Send a clean up SAP DISCONNECT if the socket disconnects before doing a SAP
188 * disconnect.
193 * Dispatch the clean up disconnect request.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramSocketTest.java 134 ds.disconnect();
140 ds.disconnect();
221 // Validate that we can connect, then disconnect, then connect then
233 ds.disconnect();
251 // Validate that we can connect/disconnect then send/recv to any address
260 ds.disconnect();
288 ds.disconnect();
323 ds.disconnect();
330 ds.disconnect();
692 // now disconnect the socket and make sure we get the right answe
    [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/res/values/
strings.xml 46 <!-- Button to disconnect from a media route. [CHAR LIMIT=30] -->
47 <string name="mr_controller_disconnect">Disconnect</string>
49 <!-- Button to stop playback and disconnect from a media route. [CHAR LIMIT=30] -->
  /system/connectivity/shill/pppoe/
pppoe_service.cc 137 void PPPoEService::Disconnect(Error* error, const char* reason) {
138 EthernetService::Disconnect(error, reason);
260 Disconnect(&unused_error, __func__);
  /external/wpa_supplicant_8/src/radius/
radius_das.c 27 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_data
68 "Disconnect-Request from %s:%d", attr,
145 res = das->disconnect(das->ctx, &attrs);
366 das->disconnect = conf->disconnect;
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.cpp 119 disconnect();
173 binder::Status Camera2ClientBase<TClientBase>::disconnect() { function in class:android::Camera2ClientBase
178 // Allow both client and the media server to disconnect at all times
187 CameraService::BasicClient::disconnect();
197 mDevice->disconnect();
  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 95 * Return codes for the connect and disconnect Bluez / Dbus calls.
261 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
276 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothPan
277 if (DBG) log("disconnect(" + device + ")");
281 return mPanService.disconnect(device);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
SurfaceTextureTarget.java 173 // down the graph on purpose, such as in the disconnect call.
185 public synchronized void disconnect(FilterContext context) { method in class:SurfaceTextureTarget
186 if (mLogVerbose) Log.v(TAG, "disconnect");
188 Log.d(TAG, "SurfaceTexture is already null. Nothing to disconnect.");
194 // surfacetexture was valid. For example, the disconnect can be called before
  /frameworks/base/wifi/java/android/net/wifi/nan/
WifiNanManager.java 59 * have explicitly {@link WifiNanManager#disconnect()} need to call this
83 * Disconnect from the Wi-Fi NAN service and destroy all outstanding
91 public void disconnect() { method in class:WifiNanManager
93 if (VDBG) Log.v(TAG, "disconnect()");
94 mService.disconnect(mBinder);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapPCEClient.java 159 disconnect(null);
211 Log.e(TAG, "Invalid instance in Connection Handler:Disconnect");
255 // If we have a null device then disconnect the current device.
283 public void disconnect(BluetoothDevice device) { method in class:PbapPCEClient
303 mClient.disconnect();
  /system/bt/stack/avct/
avct_l2c.c 220 /* just in case the peer also accepts our connection - Send L2CAP disconnect req */
271 /* Send L2CAP disconnect req */
333 ** Description This is the L2CAP disconnect indication callback function.
350 /* send L2CAP disconnect response */
363 ** Description This is the L2CAP disconnect confirm callback function.
  /system/connectivity/shill/cellular/
cellular_capability_classic.cc 227 // TODO(ers): We can skip the call to Disconnect if the modem has
229 tasks->push_back(Bind(&CellularCapabilityClassic::Disconnect,
249 void CellularCapabilityClassic::Disconnect(Error* error,
253 proxy_->Disconnect(error, callback, kTimeoutDisconnect);
255 LOG(ERROR) << "No proxy found in disconnect.";
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java 42 * functionality that can be performed on the device (connect, pair, disconnect,
143 // Device doesn't support NAP, so remove PanProfile on disconnect
153 Log.d(TAG, "Removing PanProfile from device after NAP disconnect");
172 public void disconnect() { method in class:CachedBluetoothDevice
174 disconnect(profile);
176 // Disconnect PBAP server in case its connected
178 // disconnect PBAP connection when HF connection is brought down
182 PbapProfile.disconnect(mDevice);
186 public void disconnect(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
187 if (profile.disconnect(mDevice))
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioRouteStateMachineTest.java 482 "Disconnect headset during headset", // name
498 "Disconnect headset during headset with bluetooth available", // name
514 "Disconnect headset during bluetooth", // name
530 "Disconnect headset during speakerphone", // name
546 "Disconnect headset during speakerphone with bluetooth available", // name
610 "Disconnect bluetooth during bluetooth without headset in", // name
626 "Disconnect bluetooth during bluetooth without headset in, priority mode ", // name
642 "Disconnect bluetooth during bluetooth with headset in", // nam
    [all...]
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallHelper.java 64 private static final int DISCONNECT = 3;
92 case DISCONNECT:
230 * Handles a DISCONNECT event from the telephony layer.
234 * disconnect cause OUT_OF_SERVICE. If so, schedule a retry.
249 // Any other disconnect cause means we're done.
254 if (DBG) log("==> Disconnect event; clean up...");
258 // it would have received this disconnect event too (so it'll
398 // (It's still possible that this call will fail, and disconnect
446 * placeCall(), since it's still possible the call will disconnect
497 mCM.registerForDisconnect(this, DISCONNECT, null)
    [all...]
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceTextureHelper.java 48 * called in order to receive a new frame. Call disconnect() to stop receiveing new frames and
400 * Call disconnect() to stop receiving frames. Resources are released when the texture frame has
404 public void disconnect() {
406 throw new IllegalStateException("Must call disconnect(handler).");
429 * Call disconnect() to stop receiving frames and quit the looper used by |handler|.
434 public void disconnect(Handler handler) {
439 disconnect();
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 201 // We are NOT going to support disconnect-at-highwatermark indefinitely
213 // Makes no sense to disconnect and do keep-alives...
259 void NuCachedSource2::disconnect() { function in class:android::NuCachedSource2
274 // explicitly disconnect from the source, to allow any
276 static_cast<HTTPBase *>(mSource.get())->disconnect();
426 static_cast<HTTPBase *>(mSource.get())->disconnect();
768 String8("x-disconnect-at-highwatermark"))) >= 0) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 209 public boolean disconnect(BluetoothDevice device) { method in class:PanService.BluetoothPanBinder
212 return service.disconnect(device);
267 boolean disconnect(BluetoothDevice device) { method in class:PanService
308 disconnect(dev);
405 // are in STATE_CONNECTING, if a BluetoothPan#disconnect call comes in, the original
406 // connect call will put us in STATE_DISCONNECTED. Then, the disconnect completes and
408 // will fail until the caller explicitly calls BluetoothPan#disconnect.
  /packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
VpnTests.java 131 // disconnect existing vpn if there is any
134 Log.v(TAG, "disconnect legacy VPN");
135 disconnect(); method
216 * Disconnect legacy VPN
218 private void disconnect() throws Exception { method in class:VpnTests
222 Log.e(TAG, String.format("disconnect VPN exception: %s", e.toString()));
264 urlConnection.disconnect();
  /frameworks/base/media/java/android/media/browse/
MediaBrowser.java 211 public void disconnect() { method in class:MediaBrowser
217 mServiceBinder.disconnect(mServiceCallbacks);
227 Log.d(TAG, "disconnect...");
234 * calling disconnect on the service, because we only try to do that in the
237 * Everywhere that calls this EXCEPT for disconnect() should follow it with
238 * a call to mCallback.onConnectionFailed(). Disconnect doesn't do that callback
485 // Process is crashing. We will disconnect, and upon reconnect we will
524 // Process is crashing. We will disconnect, and upon reconnect we will
557 // Check to make sure there hasn't been a disconnect or a different
591 // Process is crashing. We will disconnect, and upon reconnect we wil
    [all...]
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDAppClient.m 171 [self disconnect];
239 [strongSelf disconnect];
263 - (void)disconnect {
278 // Disconnect from collider.
322 // TODO(tkchin): reconnection scenarios. Right now we just disconnect
324 [self disconnect];
406 [self disconnect];
435 [self disconnect];
536 // disconnect.
537 [self disconnect];
    [all...]
  /external/autotest/client/cros/networking/
wifi_proxy.py 240 """Disconnect from the specified WiFi network.
243 state after calling Disconnect.
245 @param ssid string name of network to disconnect.
261 'Failed to disconnect from %s, service not found.' % ssid)
263 service.Disconnect()
271 message = ('Failed to disconnect from %s, '

Completed in 2453 milliseconds

<<11121314151617181920>>