Home
last modified time | relevance | path

Searched refs:extras (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp151 if (notif->extras[0]) in loc_eng_ni_request_handler()
153 LOC_LOGI(" extras: %s", notif->extras); in loc_eng_ni_request_handler()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp168 if (notif->extras[0]) in loc_eng_ni_request_handler()
170 LOC_LOGI(" extras: %s", notif->extras); in loc_eng_ni_request_handler()
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp168 if (notif->extras[0]) in loc_eng_ni_request_handler()
170 LOC_LOGI(" extras: %s", notif->extras); in loc_eng_ni_request_handler()
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp168 if (notif->extras[0]) in loc_eng_ni_request_handler()
170 LOC_LOGI(" extras: %s", notif->extras); in loc_eng_ni_request_handler()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp168 if (notif->extras[0]) in loc_eng_ni_request_handler()
170 LOC_LOGI(" extras: %s", notif->extras); in loc_eng_ni_request_handler()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp168 if (notif->extras[0]) in loc_eng_ni_request_handler()
170 LOC_LOGI(" extras: %s", notif->extras); in loc_eng_ni_request_handler()
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1253 strlcat(notif.extras, LOC_NI_NOTIF_KEY_ADDRESS, sizeof notif.extras); in NIEvent()
1254 strlcat(notif.extras, " = ", sizeof notif.extras); in NIEvent()
1271 strlcat(notif.extras, lcs_addr, sizeof notif.extras); in NIEvent()
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1249 strlcat(notif.extras, LOC_NI_NOTIF_KEY_ADDRESS, sizeof notif.extras); in NIEvent()
1250 strlcat(notif.extras, " = ", sizeof notif.extras); in NIEvent()
1267 strlcat(notif.extras, lcs_addr, sizeof notif.extras); in NIEvent()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1249 strlcat(notif.extras, LOC_NI_NOTIF_KEY_ADDRESS, sizeof notif.extras); in NIEvent()
1250 strlcat(notif.extras, " = ", sizeof notif.extras); in NIEvent()
1267 strlcat(notif.extras, lcs_addr, sizeof notif.extras); in NIEvent()
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1253 strlcat(notif.extras, LOC_NI_NOTIF_KEY_ADDRESS, sizeof notif.extras); in NIEvent()
1254 strlcat(notif.extras, " = ", sizeof notif.extras); in NIEvent()
1271 strlcat(notif.extras, lcs_addr, sizeof notif.extras); in NIEvent()
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1249 strlcat(notif.extras, LOC_NI_NOTIF_KEY_ADDRESS, sizeof notif.extras); in NIEvent()
1250 strlcat(notif.extras, " = ", sizeof notif.extras); in NIEvent()
1267 strlcat(notif.extras, lcs_addr, sizeof notif.extras); in NIEvent()
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h464 char extras[GNSS_NI_MESSAGE_ID_MAX]; member
/hardware/libhardware/include/hardware/
Dgps.h900 char extras[GPS_NI_LONG_STRING_MAXLEN]; member
/hardware/qcom/gps/msm8998/core/
Dloc_gps.h1086 char extras[LOC_GPS_NI_LONG_STRING_MAXLEN]; member
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp2007 notify.message, notify.messageEncoding, notify.extras); in requestNiNotifyEvent()