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

123456789

/frameworks/av/services/audioflinger/
H A DEffects.h96 size_t disconnect(EffectHandle *handle, bool unpinIfLast);
184 virtual void disconnect();
186 void disconnect(bool unpinIfLast);
223 /*const*/ sp<Client> mClient; // client for shared memory allocation, see disconnect()
/frameworks/base/media/java/android/media/
H A DMediaHTTPConnection.java78 disconnect();
130 public void disconnect() { method in class:MediaHTTPConnection
140 mConnection.disconnect();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailItems.java204 final ImageView disconnect = (ImageView) view.findViewById(android.R.id.icon2);
205 disconnect.setVisibility(item.canDisconnect ? VISIBLE : GONE);
206 disconnect.setOnClickListener(new OnClickListener() {
/frameworks/av/include/media/
H A DIMediaPlayer.h46 virtual void disconnect() = 0;
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h40 virtual void disconnect();
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h39 void disconnect(const sp<AMessage> &reply);
H A DSDPLoader.cpp69 HTTPDataSource->disconnect();
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h42 virtual binder::Status 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.java132 connection.disconnect();
/frameworks/native/include/gui/
H A DBufferQueueProducer.h131 // BufferQueue and no corresponding disconnect call was made (i.e. if
138 // disconnect attempts to disconnect a producer API from the BufferQueue.
146 virtual status_t disconnect(int api);
H A DSurfaceControl.h60 // disconnect any api that's connected
61 void disconnect();
/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.h53 virtual status_t disconnect(int api);
/frameworks/av/camera/
H A DCameraBase.cpp141 void CameraBase<TCam, TCamTraits>::disconnect() function in class:android::CameraBase
143 ALOGV("%s: disconnect", __FUNCTION__);
145 mCamera->disconnect();
149 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();
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp58 disconnect();
74 void MetadataRetrieverClient::disconnect() function in class:android::MetadataRetrieverClient
76 ALOGV("disconnect from pid %d", mPid);
/frameworks/base/core/java/android/bluetooth/
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 DBluetoothPbapClient.java188 * Initiate disconnect.
194 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothPbapClient
196 log("disconnect(" + device + ")" + new Exception() );
200 mService.disconnect(device);
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);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java151 public void disconnect(CachedBluetoothDevice device) { method in class:BluetoothControllerImpl
153 device.disconnect();
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl84 void disconnect();
/frameworks/base/wifi/java/android/net/wifi/nan/
H A DWifiNanManager.java59 * have explicitly {@link WifiNanManager#disconnect()} need to call this
91 public void disconnect() { method in class:WifiNanManager
93 if (VDBG) Log.v(TAG, "disconnect()");
94 mService.disconnect(mBinder);

Completed in 4153 milliseconds

123456789