Searched defs:notification (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp58 Notification* notification = (Notification*)fromCaller; local
61 return s1->forMe(*notification);
71 Notification* notification = (Notification*)fromCaller; local
75 // each subscriber decides if this notification is interesting.
76 return s1->notifyRsrcStatus(*notification) &&
80 notification->postNotifyDelete;
94 bool Subscriber::forMe(Notification &notification) argument
96 if (NULL != notification.rcver) {
97 return equals(notification.rcver);
99 return Notification::BROADCAST_ALL == notification
115 notifyRsrcStatus(Notification &notification) argument
146 notifyRsrcStatus(Notification &notification) argument
185 notifyRsrcStatus(Notification &notification) argument
216 notifyRsrcStatus(Notification &notification) argument
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp58 Notification* notification = (Notification*)fromCaller; local
61 return s1->forMe(*notification);
71 Notification* notification = (Notification*)fromCaller; local
75 // each subscriber decides if this notification is interesting.
76 return s1->notifyRsrcStatus(*notification) &&
80 notification->postNotifyDelete;
94 bool Subscriber::forMe(Notification &notification) argument
96 if (NULL != notification.rcver) {
97 return equals(notification.rcver);
99 return Notification::BROADCAST_ALL == notification
115 notifyRsrcStatus(Notification &notification) argument
146 notifyRsrcStatus(Notification &notification) argument
185 notifyRsrcStatus(Notification &notification) argument
216 notifyRsrcStatus(Notification &notification) argument
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp58 Notification* notification = (Notification*)fromCaller; local
61 return s1->forMe(*notification);
71 Notification* notification = (Notification*)fromCaller; local
75 // each subscriber decides if this notification is interesting.
76 return s1->notifyRsrcStatus(*notification) &&
80 notification->postNotifyDelete;
94 bool Subscriber::forMe(Notification &notification) argument
96 if (NULL != notification.rcver) {
97 return equals(notification.rcver);
99 return Notification::BROADCAST_ALL == notification
115 notifyRsrcStatus(Notification &notification) argument
146 notifyRsrcStatus(Notification &notification) argument
185 notifyRsrcStatus(Notification &notification) argument
216 notifyRsrcStatus(Notification &notification) argument
[all...]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp58 Notification* notification = (Notification*)fromCaller; local
61 return s1->forMe(*notification);
71 Notification* notification = (Notification*)fromCaller; local
75 // each subscriber decides if this notification is interesting.
76 return s1->notifyRsrcStatus(*notification) &&
80 notification->postNotifyDelete;
94 bool Subscriber::forMe(Notification &notification) argument
96 if (NULL != notification.rcver) {
97 return equals(notification.rcver);
99 return Notification::BROADCAST_ALL == notification
115 notifyRsrcStatus(Notification &notification) argument
146 notifyRsrcStatus(Notification &notification) argument
185 notifyRsrcStatus(Notification &notification) argument
216 notifyRsrcStatus(Notification &notification) argument
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp58 Notification* notification = (Notification*)fromCaller; local
61 return s1->forMe(*notification);
71 Notification* notification = (Notification*)fromCaller; local
75 // each subscriber decides if this notification is interesting.
76 return s1->notifyRsrcStatus(*notification) &&
80 notification->postNotifyDelete;
94 bool Subscriber::forMe(Notification &notification) argument
96 if (NULL != notification.rcver) {
97 return equals(notification.rcver);
99 return Notification::BROADCAST_ALL == notification
115 notifyRsrcStatus(Notification &notification) argument
146 notifyRsrcStatus(Notification &notification) argument
185 notifyRsrcStatus(Notification &notification) argument
216 notifyRsrcStatus(Notification &notification) argument
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp58 Notification* notification = (Notification*)fromCaller; local
61 return s1->forMe(*notification);
71 Notification* notification = (Notification*)fromCaller; local
75 // each subscriber decides if this notification is interesting.
76 return s1->notifyRsrcStatus(*notification) &&
80 notification->postNotifyDelete;
94 bool Subscriber::forMe(Notification &notification) argument
96 if (NULL != notification.rcver) {
97 return equals(notification.rcver);
99 return Notification::BROADCAST_ALL == notification
115 notifyRsrcStatus(Notification &notification) argument
146 notifyRsrcStatus(Notification &notification) argument
185 notifyRsrcStatus(Notification &notification) argument
216 notifyRsrcStatus(Notification &notification) argument
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
H A DLCML_DspCodec.c188 * The memory is allocated and the dsp node is created. Add notification object
413 struct DSP_NOTIFICATION* notification; local
416 LCML_MALLOC(notification,sizeof(struct DSP_NOTIFICATION),struct DSP_NOTIFICATION)
417 if(notification == NULL)
422 memset(notification, 0, sizeof(struct DSP_NOTIFICATION));
424 status = DSPNode_RegisterNotify(phandle->dspCodec->hNode, DSP_NODEMESSAGEREADY, DSP_SIGNALEVENT, notification);
426 phandle->g_aNotificationObjects[0] = notification;
512 * The memory is allocated and the dsp node is created. Add notification object
722 struct DSP_NOTIFICATION* notification; local
725 LCML_MALLOC(notification,sizeo
[all...]

Completed in 103 milliseconds