/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 58 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 ¬ification) 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 …]
|
D | loc_eng_agps.h | 246 void notifySubscribers(Notification& notification) const; 287 virtual bool notifyRsrcStatus(Notification ¬ification) = 0; 296 bool forMe(Notification ¬ification); 314 virtual bool notifyRsrcStatus(Notification ¬ification); 338 virtual bool notifyRsrcStatus(Notification ¬ification); 371 virtual bool notifyRsrcStatus(Notification ¬ification); 410 virtual bool notifyRsrcStatus(Notification ¬ification);
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_agps.cpp | 58 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 ¬ification) 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 …]
|
D | loc_eng_agps.h | 246 void notifySubscribers(Notification& notification) const; 288 virtual bool notifyRsrcStatus(Notification ¬ification) = 0; 297 bool forMe(Notification ¬ification); 315 virtual bool notifyRsrcStatus(Notification ¬ification); 342 virtual bool notifyRsrcStatus(Notification ¬ification); 379 virtual bool notifyRsrcStatus(Notification ¬ification); 423 virtual bool notifyRsrcStatus(Notification ¬ification);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/ |
D | NotificationQueue.cpp | 51 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()
|
D | TrustletSession.cpp | 65 void TrustletSession::queueNotification(notification_t *notification) in queueNotification() argument 67 notifications.push(*notification); in queueNotification()
|
D | NotificationQueue.h | 65 notification_t *notification
|
D | TrustletSession.h | 57 void queueNotification(notification_t *notification);
|
D | MobiCoreDevice.cpp | 103 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/ |
D | TrustZoneDevice.cpp | 259 notification_t notification = { in notify() local 264 nq->putNotification(¬ification); 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/ |
D | MobiCoreDevice.h | 125 Connection *getSessionConnection(uint32_t sessionId, notification_t *notification); 162 void queueUnknownNotification(notification_t notification);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/ |
D | ClientLib.cpp | 566 notification_t notification; in mcWaitNotification() local 568 ¬ification, 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/ |
D | mcinq.h | 103 notification_t notification[MIN_NQ_ELEM]; /**< Notification elements. */ member
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
D | LCML_DspCodec.c | 413 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/ |
D | gps.h | 903 typedef void (*gps_ni_notify_callback)(GpsNiNotification *notification);
|