Home
last modified time | relevance | path

Searched refs:notify_flags (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1350 notif.notify_flags = 0; in NIEventFillVerfiyType()
1354 notif.notify_flags = GPS_NI_NEED_NOTIFY; in NIEventFillVerfiyType()
1358 notif.notify_flags = GPS_NI_NEED_NOTIFY | GPS_NI_NEED_VERIFY; in NIEventFillVerfiyType()
1362 notif.notify_flags = GPS_NI_NEED_NOTIFY | GPS_NI_NEED_VERIFY; in NIEventFillVerfiyType()
1366 notif.notify_flags = GPS_NI_PRIVACY_OVERRIDE; in NIEventFillVerfiyType()
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1350 notif.notify_flags = 0; in NIEventFillVerfiyType()
1354 notif.notify_flags = GPS_NI_NEED_NOTIFY; in NIEventFillVerfiyType()
1358 notif.notify_flags = GPS_NI_NEED_NOTIFY | GPS_NI_NEED_VERIFY; in NIEventFillVerfiyType()
1362 notif.notify_flags = GPS_NI_NEED_NOTIFY | GPS_NI_NEED_VERIFY; in NIEventFillVerfiyType()
1366 notif.notify_flags = GPS_NI_PRIVACY_OVERRIDE; in NIEventFillVerfiyType()
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1350 notif.notify_flags = 0; in NIEventFillVerfiyType()
1354 notif.notify_flags = GPS_NI_NEED_NOTIFY; in NIEventFillVerfiyType()
1358 notif.notify_flags = GPS_NI_NEED_NOTIFY | GPS_NI_NEED_VERIFY; in NIEventFillVerfiyType()
1362 notif.notify_flags = GPS_NI_NEED_NOTIFY | GPS_NI_NEED_VERIFY; in NIEventFillVerfiyType()
1366 notif.notify_flags = GPS_NI_PRIVACY_OVERRIDE; in NIEventFillVerfiyType()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp142 if (notif->notify_flags == GPS_NI_PRIVACY_OVERRIDE) in loc_eng_ni_request_handler()
Dloc_eng.cpp228 mNotify.notify_flags, in locallog()
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp159 if (notif->notify_flags == GPS_NI_PRIVACY_OVERRIDE) in loc_eng_ni_request_handler()
Dloc_eng.cpp245 mNotify.notify_flags, in locallog()
/hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp159 if (notif->notify_flags == GPS_NI_PRIVACY_OVERRIDE) in loc_eng_ni_request_handler()
Dloc_eng.cpp245 mNotify.notify_flags, in locallog()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp159 if (notif->notify_flags == GPS_NI_PRIVACY_OVERRIDE) in loc_eng_ni_request_handler()
Dloc_eng.cpp248 mNotify.notify_flags, in locallog()
/hardware/libhardware/include/hardware/
Dgps.h897 GpsNiNotifyFlags notify_flags; member