Searched refs:disconnect (Results 101 - 105 of 105) sorted by relevance

12345

/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp150 mClient.disconnect();
/frameworks/base/services/java/com/android/server/
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/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionTracker.java471 dcac.disconnect();
989 // send the disconnect msg manually, since the normal route wont send
/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/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp899 pDecShellContext->mClient.disconnect();

Completed in 509 milliseconds

12345