Searched refs:notification_t (Results 1 – 9 of 9) sorted by relevance
56 #define MIN_NQ_LEN (MIN_NQ_ELEM * sizeof(notification_t)) /**< Minimum notification length (in by…57 #define MAX_NQ_LEN (MAX_NQ_ELEM * sizeof(notification_t)) /**< Maximum notification length (in by…71 } notification_t; typedef103 notification_t notification[MIN_NQ_ELEM]; /**< Notification elements. */
51 notification_t *notification in putNotification()65 notification_t *NotificationQueue::getNotification( in getNotification()69 notification_t *ret = NULL; in getNotification()
65 notification_t *notification73 notification_t *getNotification(
44 std::queue<notification_t> notifications;57 void queueNotification(notification_t *notification);
65 void TrustletSession::queueNotification(notification_t *notification) in queueNotification()81 sizeof(notification_t)); in processQueuedNotifications()
103 Connection *MobiCoreDevice::getSessionConnection(uint32_t sessionId, notification_t *notification) in getSessionConnection()291 notifications = std::queue<notification_t>(); in openSession()638 notification_t notification in queueUnknownNotification()
102 …std::queue<notification_t> notifications; /**< Notifications queue for open session notification …125 Connection *getSessionConnection(uint32_t sessionId, notification_t *notification);162 void queueUnknownNotification(notification_t notification);
54 …NQ_BUFFER_SIZE (2 * (sizeof(notificationQueueHeader_t)+ NQ_NUM_ELEMS * sizeof(notification_t)))171 * sizeof(notification_t)); in initDevice()259 notification_t notification = { sessionId : in notify()577 notification_t *notification = nq->getNotification(); in handleIrq()610 sizeof(notification_t)); in handleIrq()
62 } notification_t; typedef566 notification_t notification; in mcWaitNotification()569 sizeof(notification_t), in mcWaitNotification()588 if (numRead != sizeof(notification_t)) { in mcWaitNotification()