Searched refs:notification (Results 1 - 20 of 20) sorted by relevance

/hardware/interfaces/gnss/1.0/default/
H A DGnssNi.cpp51 void GnssNi::niNotifyCb(GpsNiNotification* notification) { argument
57 if (notification == nullptr) {
63 .notificationId = notification->notification_id,
64 .niType = static_cast<IGnssNiCallback::GnssNiType>(notification->ni_type),
65 .notifyFlags = notification->notify_flags,
66 .timeoutSec = static_cast<uint32_t>(notification->timeout),
68 static_cast<IGnssNiCallback::GnssUserResponseType>(notification->default_response),
69 .requestorId = notification->requestor_id,
70 .notificationMessage = notification->text,
72 static_cast<IGnssNiCallback::GnssNiEncodingType>(notification
[all...]
H A DGnssNi.h61 static void niNotifyCb(GpsNiNotification* notification);
/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...]
H A Dloc_eng_agps.h85 // should the subscriber be deleted after the notification
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0;
295 // checks if this notification is for me, i.e.
297 bool forMe(Notification &notification);
315 virtual bool notifyRsrcStatus(Notification &notification);
342 virtual bool notifyRsrcStatus(Notification &notification);
378 virtual bool notifyRsrcStatus(Notification &notification);
422 virtual bool notifyRsrcStatus(Notification &notification);
/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...]
H A Dloc_eng_agps.h85 // should the subscriber be deleted after the notification
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0;
295 // checks if this notification is for me, i.e.
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/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...]
H A Dloc_eng_agps.h85 // should the subscriber be deleted after the notification
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0;
295 // checks if this notification is for me, i.e.
297 bool forMe(Notification &notification);
315 virtual bool notifyRsrcStatus(Notification &notification);
342 virtual bool notifyRsrcStatus(Notification &notification);
378 virtual bool notifyRsrcStatus(Notification &notification);
422 virtual bool notifyRsrcStatus(Notification &notification);
/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...]
H A Dloc_eng_agps.h85 // should the subscriber be deleted after the notification
246 void notifySubscribers(Notification& notification) const;
287 virtual bool notifyRsrcStatus(Notification &notification) = 0;
294 // checks if this notification is for me, i.e.
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/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...]
H A Dloc_eng_agps.h85 // should the subscriber be deleted after the notification
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0;
295 // checks if this notification is for me, i.e.
297 bool forMe(Notification &notification);
315 virtual bool notifyRsrcStatus(Notification &notification);
342 virtual bool notifyRsrcStatus(Notification &notification);
378 virtual bool notifyRsrcStatus(Notification &notification);
422 virtual bool notifyRsrcStatus(Notification &notification);
/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...]
H A Dloc_eng_agps.h85 // should the subscriber be deleted after the notification
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0;
295 // checks if this notification is for me, i.e.
297 bool forMe(Notification &notification);
315 virtual bool notifyRsrcStatus(Notification &notification);
342 virtual bool notifyRsrcStatus(Notification &notification);
378 virtual bool notifyRsrcStatus(Notification &notification);
422 virtual bool notifyRsrcStatus(Notification &notification);
/hardware/interfaces/gnss/1.0/
H A DIGnssNiCallback.hal37 /** NI requires notification */
41 /** NI requires privacy override, no notification/minimal trace */
125 * @param notification network initiated request.
127 niNotifyCb(GnssNiNotification notification);
/hardware/libhardware/include/hardware/
H A Dgps.h905 * Callback with NI notification. Can only be called from a thread created by
908 typedef void (*gps_ni_notify_callback)(GpsNiNotification *notification);
914 * Sends the notification request from HAL to GPSLocationProvider.
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dgps_extended_c.h224 typedef void (*loc_ni_notify_callback)(LocGpsNiNotification *notification, bool esEnalbed);
229 * Sends the notification request from HAL to GPSLocationProvider.
535 LOC_API_ADAPTER_REQUEST_NI_NOTIFY_VERIFY, // NI notification/verification request
H A Dloc_gps.h184 /** NI requires notification */
188 /** NI requires privacy override, no notification/minimal trace */
1095 * Callback with NI notification. Can only be called from a thread created by
1098 typedef void (*loc_gps_ni_notify_callback)(LocGpsNiNotification *notification);
1104 * Sends the notification request from HAL to GPSLocationProvider.
/hardware/qcom/gps/msm8998/utils/
H A Dgps_extended_c.h204 typedef void (*loc_ni_notify_callback)(LocGpsNiNotification *notification, bool esEnalbed);
209 * Sends the notification request from HAL to GPSLocationProvider.
463 LOC_API_ADAPTER_REQUEST_NI_NOTIFY_VERIFY, // NI notification/verification request
H A Dloc_gps.h182 /** NI requires notification */
186 /** NI requires privacy override, no notification/minimal trace */
1091 * Callback with NI notification. Can only be called from a thread created by
1094 typedef void (*loc_gps_ni_notify_callback)(LocGpsNiNotification *notification);
1100 * Sends the notification request from HAL to GPSLocationProvider.

Completed in 2233 milliseconds