Home
last modified time | relevance | path

Searched defs:attach (Results 1 – 25 of 76) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dconnector.h36 auto attach = interface_cast<IAttach>(dest); in META_BEGIN_NAMESPACE() local
60 auto attach = interface_cast<IAttach>(dest); in Disconnect() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DCoordinator.java32 void attach(@NonNull NotifPipeline pipeline); in attach() method
H A DHideLocallyDismissedNotifsCoordinator.java39 public void attach(NotifPipeline pipeline) { in attach() method in HideLocallyDismissedNotifsCoordinator
H A DColorizedFgsCoordinator.java46 public void attach(NotifPipeline pipeline) { in attach() method in ColorizedFgsCoordinator
H A DHideNotifsForOtherUsersCoordinator.java52 public void attach(NotifPipeline pipeline) { in attach() method in HideNotifsForOtherUsersCoordinator
H A DDeviceProvisionedCoordinator.java54 public void attach(NotifPipeline pipeline) { in attach() method in DeviceProvisionedCoordinator
H A DBubbleCoordinator.java78 public void attach(NotifPipeline pipeline) { in attach() method in BubbleCoordinator
H A DMediaCoordinator.java139 public void attach(NotifPipeline pipeline) { in attach() method in MediaCoordinator
H A DRankingCoordinator.java73 public void attach(NotifPipeline pipeline) { in attach() method in RankingCoordinator
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DISoundTriggerMiddlewareInternal.java44 public ISoundTriggerModule attach(int handle, in attach() method
H A DSoundTriggerMiddlewareImpl.java119 ISoundTriggerModule attach(int handle, @NonNull ISoundTriggerCallback callback, in attach() method in SoundTriggerMiddlewareImpl
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipContentOverlay.java45 public abstract void attach(SurfaceControl.Transaction tx, SurfaceControl parentLeash); in attach() method in PipContentOverlay
95 public void attach(SurfaceControl.Transaction tx, SurfaceControl parentLeash) { in attach() method in PipContentOverlay.PipColorOverlay
147 public void attach(SurfaceControl.Transaction tx, SurfaceControl parentLeash) { in attach() method in PipContentOverlay.PipSnapshotOverlay
205 public void attach(SurfaceControl.Transaction tx, SurfaceControl parentLeash) { in attach() method in PipContentOverlay.PipAppIconOverlay
H A DPipMenuController.java59 void attach(SurfaceControl leash); in attach() method
/aosp14/frameworks/base/core/java/android/service/dreams/
H A DIDreamService.aidl25 … void attach(IBinder windowToken, boolean canDoze, boolean isPreviewMode, IRemoteCallback started); in attach() method
/ohos5.0/docs/en/application-dev/tools/
H A Daa-tool.md254 ## attach section
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputUriController.java53 public void attach(CommonNotifCollection manager) { in attach() method in RemoteInputUriController
/aosp14/frameworks/base/core/java/android/service/wallpaper/
H A DIWallpaperService.aidl26 void attach(IWallpaperConnection connection, in attach() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
H A DLogBufferFreezer.kt43 fun attach(broadcastDispatcher: BroadcastDispatcher) { regex
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp322 if (const auto attach = interface_pointer_cast<IAttach>(params_.owner)) { in GetModifiers() local
380 if (auto attach = interface_pointer_cast<IAttach>(params_.owner)) { in Attach() local
401 if (auto attach = interface_pointer_cast<IAttach>(params_.owner)) { in Detach() local
/aosp14/frameworks/base/packages/SystemUI/log/src/com/android/systemui/log/
H A DLogcatEchoTrackerDebug.kt61 private fun attach(mainLooper: Looper) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifCollectionInconsistencyTracker.kt26 fun attach( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewManager.kt57 fun attach(renderStageManager: RenderStageManager) { regex
H A DRenderStageManager.kt45 fun attach(listBuilder: ShadeListBuilder) { regex
H A DGroupExpansionManagerImpl.java79 public void attach(NotifPipeline pipeline) { in attach() method in GroupExpansionManagerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java141 public void attach() { in attach() method in StatusBarWindowController

1234