Home
last modified time | relevance | path

Searched refs:notifications (Results 1 – 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
DTrustletSession.cpp67 notifications.push(*notification); in queueNotification()
77 while (!notifications.empty()) { in processQueuedNotifications()
80 notificationConnection->writeData((void *)&notifications.front(), in processQueuedNotifications()
82 notifications.pop(); in processQueuedNotifications()
DMobiCoreDevice.cpp291 notifications = std::queue<notification_t>(); in openSession()
320 notifications.size()); in openSession()
336 while (!notifications.empty()) { in openSession()
337 trustletSession->queueNotification(&notifications.front()); in openSession()
338 notifications.pop(); in openSession()
641 notifications.push(notification); in queueUnknownNotification()
DTrustletSession.h44 std::queue<notification_t> notifications;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
DMobiCoreDevice.h102 …std::queue<notification_t> notifications; /**< Notifications queue for open session notification … variable