/frameworks/av/media/libmedia/ |
IMediaMetadataRetriever.cpp | 66 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION, 83 // disconnect from media metadata retriever service 84 void disconnect() function in class:android::BpMediaMetadataRetriever 88 remote()->transact(DISCONNECT, data, &reply); 211 case DISCONNECT: { 213 disconnect();
|
/frameworks/base/core/java/com/android/internal/os/ |
InstallerConnection.java | 37 * disconnect cycles. 202 disconnect(); method 208 public void disconnect() { method in class:InstallerConnection 225 disconnect(); method 244 disconnect(); method 269 disconnect(); method
|
/frameworks/base/telephony/java/android/telephony/ |
PreciseCallState.java | 34 * <li>Disconnect cause; generated by the framework. 35 * <li>Precise disconnect cause; generated by the RIL. 157 * Get disconnect cause generated by the framework 203 * Get disconnect cause generated by the RIL 304 sb.append(", Disconnect cause: " + mDisconnectCause); 305 sb.append(", Precise disconnect cause: " + mPreciseDisconnectCause);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
PbapClientService.java | 99 mClient.disconnect(null); 121 disconnect(device); 165 public boolean disconnect(BluetoothDevice device) { method in class:PbapClientService.BluetoothPbapClientBinder 170 return service.disconnect(device); 274 boolean disconnect(BluetoothDevice device) { method in class:PbapClientService 277 mClient.disconnect(device);
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
TestSequencer.java | 40 public enum OPTYPE {CONNECT, PUT, GET, SET_PATH, DISCONNECT}; 183 case DISCONNECT: { 184 Log.i(TAG,"Requesting disconnect..."); 191 HeaderSet response = mClientSession.disconnect(reqHeaders); 192 Log.i(TAG,"Received disconnect response..."); 224 Log.i(TAG," Sleep 50ms to allow disconnect signal to be send before closing.");
|
/system/connectivity/shill/cellular/ |
cellular_capability_cdma_unittest.cc | 183 EXPECT_CALL(*cellular_, Disconnect(_, StrEq("Activate"))); 195 // So now we should be "activating" while we wait for a disconnect. 200 // Simulate a disconnect. 218 EXPECT_CALL(*cellular_, Disconnect(_, StrEq("Activate"))); 228 // So now we should be "activating" while we wait for a disconnect. 233 // Similulate a failed disconnect (the modem is still connected!).
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleButtonActivity.java | 35 static final int DISCONNECT = 1; 52 } else if (target == DISCONNECT) {
|
/developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/ |
MidiDispatcher.java | 49 * Called to disconnect a {@link MidiReceiver} from the sender 51 * @param receiver the receiver to disconnect
|
/developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/ |
MidiDispatcher.java | 49 * Called to disconnect a {@link MidiReceiver} from the sender 51 * @param receiver the receiver to disconnect
|
/developers/samples/android/common/src/java/com/example/android/common/midi/ |
MidiDispatcher.java | 49 * Called to disconnect a {@link MidiReceiver} from the sender 51 * @param receiver the receiver to disconnect
|
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/ |
MidiDispatcher.java | 49 * Called to disconnect a {@link MidiReceiver} from the sender 51 * @param receiver the receiver to disconnect
|
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/ |
MidiDispatcher.java | 49 * Called to disconnect a {@link MidiReceiver} from the sender 51 * @param receiver the receiver to disconnect
|
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/ |
HttpsURLConnection_ImplTest.java | 87 * @see java.net.HttpURLConnection#disconnect() 90 public void disconnect() { method in class:MyHttpsURLConnection
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/ |
main.js | 74 tcpServer.disconnect(); 83 tcpServer.disconnect();
|
/external/autotest/scheduler/ |
scheduler_lib_unittest.py | 49 connection_manager.disconnect = mock.MagicMock() 51 connection_manager.disconnect.assert_called_once_with()
|
/external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/ |
audio_AudioBasicBluetoothPlaybackRecord.py | 43 """Performs disconnect and connect BT module 98 disable=False, disconnect=False, check_quality=False): 104 @param disconnect: disconnect flag to disconnect BT module 179 # Create links to control disconnect and off/on BT adapter. 184 if disconnect: 189 if disable or disconnect or suspend:
|
/external/autotest/server/site_tests/audio_AudioRoutingUSB/ |
audio_AudioRoutingUSB.py | 32 # First disconnect the headset from DUT 42 # Disconnect the headset from DUT
|
/external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/ |
network_WiFi_ChaosLongConnect.py | 39 client.shill.disconnect(assoc_params.ssid) 76 client.shill.disconnect(assoc_params.ssid)
|
/external/autotest/server/site_tests/network_WiFi_CliqueConnectDisconnect/ |
network_WiFi_CliqueConnectDisconnect.py | 15 """ Dynamic Clique test to connect and disconnect to an AP. """ 48 # Both DUT sets are performing connect/disconnect.
|
/external/autotest/server/site_tests/network_WiFi_DisableEnable/ |
network_WiFi_DisableEnable.py | 15 the "enable" flag on the WiFi device. This should disconnect and 46 'Failed to disconnect from "%s" after interface was '
|
/external/selinux/libsemanage/src/ |
policy.h | 40 /* Disconnect from policy */ 41 int (*disconnect) (struct semanage_handle *); member in struct:semanage_policy_table
|
/frameworks/av/camera/ |
ICamera.cpp | 35 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION, 68 // disconnect from camera service 69 binder::Status disconnect() function in class:android::hardware::BpCamera 71 ALOGV("disconnect"); 74 remote()->transact(DISCONNECT, data, &reply); 313 case DISCONNECT: { 314 ALOGV("DISCONNECT"); 316 disconnect();
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerSource.h | 73 // Explicitly disconnect the underling data source 74 virtual void disconnect() {} function in struct:android::NuPlayer::Source
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
UiAutomationShellWrapper.java | 62 public void disconnect() { method in class:UiAutomationShellWrapper 66 mUiAutomation.disconnect();
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
BidirectionalAsyncChannel.java | 83 public void disconnect() { method in class:BidirectionalAsyncChannel 84 assertEquals("AsyncChannel must be connected to disconnect",
|