/packages/apps/Camera2/src/com/android/camera/app/ |
LocationProvider.java | 49 * Disconnect the location provider after use. The location provider can no longer acquire 52 public void disconnect(); method in interface:LocationProvider
|
/packages/apps/Settings/res/layout/ |
wifi_api_test.xml | 26 android:key="disconnect" 27 android:title="@string/disconnect"
|
/system/connectivity/shill/cellular/ |
modem_manager.cc | 52 void ModemManager::Disconnect() { 65 Disconnect(); 122 Disconnect(); 148 void ModemManagerClassic::Disconnect() { 149 ModemManager::Disconnect();
|
/external/autotest/client/site_tests/network_3GModemControl/ |
network_3GModemControl.py | 47 def Disconnect(self): 48 return self.command_delegate.Disconnect() 72 def Disconnect(self): 74 Disconnect Modem. 80 self.modem.Disconnect() 118 def Disconnect(self): 120 Disconnect Modem. 125 self.GetService().Disconnect() 155 def Disconnect(self): 157 logging.info('Disconnect with %s' % cmds [all...] |
/external/autotest/server/hosts/ |
rpc_server_tracker.py | 27 The host will cleanup all the open RPC server connections on disconnect. 79 self.disconnect(port) 112 method will kill it and disconnect the tunnel process 114 by consulting the rpc_proxy_map in disconnect. 133 self.disconnect(port) 166 self.disconnect(port) 185 existing tunnel process, so we always disconnect any older tunnels 186 we might have through disconnect. 203 def disconnect(self, port): member in class:RpcServerTracker 204 """Disconnect from an RPC server on the host [all...] |
/external/autotest/server/site_tests/audio_AudioBasicBluetoothPlayback/ |
audio_AudioBasicBluetoothPlayback.py | 41 """Performs disconnect and connect BT module 94 disable=False, disconnect=False, check_quality=False): 100 @param disconnect: disconnect flag to disconnect BT module 147 if disconnect: 156 if disable or disconnect or suspend:
|
/frameworks/av/media/libmedia/ |
IEffect.cpp | 32 DISCONNECT, 105 void disconnect() function in class:android::BpEffect 107 ALOGV("disconnect"); 110 remote()->transact(DISCONNECT, data, &reply); 197 case DISCONNECT: { 198 ALOGV("DISCONNECT"); 200 disconnect();
|
/external/autotest/client/site_tests/network_DhcpNak/ |
network_DhcpNak.py | 51 Disconnect and reconnect Ethernet. 53 Ask shill to disconnect and reconnect the Service for our 58 service.Disconnect() 103 Ask shill to disconnect and reconnect the Service for our 110 service.Disconnect() 128 Ask shill to disconnect and reconnect the Service for our 141 service.Disconnect() 176 Ask shill to disconnect and reconnect the Service for our 185 service.Disconnect()
|
/external/tcpdump/tests/ |
radius-rfc5176-v.out | 3 Disconnect-Request (40), id: 0x01, Authenticator: e1792d2b4ab349f1a4c0fcc733d091c1 7 Disconnect-ACK (41), id: 0x02, Authenticator: 3bc9c343f689990756b96c583a56890a 11 Disconnect-NAK (42), id: 0x03, Authenticator: d867c308c9c43112b3a669a0e8c0ab8c
|
/tools/test/connectivity/acts/tests/google/bt/system_tests/ |
RfcommLongevityTest.py | 84 connect/disconnect sequence. 92 6. Disconnect RFCOMM connection. 97 successfully. Each connect and disconnect should be successful. 129 connect/disconnect sequence. The data being transfered is only 138 6. Disconnect RFCOMM connection. 143 successfully. Each connect and disconnect should be successful. 176 connect/disconnect sequence. The data being transfered is in a 185 6. Disconnect RFCOMM connection. 190 successfully. Each connect and disconnect should be successful. 223 connect/disconnect sequence. The data being transfered is 990 char [all...] |
/development/samples/WiFiDirectDemo/res/values/ |
strings.xml | 7 <string name="disconnect_peer_button">Disconnect</string>
|
/external/autotest/client/site_tests/network_3GDormancyDance/ |
control | 22 modem to declare dormancy, then immediately request a disconnect; in all other
|
/external/autotest/client/site_tests/network_ChromeCellularSmokeTest/ |
network_ChromeCellularSmokeTest.py | 21 connect/disconnect sequence several times and makes sure that Chrome can 80 logging.info('Modem is disconnected. Disconnect was successful.') 108 # Disconnect from the network before doing any operations. 111 logging.info('Starting connect/disconnect sequence.')
|
/external/autotest/server/cros/faft/ |
rpc_proxy.py | 55 self.disconnect() 96 def disconnect(self): member in class:RPCProxy 97 """Disconnect the RPC server.""" 98 self._client.rpc_server_tracker.disconnect(self._client_config.rpc_port)
|
/external/autotest/server/site_tests/network_WiFi_CSADisconnect/ |
network_WiFi_CSADisconnect.py | 36 """Perform channel switch, and initiate disconnect immediately, then 41 the disconnect. 57 self.context.client.shill.disconnect( 91 # Test both router initiated and client initiated disconnect after
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
devtools_http.py | 26 Ideally, owners of instances of this class should call Disconnect() before 36 self.Disconnect() 47 def Disconnect(self): 91 self.Disconnect()
|
/external/curl/tests/data/ |
test48 | 51 [DISCONNECT]
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
Direct3DContentProvider.h | 22 void STDMETHODCALLTYPE Disconnect();
|
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
Direct3DContentProvider.h | 22 void STDMETHODCALLTYPE Disconnect();
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothHfpClientFacade.java | 74 return sHfpClientProfile.disconnect(device); 99 @Rpc(description = "Disconnect an HFP Client device.") 110 // Do nothing since it is disconnect and this function should force disconnect.
|
/external/webrtc/webrtc/base/ |
sigslotrepeater.h | 38 void stop(base_type &s) { s.disconnect(this); } 54 void stop(base_type &s) { s.disconnect(this); } 70 void stop(base_type &s) { s.disconnect(this); } 89 void stop(base_type &s) { s.disconnect(this); }
|
/external/wpa_supplicant_8/src/radius/ |
radius_das.h | 48 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_conf
|
/frameworks/av/camera/aidl/android/hardware/ |
ICamera.aidl | 27 void disconnect();
|
/frameworks/av/include/media/stagefright/ |
OMXClient.h | 30 void disconnect();
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothPan.aidl | 31 boolean disconnect(in BluetoothDevice device);
|