Searched refs:disconnect (Results 76 - 100 of 208) sorted by relevance

123456789

/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h39 void disconnect(const sp<AMessage> &reply);
H A DSDPLoader.cpp69 HTTPDataSource->disconnect();
/frameworks/base/media/java/android/media/midi/
H A DMidiOutputPort.java123 mDispatcher.getSender().disconnect(receiver);
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsXtraDownloader.java129 connection.disconnect();
/frameworks/native/include/gui/
H A DBufferQueueProducer.h142 // BufferQueue and no corresponding disconnect call was made (i.e. if
149 // disconnect attempts to disconnect a producer API from the BufferQueue.
157 virtual status_t disconnect(int api);
/frameworks/av/camera/
H A DCameraBase.cpp119 void CameraBase<TCam, TCamTraits>::disconnect() function in class:android::CameraBase
121 ALOGV("%s: disconnect", __FUNCTION__);
123 mCamera->disconnect();
127 ALOGV("%s: disconnect (done)", __FUNCTION__);
/frameworks/av/media/libmedia/
H A DIEffect.cpp105 void disconnect() function in class:android::BpEffect
107 ALOGV("disconnect");
200 disconnect();
H A DIMediaHTTPConnection.cpp82 virtual void disconnect() { function in struct:android::BpMediaHTTPConnection
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp57 disconnect();
73 void MetadataRetrieverClient::disconnect() function in class:android::MetadataRetrieverClient
75 ALOGV("disconnect from pid %d", mPid);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dpSink.java221 * A2DP profile. The API will automatically disconnect connected
265 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
280 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothA2dpSink
281 if (DBG) log("disconnect(" + device + ")");
285 return mService.disconnect(device);
H A DBluetoothPan.java95 * 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);
H A DBluetoothPbap.java268 public boolean disconnect() { method in class:BluetoothPbap
269 if (DBG) log("disconnect()");
272 mService.disconnect();
H A DBluetoothSap.java259 * Initiate disconnect.
266 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothSap
267 if (DBG) log("disconnect(" + device + ")");
271 return mService.disconnect(device);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DHeadsetProfile.java124 public boolean disconnect(BluetoothDevice device) { method in class:HeadsetProfile
136 return mService.disconnect(device);
H A DMapProfile.java119 public boolean disconnect(BluetoothDevice device) { method in class:MapProfile
126 return mService.disconnect(device);
H A DCachedBluetoothDevice.java42 * 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);
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)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java139 public void disconnect(CachedBluetoothDevice device) { method in class:BluetoothControllerImpl
141 device.disconnect();
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConference.java336 public void disconnect() { method in class:RemoteConference
338 mConnectionService.disconnect(mId);
417 * @return The disconnect cause.
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl71 void disconnect();
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProvider.java181 disconnect();
193 disconnect();
216 disconnect();
236 disconnect();
259 private void disconnect() { method in class:RegisteredMediaRouteProvider
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java276 disconnect();
339 disconnect();
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();
837 disconnect();
878 disconnect();
940 disconnect();
[all...]
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java155 disconnect();
161 disconnect();
273 private void disconnect() { method in class:SinkActivity
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java326 void disconnect() { method in class:FrameworkPerfActivity
369 disconnect();
417 disconnect();
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp258 ASSERT_OK(mProducer->disconnect(TEST_API));
265 // Must disconnect with same API number
266 ASSERT_EQ(BAD_VALUE, mProducer->disconnect(TEST_API_OTHER));
268 ASSERT_EQ(BAD_VALUE, mProducer->disconnect(/*api*/0xDEADBEEF));
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp77 mOutput->disconnect(NATIVE_WINDOW_API_MEDIA);
135 mOutput->disconnect(NATIVE_WINDOW_API_MEDIA);
757 mOutput->disconnect(NATIVE_WINDOW_API_MEDIA);
787 mOutput->disconnect(NATIVE_WINDOW_API_MEDIA);

Completed in 378 milliseconds

123456789