Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp58 Notification* notification = (Notification*)fromCaller; in hasSubscriber() local
61 return s1->forMe(*notification); in hasSubscriber()
71 Notification* notification = (Notification*)fromCaller; in notifySubscriber() local
76 return s1->notifyRsrcStatus(*notification) && in notifySubscriber()
80 notification->postNotifyDelete; in notifySubscriber()
94 bool Subscriber::forMe(Notification &notification) in forMe() argument
96 if (NULL != notification.rcver) { in forMe()
97 return equals(notification.rcver); in forMe()
99 return Notification::BROADCAST_ALL == notification.groupID || in forMe()
100 (Notification::BROADCAST_ACTIVE == notification.groupID && in forMe()
[all …]
Dloc_eng_agps.h246 void notifySubscribers(Notification& notification) const;
287 virtual bool notifyRsrcStatus(Notification &notification) = 0;
296 bool forMe(Notification &notification);
314 virtual bool notifyRsrcStatus(Notification &notification);
338 virtual bool notifyRsrcStatus(Notification &notification);
371 virtual bool notifyRsrcStatus(Notification &notification);
410 virtual bool notifyRsrcStatus(Notification &notification);
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_agps.cpp58 Notification* notification = (Notification*)fromCaller; in hasSubscriber() local
61 return s1->forMe(*notification); in hasSubscriber()
71 Notification* notification = (Notification*)fromCaller; in notifySubscriber() local
76 return s1->notifyRsrcStatus(*notification) && in notifySubscriber()
80 notification->postNotifyDelete; in notifySubscriber()
94 bool Subscriber::forMe(Notification &notification) in forMe() argument
96 if (NULL != notification.rcver) { in forMe()
97 return equals(notification.rcver); in forMe()
99 return Notification::BROADCAST_ALL == notification.groupID || in forMe()
100 (Notification::BROADCAST_ACTIVE == notification.groupID && in forMe()
[all …]
Dloc_eng_agps.h246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0;
297 bool forMe(Notification &notification);
315 virtual bool notifyRsrcStatus(Notification &notification);
342 virtual bool notifyRsrcStatus(Notification &notification);
379 virtual bool notifyRsrcStatus(Notification &notification);
423 virtual bool notifyRsrcStatus(Notification &notification);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
DNotificationQueue.cpp51 notification_t *notification in putNotification() argument
56 out->notification[out->hdr.writeCnt & (out->hdr.queueSize - 1)] in putNotification()
57 = *notification; in putNotification()
72 ret = &(in->notification[in->hdr.readCnt & (in->hdr.queueSize - 1)]); in getNotification()
DTrustletSession.cpp65 void TrustletSession::queueNotification(notification_t *notification) in queueNotification() argument
67 notifications.push(*notification); in queueNotification()
DNotificationQueue.h65 notification_t *notification
DTrustletSession.h57 void queueNotification(notification_t *notification);
DMobiCoreDevice.cpp103 Connection *MobiCoreDevice::getSessionConnection(uint32_t sessionId, notification_t *notification) in getSessionConnection() argument
115 ts->queueNotification(notification); in getSessionConnection()
638 notification_t notification in queueUnknownNotification() argument
641 notifications.push(notification); in queueUnknownNotification()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
DTrustZoneDevice.cpp259 notification_t notification = { in notify() local
264 nq->putNotification(&notification); in notify()
578 notification_t *notification = nq->getNotification(); in handleIrq() local
579 if (NULL == notification) { in handleIrq()
584 if (notification->sessionId == SID_MCP) { in handleIrq()
586 notification->payload); in handleIrq()
593 notification->sessionId, notification->payload); in handleIrq()
596 … Connection *connection = getSessionConnection(notification->sessionId, notification); in handleIrq()
605 queueUnknownNotification(*notification); in handleIrq()
610 connection->writeData((void *)notification, in handleIrq()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
DMobiCoreDevice.h125 Connection *getSessionConnection(uint32_t sessionId, notification_t *notification);
162 void queueUnknownNotification(notification_t notification);
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
DClientLib.cpp566 notification_t notification; in mcWaitNotification() local
568 &notification, in mcWaitNotification()
604 count, notification.sessionId, notification.payload); in mcWaitNotification()
606 if (notification.payload != 0) { in mcWaitNotification()
608 nqSession->setErrorInfo(notification.payload); in mcWaitNotification()
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
Dmcinq.h103 notification_t notification[MIN_NQ_ELEM]; /**< Notification elements. */ member
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DLCML_DspCodec.c413 struct DSP_NOTIFICATION* notification; in InitMMCodecEx() local
416 LCML_MALLOC(notification,sizeof(struct DSP_NOTIFICATION),struct DSP_NOTIFICATION) in InitMMCodecEx()
417 if(notification == NULL) in InitMMCodecEx()
422 memset(notification, 0, sizeof(struct DSP_NOTIFICATION)); in InitMMCodecEx()
424 …Node_RegisterNotify(phandle->dspCodec->hNode, DSP_NODEMESSAGEREADY, DSP_SIGNALEVENT, notification); in InitMMCodecEx()
426 phandle->g_aNotificationObjects[0] = notification; in InitMMCodecEx()
722 struct DSP_NOTIFICATION* notification; in InitMMCodec() local
725 LCML_MALLOC(notification,sizeof(struct DSP_NOTIFICATION),struct DSP_NOTIFICATION); in InitMMCodec()
726 if(notification == NULL) in InitMMCodec()
731 memset(notification,0,sizeof(struct DSP_NOTIFICATION)); in InitMMCodec()
[all …]
/hardware/libhardware/include/hardware/
Dgps.h903 typedef void (*gps_ni_notify_callback)(GpsNiNotification *notification);