Searched refs:detach (Results 1 - 25 of 89) sorted by path

1234

/frameworks/av/include/radio/
H A DIRadio.h34 virtual void detach() = 0;
H A DRadio.h47 void detach();
/frameworks/av/include/soundtrigger/
H A DISoundTrigger.h33 virtual void detach() = 0;
H A DSoundTrigger.h46 void detach();
/frameworks/av/radio/
H A DIRadio.cpp53 void detach() function in class:android::BpRadio
55 ALOGV("detach");
233 detach();
H A DRadio.cpp128 mIRadio->detach();
133 void Radio::detach() { function in class:android::Radio
134 ALOGV("detach()");
138 mIRadio->detach();
/frameworks/av/services/radio/
H A DRadioService.cpp679 void RadioService::ModuleClient::detach() { function in class:android::RadioService::ModuleClient
933 detach();
H A DRadioService.h146 virtual void detach();
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp528 void SoundTriggerHwService::Module::detach(const sp<ModuleClient>& moduleClient) function in class:android::SoundTriggerHwService::Module
530 ALOGV("Module::detach()");
552 ALOGV("detach() unloading model %d", model->mHandle);
943 void SoundTriggerHwService::ModuleClient::detach() { function in class:android::SoundTriggerHwService::ModuleClient
944 ALOGV("detach()");
961 module->detach(this);
1074 detach();
H A DSoundTriggerHwService.h137 void detach(const sp<ModuleClient>& moduleClient);
164 virtual void detach();
/frameworks/av/soundtrigger/
H A DISoundTrigger.cpp45 void detach() function in class:android::BpSoundTrigger
47 ALOGV("detach");
129 detach();
H A DSoundTrigger.cpp136 mISoundTrigger->detach();
141 void SoundTrigger::detach() { function in class:android::SoundTrigger
142 ALOGV("detach()");
146 mISoundTrigger->detach();
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java492 public FragmentTransaction detach(Fragment fragment) { method in class:BackStackRecord
H A DFragmentTransaction.java121 public abstract FragmentTransaction detach(Fragment fragment); method in class:FragmentTransaction
125 * the UI with {@link #detach(Fragment)}. This
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTriggerModule.java59 public native void detach(); method in class:SoundTriggerModule
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java75 * <p>Use this to dismantle resources (for example, detach from handlers
904 // Just in case destroy came in before detach, let's take care of that now
905 detach();
917 private final void detach() { method in class:DreamService
919 if (mDebug) Slog.v(TAG, "detach(): Calling onDreamingStopped()");
926 if (mDebug) Slog.v(TAG, "detach(): Removing window from window manager");
1014 // to the handler also. Need to watch out here in case detach occurs before
1116 public void detach() { method in class:DreamService.DreamServiceWrapper
1120 DreamService.this.detach();
H A DIDreamService.aidl26 void detach();
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java1025 void detach() { method in class:WallpaperService.Engine
1186 mEngine.detach();
1273 mActiveEngines.get(i).detach();
/frameworks/base/core/java/android/view/
H A DView.java3989 * of the background drawable. It is cleared on temporary detach, and reset
4434 * of the View content. Its DisplayList content is cleared on temporary detach and reset on
6074 * notification of window attach/detach events.
11579 * This is called when a container is going to temporarily detach a child, with
17240 // Anything that started animating right before detach should already
22323 mCurrentAnimation.detach();
H A DViewGroup.java5310 final boolean detach = mAttachInfo != null;
5342 } else if (detach) {
5405 final boolean detach = mAttachInfo != null;
5430 } else if (detach) {
5466 * which performs a {@link #requestLayout()} on the next frame, after all detach/remove
5521 * which performs a {@link #requestLayout()} on the next frame, after all detach/attach
5566 * @param child the child to detach
5587 * @param index the index of the child to detach
5608 * @param start the first index of the childrend range to detach
5609 * @param count the number of children to detach
[all...]
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java320 public void detach() { method in class:Animation
868 guard.open("cancel or detach or getTransformation");
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java942 detach();
946 void detach() { method in class:BatteryStatsImpl.Counter
1044 detach();
1048 public void detach() { method in class:BatteryStatsImpl.LongSamplingCounterArray
1198 detach();
1202 void detach() { method in class:BatteryStatsImpl.LongSamplingCounter
1308 detach();
1313 public void detach() { method in class:BatteryStatsImpl.Timer
2156 public void detach() { method in class:BatteryStatsImpl.StopwatchTimer
2157 super.detach();
2261 public void detach() { method in class:BatteryStatsImpl.DualTimer
2545 public void detach() { method in class:BatteryStatsImpl.ControllerActivityCounterImpl
7708 void detach() { method in class:BatteryStatsImpl.Uid.Proc
7951 void detach() { method in class:BatteryStatsImpl.Uid.Pkg
8136 public void detach() { method in class:BatteryStatsImpl.Uid.Pkg.Serv
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java749 throw new IllegalArgumentException("called detach on an already"
5058 void detach() { method in class:RecyclerView.RecycledViewPool
5077 detach();
5908 // This View is good to be used. We just need to unhide, detach and move to the
6094 mRecyclerPool.detach();
7333 * If your LayoutManager has View references that it cleans in on-detach, it should also
7868 * Temporarily detach a child view.
7870 * <p>LayoutManagers may want to perform a lightweight detach operation to rearrange
7875 * <p>If a LayoutManager uses this method to detach a view, it <em>must</em>
7880 * @param child Child to detach
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_Radio.cpp596 ALOGV("detach module %p", module.get());
598 ALOGV("detach module->detach()");
599 module->detach();
H A Dandroid_hardware_SoundTrigger.cpp481 ALOGV("detach");
483 ALOGV("detach module %p", module.get());
485 ALOGV("detach module->detach()");
486 module->detach();
805 {"detach",

Completed in 8819 milliseconds

1234