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
265 val posted = PostedEntry( in <lambda>() constant
295 .filter { posted -> !posted.entry.sbn.notification.isGroupSummary } in <lambda>() method
296 .sortedBy { posted -> -posted.entry.sbn.notification.`when` } in <lambda>() method
298 ?.let { posted -> in <lambda>() method
430 val posted = mPostedEntries.compute(entry.key) { _, value -> in <lambda>() constant
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java561 List<StatusBarNotification> posted = new ArrayList<>(); in testDropToZeroRemoveGroup() local
589 List<StatusBarNotification> posted = new ArrayList<>(); in testAppStartsGrouping() local
618 List<StatusBarNotification> posted = new ArrayList<>(); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled() local
DNotificationManagerServiceTest.java1783 StatusBarNotification[] posted = mBinderService.getActiveNotifications(PKG); in testEnqueueNotificationWithTag_nullAction_fixed() local
1804 StatusBarNotification[] posted = mBinderService.getActiveNotifications(PKG); in testEnqueueNotificationWithTag_allNullActions_fixed() local
4792 NotificationRecord posted = mService.findNotificationLocked( in testNoNotificationDuringSetupPermission() local
4817 NotificationRecord posted = mService.findNotificationLocked( in testNoFakeColorizedPermission() local
4843 NotificationRecord posted = mService.findNotificationLocked( in testMediaStyleRemote_hasPermission() local
4871 NotificationRecord posted = mService.findNotificationLocked( in testMediaStyleRemote_noPermission() local
4904 NotificationRecord posted = mService.findNotificationLocked( in testCustomMediaStyleRemote_noPermission() local
4933 NotificationRecord posted = mService.findNotificationLocked( in testSubstituteAppName_hasPermission() local
4959 NotificationRecord posted = mService.findNotificationLocked( in testSubstituteAppName_noPermission() local
/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