Home
last modified time | relevance | path

Searched refs:notificationType (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8998/gnss/
DAgps.cpp316 AgpsNotificationType notificationType){ in notifyAllSubscribers() argument
320 this, event, deleteSubscriberPostNotify, notificationType); in notifyAllSubscribers()
327 if (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ALL_SUBSCRIBERS || in notifyAllSubscribers()
328 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_INACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
330 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
DAgps.h281 AgpsNotificationType notificationType);
/hardware/qcom/gps/msm8909w_3100/gnss/
DAgps.cpp324 AgpsNotificationType notificationType){ in notifyAllSubscribers() argument
328 this, event, deleteSubscriberPostNotify, notificationType); in notifyAllSubscribers()
335 if(notificationType == AGPS_NOTIFICATION_TYPE_FOR_ALL_SUBSCRIBERS || in notifyAllSubscribers()
336 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_INACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
338 (notificationType == AGPS_NOTIFICATION_TYPE_FOR_ACTIVE_SUBSCRIBERS && in notifyAllSubscribers()
DAgps.h281 AgpsNotificationType notificationType);