Home
last modified time | relevance | path

Searched defs:posted (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/module/bufferpool/1.0/
DBufferStatus.cpp119 std::list<BufferId> &pending, std::list<BufferId> &posted) { in postBufferRelease()
145 std::list<BufferId> &pending, std::list<BufferId> &posted) { in postBufferStatusMessage()
DBufferPoolClient.cpp422 bool posted = postReceiveResult(bufferId, transactionId, in receive() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt116 mPostedEntries.values.toList().forEach { posted -> in <lambda>() method
267 val posted = PostedEntry( in <lambda>() constant
298 .filter { posted -> !posted.entry.sbn.notification.isGroupSummary } in <lambda>() method
299 .sortedBy { posted -> in <lambda>() method
303 ?.let { posted -> in <lambda>() method
436 val posted = mPostedEntries.compute(entry.key) { _, value -> in <lambda>() constant
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java727 List<StatusBarNotification> posted = new ArrayList<>(); in testDropToZeroRemoveGroup_disableFlag() local
756 List<StatusBarNotification> posted = new ArrayList<>(); in testDropToZeroRemoveGroup() local
785 List<StatusBarNotification> posted = new ArrayList<>(); in testAppStartsGrouping_disableFlag() local
815 List<StatusBarNotification> posted = new ArrayList<>(); in testAppStartsGrouping() local
845 List<StatusBarNotification> posted = new ArrayList<>(); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled_alwaysGroup() local
885 List<StatusBarNotification> posted = new ArrayList<>(); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled() local
DNotificationManagerServiceTest.java2116 StatusBarNotification[] posted = mBinderService.getActiveNotifications(mPkg); in testEnqueueNotificationWithTag_nullAction_fixed() local
2137 StatusBarNotification[] posted = mBinderService.getActiveNotifications(mPkg); in testEnqueueNotificationWithTag_allNullActions_fixed() local
5418 NotificationRecord posted = mService.findNotificationLocked( in testNoNotificationDuringSetupPermission() local
5443 NotificationRecord posted = mService.findNotificationLocked( in testNoFakeColorizedPermission() local
5457 NotificationRecord posted = createAndPostNotification(nb, "testMediaStyleSetNoClearFlag"); in testMediaStyle_enforceNoClearFlagEnabled() local
5471 NotificationRecord posted = createAndPostNotification(nb, in testCustomMediaStyle_enforceNoClearFlagEnabled() local
5485 NotificationRecord posted = createAndPostNotification(nb, "testMediaStyleSetNoClearFlag"); in testMediaStyle_enforceNoClearFlagDisabled() local
5499 NotificationRecord posted = createAndPostNotification(nb, in testCustomMediaStyle_enforceNoClearFlagDisabled() local
5516 NotificationRecord posted = createAndPostNotification(nb, in testMediaStyleRemote_hasPermission() local
5535 NotificationRecord posted = createAndPostNotification(nb, in testMediaStyleRemote_noPermission() local
[all …]
/frameworks/av/media/module/bufferpool/2.0/
DBufferStatus.cpp132 std::list<BufferId> &pending, std::list<BufferId> &posted) { in postBufferRelease()
181 std::list<BufferId> &pending, std::list<BufferId> &posted) { in postBufferStatusMessage()
DBufferPoolClient.cpp477 bool posted = postReceiveResult(bufferId, transactionId, in receive() local