Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 25 of 153) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DVersionInfoTest.java52 VersionInfo impl = new VersionInfo().addClass(OverlayImpl.class); in testSingleProvides() local
59 VersionInfo impl = new VersionInfo().addClass(OverlayImplIncorrectVersion.class); in testIncorrectVersion() local
67 VersionInfo impl = new VersionInfo(); in testMissingRequired() local
75 VersionInfo impl = new VersionInfo().addClass(QSImplNoDeps.class); in testMissingDependencies() local
83 VersionInfo impl = new VersionInfo().addClass(QSImpl.class); in testHasDependencies() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/settings/
DSettingsUtilModule.java30 SecureSettings bindsSecureSettings(SecureSettingsImpl impl); in bindsSecureSettings()
34 SystemSettings bindsSystemSettings(SystemSettingsImpl impl); in bindsSystemSettings()
38 GlobalSettings bindsGlobalSettings(GlobalSettingsImpl impl); in bindsGlobalSettings()
/frameworks/libs/net/common/testutils/hostdevice/com/android/testutils/
DPacketFilter.kt54 private val impl = OffsetFilter(ETHER_TYPE_OFFSET, 0x08, 0x00 /* IPv4 */).and( constant in com.android.testutils.IPv4UdpFilter
63 private val impl = OffsetFilter(IPV4_DST_OFFSET, *dst.address) in test() constant
71 private val impl = OffsetFilter(ETHER_TYPE_OFFSET, 0x08, 0x06 /* ARP */) constant in ArpRequestFilter
80 private val impl = IPv4UdpFilter() in test() constant
/frameworks/base/services/tests/servicestests/src/com/android/server/om/
DOverlayManagerServiceImplRebootTests.java48 final OverlayManagerServiceImpl impl = getImpl(); in alwaysInitializeAllPackages() local
65 final OverlayManagerServiceImpl impl = getImpl(); in testImmutableEnabledChange() local
96 final OverlayManagerServiceImpl impl = getImpl(); in testMutableEnabledChangeHasNoEffect() local
127 final OverlayManagerServiceImpl impl = getImpl(); in testMutableEnabledToImmutableEnabled() local
176 final OverlayManagerServiceImpl impl = getImpl(); in testMutablePriorityChange() local
219 final OverlayManagerServiceImpl impl = getImpl(); in testImmutablePriorityChange() local
DOverlayManagerServiceImplTests.java71 final OverlayManagerServiceImpl impl = getImpl(); in testGetOverlayInfo() local
88 final OverlayManagerServiceImpl impl = getImpl(); in testGetOverlayInfosForTarget() local
118 final OverlayManagerServiceImpl impl = getImpl(); in testGetOverlayInfosForUser() local
147 final OverlayManagerServiceImpl impl = getImpl(); in testPriority() local
169 final OverlayManagerServiceImpl impl = getImpl(); in testOverlayInfoStateTransitions() local
218 final OverlayManagerServiceImpl impl = getImpl(); in testSetEnabledAtVariousConditions() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java89 StackScrollAlgorithm.SectionProvider bindSectionProvider(NotificationSectionsManager impl); in bindSectionProvider()
92 StackScrollAlgorithm.BypassController bindBypassController(KeyguardBypassController impl); in bindBypassController()
144 GroupExpansionManager provideGroupExpansionManager(GroupExpansionManagerImpl impl); in provideGroupExpansionManager()
171 NotificationVisibilityProviderImpl impl); in provideNotificationVisibilityProvider()
184 OnUserInteractionCallback provideOnUserInteractionCallback(OnUserInteractionCallbackImpl impl); in provideOnUserInteractionCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeEventsModule.java29 abstract ShadeStateEvents bindShadeEvents(ShadeExpansionStateManager impl); in bindShadeEvents()
31 @Binds abstract ShadeRepository shadeRepository(ShadeRepositoryImpl impl); in shadeRepository()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterModule.java28 abstract NotificationPresenter bindPresenter(StatusBarNotificationPresenter impl); in bindPresenter()
32 StatusBarNotificationPresenter impl); in bindBindRowCallback()
DStatusBarNotificationActivityStarterModule.java28 StatusBarNotificationActivityStarter impl); in bindActivityStarter()
/frameworks/base/core/java/android/window/
DSplashScreen.java224 private void addImpl(SplashScreenImpl impl) { in addImpl()
230 private void removeImpl(SplashScreenImpl impl) { in removeImpl()
249 final SplashScreenImpl impl = findImpl(token); in tokenDestroyed() local
263 final SplashScreenImpl impl = findImpl(token); in dispatchOnExitAnimation() local
277 final SplashScreenImpl impl = findImpl(token); in containsExitListener() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsModule.java46 RecentsImplementation impl = componentHelper.resolveRecents(clsName); in provideRecentsImpl() local
70 OverviewProxyRecentsImpl impl); in bindOverviewProxyRecentsImpl()
/frameworks/av/media/extractors/mpeg2/
DMPEG2TSExtractor.cpp79 const sp<AnotherPacketSource> &impl, in MPEG2TSSource()
312 status_t MPEG2TSExtractor::findIndexOfSource(const sp<AnotherPacketSource> &impl, size_t *index) { in findIndexOfSource()
322 void MPEG2TSExtractor::addSource(const sp<AnotherPacketSource> &impl) { in addSource()
345 sp<AnotherPacketSource> impl = mParser->getSource(ATSParser::VIDEO); in init() local
362 sp<AnotherPacketSource> impl = mParser->getSource(ATSParser::AUDIO); in init() local
436 sp<AnotherPacketSource> impl = mParser->getSource(type); in init() local
682 const sp<AnotherPacketSource> &impl = mSourceImpls[i]; in seek() local
715 const sp<AnotherPacketSource> &impl = mSourceImpls.itemAt(i); in queueDiscontinuityForSeek() local
731 const sp<AnotherPacketSource> &impl = mSourceImpls.itemAt(i); in queueDiscontinuityForSeek() local
756 const sp<AnotherPacketSource> &impl = mSourceImpls[i]; in seekBeyond() local
[all …]
/frameworks/native/libs/vr/libvr_manager/
Dvr_manager.cpp31 explicit BpVrStateCallbacks(const sp<IBinder>& impl) in BpVrStateCallbacks()
62 explicit BpPersistentVrStateCallbacks(const sp<IBinder>& impl) in BpPersistentVrStateCallbacks()
94 explicit BpVrManager(const sp<IBinder>& impl) in BpVrManager()
/frameworks/native/libs/nativedisplay/
DADisplay.cpp30 namespace android::display::impl { namespace
123 DisplayImpl* impl = reinterpret_cast<DisplayImpl*>(display); in getToken() local
234 DisplayImpl* impl = reinterpret_cast<DisplayImpl*>(display); in ADisplay_getMaxSupportedFps() local
254 DisplayImpl* impl = reinterpret_cast<DisplayImpl*>(display); in ADisplay_getPreferredWideColorFormat() local
269 DisplayImpl* impl = reinterpret_cast<DisplayImpl*>(display); in ADisplay_getCurrentConfig() local
/frameworks/base/apex/jobscheduler/service/jni/
Dcom_android_server_alarm_AlarmManagerService.cpp203 AlarmImpl *impl = reinterpret_cast<AlarmImpl *>(nativeData); in android_server_alarm_AlarmManagerService_setKernelTime() local
332 AlarmImpl *impl = reinterpret_cast<AlarmImpl *>(nativeData); in android_server_alarm_AlarmManagerService_getNextAlarm() local
349 AlarmImpl *impl = reinterpret_cast<AlarmImpl *>(nativeData); in android_server_alarm_AlarmManagerService_close() local
355 AlarmImpl *impl = reinterpret_cast<AlarmImpl *>(nativeData); in android_server_alarm_AlarmManagerService_set() local
372 AlarmImpl *impl = reinterpret_cast<AlarmImpl *>(nativeData); in android_server_alarm_AlarmManagerService_waitForAlarm() local
/frameworks/base/core/java/android/net/
DLocalSocket.java43 private final LocalSocketImpl impl; field in LocalSocket
77 private LocalSocket(LocalSocketImpl impl, int sockType) { in LocalSocket()
114 static LocalSocket createLocalSocketForAccept(LocalSocketImpl impl) { in createLocalSocketForAccept()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DQsFrameTranslateModule.java29 QsFrameTranslateController bindQsFrameTranslateController(QsFrameTranslateImpl impl); in bindQsFrameTranslateController()
DNotificationInsetsModule.java29 NotificationInsetsController bindNotificationInsetsController(NotificationInsetsImpl impl); in bindNotificationInsetsController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarPhoneModule.java36 CentralSurfaces bindsCentralSurfaces(CentralSurfacesImpl impl); in bindsCentralSurfaces()
/frameworks/base/tools/sdkparcelables/src/com/android/sdkparcelables/
DParcelableDetector.kt26 val impl = Impl(ancestors) in ancestorsToParcelables() constant
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputCompositionState.cpp22 namespace android::compositionengine::impl { namespace
/frameworks/av/drm/common/include/
DIDrmServiceListener.h52 explicit BpDrmServiceListener(const sp<IBinder>& impl) in BpDrmServiceListener()
/frameworks/base/core/java/android/app/
DResourcesManager.java295 ResourcesImpl impl = mResourceImpls.removeAt(i).get(); in invalidatePath() local
640 final ResourcesImpl impl = new ResourcesImpl(assets, displayMetrics, config, daj); in createResourcesImpl() local
656 ResourcesImpl impl = weakImplRef != null ? weakImplRef.get() : null; in findResourcesImplForKeyLocked() local
680 ResourcesImpl impl = findResourcesImplForKeyLocked(key); in findOrCreateResourcesImplForKeyLocked() local
767 @NonNull ClassLoader classLoader, @NonNull ResourcesImpl impl, in createResourcesForActivityLocked()
794 @NonNull ResourcesImpl impl, @NonNull CompatibilityInfo compatInfo) { in createResourcesLocked()
1440 final ResourcesImpl impl = weakImplRef != null ? weakImplRef.get() : null; in appendLibAssetsForMainAssetPath() local
1493 final ResourcesImpl impl = weakImplRef != null ? weakImplRef.get() : null; in applyNewResourceDirsLocked() local
1569 final ResourcesImpl impl = findOrCreateResourcesImplForKeyLocked(key); in redirectResourcesToNewImplLocked() local
1589 final ResourcesImpl impl = findOrCreateResourcesImplForKeyLocked(key); in redirectResourcesToNewImplLocked() local
[all …]
/frameworks/native/libs/renderengine/
DExternalTexture.cpp23 namespace android::renderengine::impl { namespace
/frameworks/native/libs/vr/libdisplay/
Dvsync_service.cpp31 explicit BpVsyncCallback(const sp<IBinder>& impl) in BpVsyncCallback()
94 explicit BpVsyncService(const sp<IBinder>& impl) in BpVsyncService()

1234567