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

/hardware/qcom/gps/loc_api/libloc_api/
H A Dloc_eng_ni.cpp308 notif.text_encoding = 0; // No text and no encoding
342 notif.text_encoding = convert_encoding_type(umts_cp_req->datacoding_scheme);
393 notif.text_encoding = convert_encoding_type(supl_req->datacoding_scheme);
396 notif.text_encoding = notif.requestor_id_encoding = GPS_ENC_UNKNOWN;
412 LOGI(" text: %s text (encoding: %d)", notif.text, notif.text_encoding);
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpcAdapter.cpp1031 notif.text_encoding = 0; // No text and no encoding
1058 notif.text_encoding = convertNiEncodingType(umts_cp_req->datacoding_scheme);
1059 notif.requestor_id_encoding = notif.text_encoding;
1139 notif.text_encoding = convertNiEncodingType(supl_req->datacoding_scheme);
1140 notif.requestor_id_encoding = notif.text_encoding;
1143 notif.text_encoding = notif.requestor_id_encoding = GPS_ENC_UNKNOWN;
/hardware/libhardware/include/hardware/
H A Dgps.h572 GpsNiEncodingType text_encoding; member in struct:__anon232
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp110 LOC_LOGI(" text: %s text (encoding: %d)", notif->text, notif->text_encoding);
H A Dloc_eng_msg.h356 loc_get_ni_encoding_name(notify.text_encoding),
/hardware/qcom/gps/loc_api/loc_api_v02/
H A DLocApiV02Adapter.cpp1763 notif.text_encoding = GPS_ENC_NONE ;
1802 notif.text_encoding = convertNiEncoding(umts_cp_req->dataCodingScheme);
1871 notif.text_encoding = convertNiEncoding(supl_req->dataCodingScheme);
1877 notif.text_encoding = notif.requestor_id_encoding = GPS_ENC_UNKNOWN;

Completed in 106 milliseconds