Searched defs:disconnect (Results 1 - 25 of 45) sorted by last modified time

12

/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.cpp50 disconnect();
110 void StreamSourceAppProxy::disconnect() { function in class:android::StreamSourceAppProxy
309 mAppProxy->disconnect();
350 mPlayer->disconnect();
/frameworks/native/libs/gui/
H A DBufferQueue.cpp660 status_t BufferQueue::disconnect(int api) { function in class:android::BufferQueue
662 ST_LOGV("disconnect: api=%d", api);
671 // it is not really an error to disconnect after the surface
687 ST_LOGE("disconnect: connected to another api (cur=%d, req=%d)",
693 ST_LOGE("disconnect: unknown API %d", api);
H A DISurfaceTexture.cpp172 virtual status_t disconnect(int api) { function in class:android::BpSurfaceTexture
282 status_t res = disconnect(api);
H A DSurfaceTextureClient.cpp58 SurfaceTextureClient::disconnect(NATIVE_WINDOW_API_CPU);
432 return disconnect(api);
522 int SurfaceTextureClient::disconnect(int api) { function in class:android::SurfaceTextureClient
524 ALOGV("SurfaceTextureClient::disconnect");
527 int err = mSurfaceTexture->disconnect(api);
/frameworks/native/opengl/libagl/
H A Degl.cpp159 virtual void disconnect() {} function in struct:android::egl_surface_t
229 virtual void disconnect();
416 void egl_window_surface_v2_t::disconnect() function in class:android::egl_window_surface_v2_t
1584 surface->disconnect();
1738 s->disconnect();
1741 // FIXME: unlock/disconnect the read surface too
1781 d->disconnect();
1786 // FIXME: unlock/disconnect the read surface too
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java670 public boolean disconnect() { method in class:WifiManager
672 mService.disconnect();
H A DWifiNative.java183 public boolean disconnect() { method in class:WifiNative
/frameworks/base/services/java/com/android/server/
H A DAppWidgetServiceImpl.java149 disconnect();
152 public void disconnect() { method in class:AppWidgetServiceImpl.ServiceConnectionProxy
682 // If there is already a connection made for this service intent, then disconnect from
690 conn.disconnect();
733 conn.disconnect();
753 conn.disconnect();
H A DWifiService.java414 // reset & clear notification on a network connect & disconnect
721 * see {@link android.net.wifi.WifiManager#disconnect()}
723 public void disconnect() { method in class:WifiService
/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayController.java230 disconnect();
272 disconnect();
424 private void disconnect() { method in class:WifiDisplayController
461 // Step 2. Before we try to connect to a new device, disconnect from the old one.
477 Slog.i(TAG, "Failed to disconnect from Wifi display: "
525 // Step 4. If we wanted to disconnect, then mission accomplished.
610 disconnect();
668 disconnect();
686 disconnect();
740 disconnect();
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DInstaller.java59 disconnect();
65 private void disconnect() { method in class:Installer
109 disconnect();
121 disconnect();
142 disconnect();
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java324 void disconnect() { method in class:FrameworkPerfActivity
367 disconnect();
415 disconnect();
/frameworks/base/obex/javax/obex/
H A DClientSession.java184 public HeaderSet disconnect(HeaderSet header) throws IOException { method in class:ClientSession
H A DObexTransport.java66 void disconnect() throws IOException; method in interface:ObexTransport
/frameworks/base/media/java/android/media/
H A DMediaScannerConnection.java47 private boolean mConnected; // true if connect() has been called since last disconnect()
125 public void disconnect() { method in class:MediaScannerConnection
135 Log.v(TAG, "disconnect failed: " + ex);
204 mConnection.disconnect();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureTarget.java183 // down the graph on purpose, such as in the disconnect call.
195 public synchronized void disconnect(FilterContext context) { method in class:SurfaceTextureTarget
196 if (mLogVerbose) Log.v(TAG, "disconnect");
198 Log.d(TAG, "SurfaceTexture is already null. Nothing to disconnect.");
204 // surfacetexture was valid. For example, the disconnect can be called before
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java982 * @param profile The profile to disconnect. One of {@link BluetoothProfile#A2DP},
1015 assertTrue(((BluetoothA2dp)proxy).disconnect(device));
1017 assertTrue(((BluetoothHeadset)proxy).disconnect(device));
1019 assertTrue(((BluetoothInputDevice)proxy).disconnect(device));
1186 * {@link #incomingPanDisconnection(BluetoothAdapter, BluetoothDevice)} to either disconnect
1191 * @param disconnect Whether the method should connect or verify.
1194 BluetoothDevice device, boolean disconnect) {
1199 if (disconnect) {
1228 assertTrue(mPan.disconnect(device));
1193 disconnectFromRemoteOrVerifyConnectNap(BluetoothAdapter adapter, BluetoothDevice device, boolean disconnect) argument
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp89 void LiveSession::disconnect() { function in class:android::LiveSession
93 mHTTPDataSource->disconnect();
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp74 void ARTSPConnection::disconnect(const sp<AMessage> &reply) { function in class:android::ARTSPConnection
H A DMyHandler.h176 void disconnect() { function in struct:android::MyHandler
484 mConn->disconnect(reply);
619 mConn->disconnect(reply);
650 mConn->disconnect(reply);
774 mConn->disconnect(reply);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp8294 size_t AudioFlinger::EffectModule::disconnect(EffectHandle *handle, bool unpinIfLast) function in class:android::AudioFlinger::EffectModule
8296 ALOGV("disconnect() %p handle %p", this, handle);
8953 disconnect(false);
9013 void AudioFlinger::EffectHandle::disconnect() function in class:android::AudioFlinger::EffectHandle
9015 disconnect(true);
9018 void AudioFlinger::EffectHandle::disconnect(bool unpinIfLast) function in class:android::AudioFlinger::EffectHandle
9020 ALOGV("disconnect(%s)", unpinIfLast ? "true" : "false");
9025 if ((mEffect->disconnect(this, unpinIfLast) == 0) && mEnabled) {
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp142 disconnect();
370 void Camera2Client::disconnect() { function in class:android::Camera2Client
375 // Allow both client and the media server to disconnect at all times
413 mDevice->disconnect();
417 CameraService::Client::disconnect();
H A DCamera2Device.cpp47 disconnect();
139 status_t Camera2Device::disconnect() { function in class:android::Camera2Device
1160 ALOGE("%s: Unable to disconnect stream %d from native window (error %d %s)",
H A DCameraClient.cpp100 // client will not be accessed from callback. should unlock to prevent dead-lock in disconnect
105 disconnect();
137 ALOGE("attempt to use a camera after disconnect() (pid %d)", getCallingPid());
215 void CameraClient::disconnect() { function in class:android::CameraClient
217 LOG1("disconnect E (pid %d)", callingPid);
220 // Allow both client and the media server to disconnect at all times
222 ALOGW("different client - don't disconnect");
231 // Make sure disconnect() is done once and once only, whether it is called
253 CameraService::Client::disconnect();
255 LOG1("disconnect
[all...]
H A DCameraService.cpp254 // Client::~Client() -> disconnect() -> removeClient().
372 mSoundPlayer[i]->disconnect();
413 // unconditionally disconnect. function is idempotent
414 Client::disconnect();
440 void CameraService::Client::disconnect() { function in class:android::CameraService::Client
581 cameraClient->disconnect();

Completed in 391 milliseconds

12