Home
last modified time | relevance | path

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

/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp1214 notif.text_encoding = 0; // No text and no encoding in NIEvent()
1241 notif.text_encoding = convertNiEncodingType(umts_cp_req->datacoding_scheme); in NIEvent()
1242 notif.requestor_id_encoding = notif.text_encoding; in NIEvent()
1322 notif.text_encoding = convertNiEncodingType(supl_req->datacoding_scheme); in NIEvent()
1323 notif.requestor_id_encoding = notif.text_encoding; in NIEvent()
1326 notif.text_encoding = notif.requestor_id_encoding = GPS_ENC_UNKNOWN; in NIEvent()
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp150 LOC_LOGI(" text: %s text (encoding: %d)", notif->text, notif->text_encoding); in loc_eng_ni_request_handler()
Dloc_eng.cpp232 loc_get_ni_encoding_name(mNotify.text_encoding), in locallog()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_ni.cpp167 LOC_LOGI(" text: %s text (encoding: %d)", notif->text, notif->text_encoding); in loc_eng_ni_request_handler()
Dloc_eng.cpp244 loc_get_ni_encoding_name(mNotify.text_encoding), in locallog()
/hardware/libhardware/include/hardware/
Dgps.h909 GpsNiEncodingType text_encoding; member