/external/libvncserver/webclients/novnc/include/chrome-app/ |
tcp-client.js | 39 disconnect: null, // Called when socket is disconnected. 142 // Register disconnect callback. 143 this.callbacks.disconnect = callback; 149 * @see http://developer.chrome.com/trunk/apps/socket.html#method-disconnect 151 TcpClient.prototype.disconnect = function() { 154 socket.disconnect(this.socketId); 155 if (this.callbacks.disconnect) { 156 this.callbacks.disconnect(); 212 log('socket disconnect detected'); 213 that.disconnect(); [all...] |
/frameworks/base/services/core/java/com/android/server/media/ |
RemoteDisplayProviderProxy.java | 105 mActiveConnection.disconnect(mSelectedDisplayId); 214 disconnect(); method 226 disconnect(); method 249 disconnect(); method 270 disconnect(); method 283 private void disconnect() { method in class:RemoteDisplayProviderProxy 286 mActiveConnection.disconnect(mSelectedDisplayId); 372 public void disconnect(String id) { method in class:RemoteDisplayProviderProxy.Connection 374 mProvider.disconnect(id); 376 Slog.e(TAG, "Failed to deliver request to disconnect from display.", ex) [all...] |
/frameworks/base/telephony/java/android/telephony/ |
DisconnectCause.java | 20 * Contains disconnect call causes generated by the framework and the RIL. 25 /** The disconnect cause is not valid (Not received a disconnect cause) */ 127 * needs to be triggered by a *disconnect* event, rather than when 198 // When adding a disconnect type: 201 // 3) Update MAXIMUM_VALID_VALUE to the new disconnect type. 202 // 4) Update toString() with the newly added disconnect type. 208 /** Smallest valid value for call disconnect codes. */ 211 /** Largest valid value for call disconnect codes. */ 219 /** Returns descriptive string for the specified disconnect cause. * [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMnsObexClient.java | 160 * Disconnect the connection to MNS server. 163 public synchronized void disconnect() { method in class:BluetoothMnsObexClient 166 mClientSession.disconnect(null); 170 Log.w(TAG, "OBEX session disconnect error " + e.getMessage()); 200 * handleRegistration won't be called when disconnect 212 /* Disconnect if connected */ 213 disconnect(); method 219 * We store a list of registered MasIds only to control connect/disconnect 229 //Clear last saved MNSSdpSearchInfo , if Disconnect requested for same MasId. 248 // No more registrations - disconnect 250 disconnect(); method [all...] |
/external/autotest/server/site_tests/audio_AudioBasicBluetoothRecord/ |
audio_AudioBasicBluetoothRecord.py | 40 """Performs disconnect and connect BT module 95 disable=False, disconnect=False, check_quality=False): 101 @param disconnect: disconnect flag to disconnect BT module 157 if disconnect: 166 if disable or disconnect or suspend:
|
/system/core/adb/ |
transport_test.cpp | 71 adisconnect disconnect; local 72 disconnect.func = DisconnectFunc; 73 disconnect.opaque = &count; 74 t.AddDisconnect(&disconnect); 78 // disconnect should have been removed automatically. 83 t.AddDisconnect(&disconnect); 84 t.RemoveDisconnect(&disconnect);
|
/external/autotest/client/cros/cellular/pseudomodem/ |
disable_machine.py | 28 # disconnect failure 29 logging.info('DisableMachine: Starting Disconnect.') 30 self._modem.Disconnect(mm1_constants.ROOT_PATH, DisableMachine.Step, 46 logging.info('DisableMachine: Waiting for disconnect.') 47 # wait until disconnect ends
|
/external/autotest/client/site_tests/network_WiMaxSmoke/ |
network_WiMaxSmoke.py | 32 the connect/disconnect sequence several times. Each time after connecting to 80 error.TestFail if it fails to disconnect the service before 90 raise error.TestFail('Could not disconnect: %s.' % status) 136 # Number of seconds to sleep between connect and disconnect operations. 143 # Timeout in seconds for connect and disconnect operations, and
|
/external/autotest/database/ |
database_connection_unittest.py | 86 self._fake_backend.disconnect.expect_call() 110 self._fake_backend.disconnect.expect_call() 117 self._fake_backend.disconnect.expect_call() 150 self._fake_backend.disconnect.expect_call() 152 db.disconnect()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
InCallController.java | 73 public void disconnect() {} method in class:InCallController.InCallServiceConnection 153 public void disconnect() { method in class:InCallController.InCallServiceBindingConnection 173 // Sometimes we can opt to disconnect for certain reasons, like if the 176 // ahead and disconnect ourselves. 177 disconnect(); method 183 disconnect(); // Unbind explicitly if we get disconnected. method 242 public void disconnect() { method in class:InCallController.EmergencyInCallServiceConnection 243 Log.i(this, "Disconnect forced!"); 245 mSubConnection.disconnect(); 247 super.disconnect(); 348 public void disconnect() { method in class:InCallController.CarSwappingInCallServiceConnection 407 public void disconnect() { method in class:InCallController.NonUIInCallServiceConnectionCollection [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaScannerConnectionTest.java | 65 mMediaScannerConnection.disconnect(); 77 // test connect and disconnect. 82 mMediaScannerConnection.disconnect();
|
/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/ |
network_WiFi_ChaosConnectDisconnect.py | 14 """ Dynamic Chaos test to connect and disconnect to an AP. """ 37 client.shill.disconnect(assoc_params.ssid) 66 client.shill.disconnect(assoc_params.ssid)
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
DisconnectTest.java | 97 connection.disconnect(); 120 connection.disconnect(); 128 connection.disconnect();
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothA2dpSinkFacade.java | 72 return sA2dpSinkProfile.disconnect(device); 91 @Rpc(description = "Disconnect an A2DP Sink device.") 102 // Do nothing here. Since it is disconnect this function should force shutdown anyways.
|
BluetoothMapFacade.java | 72 return sMapProfile.disconnect(device); 80 @Rpc(description = "Disconnect an MAP device.") 93 return sMapProfile.disconnect(mDevice);
|
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
p2p_disconnect.py | 3 # Will perform disconnect on interface_name 107 self.p2p_interface.Disconnect() 168 print "Disconnect timed out"
|
/frameworks/av/media/libmedia/ |
IMediaHTTPConnection.cpp | 33 DISCONNECT, 82 virtual void disconnect() { function in struct:android::BpMediaHTTPConnection 87 remote()->transact(DISCONNECT, data, &reply);
|
/frameworks/av/media/libstagefright/http/ |
MediaHTTP.cpp | 76 void MediaHTTP::disconnect() { function in class:android::MediaHTTP 82 mHTTPConnection->disconnect(); 131 // disconnect. NuCachedSource2 relies on this.
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
PanProfile.java | 90 mService.disconnect(sink); 96 public boolean disconnect(BluetoothDevice device) { method in class:PanProfile 98 return mService.disconnect(device);
|
/frameworks/base/packages/VpnDialogs/res/values/ |
strings.xml | 36 <!-- Button label to disconnect the current VPN session. [CHAR LIMIT=20] --> 37 <string name="disconnect">Disconnect</string>
|
/frameworks/support/v7/mediarouter/res/values/ |
strings.xml | 34 <!-- Button to disconnect from a media route. [CHAR LIMIT=30] --> 35 <string name="mr_controller_disconnect">Disconnect</string> 37 <!-- Button to stop playback and disconnect from a media route. [CHAR LIMIT=30] -->
|
/prebuilts/sdk/current/support/v7/mediarouter/res/values/ |
strings.xml | 34 <!-- Button to disconnect from a media route. [CHAR LIMIT=30] --> 35 <string name="mr_controller_disconnect">Disconnect</string> 37 <!-- Button to stop playback and disconnect from a media route. [CHAR LIMIT=30] -->
|
/system/connectivity/shill/cellular/ |
active_passive_out_of_credits_detector.h | 33 // - Watch for connect/disconnect loop. 93 // connect/disconnect loop. 113 // The following members are used by the connect/disconnect loop detection.
|
modem_manager_1.cc | 69 Disconnect(); 82 void ModemManager1::Disconnect() { 83 ModemManager::Disconnect();
|
/external/libnfc-nxp/src/ |
phHal4Nfc_Internal.h | 96 the upper layer.If this flag is set ,then a remote device disconnect call 139 /**Context info for HAL4 connect/disconnect*/ 143 /*Disconnect callback*/ 155 /**Context info for HAL4 connect & disconnect*/ 241 /*Callback completion routine for Disconnect*/ 302 /**Execute Hal4 Disconnect*/
|