Home
last modified time | relevance | path

Searched refs:requestorEncoding (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/gps/msm8998/android/location_api/
DGnssAPIClient.cpp335 if (gnssNiNotification.requestorEncoding == GNSS_NI_ENCODING_TYPE_NONE) in onGnssNiCb()
338 else if (gnssNiNotification.requestorEncoding == GNSS_NI_ENCODING_TYPE_GSM_DEFAULT) in onGnssNiCb()
341 else if (gnssNiNotification.requestorEncoding == GNSS_NI_ENCODING_TYPE_UTF8) in onGnssNiCb()
344 else if (gnssNiNotification.requestorEncoding == GNSS_NI_ENCODING_TYPE_UCS2) in onGnssNiCb()
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DGnssAPIClient.cpp391 if (gnssNiNotification.requestorEncoding == GNSS_NI_ENCODING_TYPE_NONE) in onGnssNiCb()
394 else if (gnssNiNotification.requestorEncoding == GNSS_NI_ENCODING_TYPE_GSM_DEFAULT) in onGnssNiCb()
397 else if (gnssNiNotification.requestorEncoding == GNSS_NI_ENCODING_TYPE_UTF8) in onGnssNiCb()
400 else if (gnssNiNotification.requestorEncoding == GNSS_NI_ENCODING_TYPE_UCS2) in onGnssNiCb()
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h492 GnssNiEncodingType requestorEncoding; // the encoding type for requestor member
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPI.h523 GnssNiEncodingType requestorEncoding; // the encoding type for requestor member
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp2079 notify.requestor, notify.requestorEncoding, in requestNiNotifyEvent()
/hardware/qcom/gps/msm8909w_3100/gnss/
DGnssAdapter.cpp2175 notify.requestor, notify.requestorEncoding, in requestNiNotifyEvent()