Home
last modified time | relevance | path

Searched refs:timestamp_utc (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_common.xdr125 rpc_uint64 timestamp_utc;
700 rpc_uint64 timestamp_utc;
Dloc_api_common_xdr.c163 if (!xdr_rpc_uint64 (xdrs, &objp->timestamp_utc)) in xdr_rpc_loc_parsed_position_s_type()
1212 if (!xdr_rpc_uint64 (xdrs, &objp->timestamp_utc)) in xdr_rpc_loc_assist_data_pos_s_type()
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_common.xdr125 rpc_uint64 timestamp_utc;
661 rpc_uint64 timestamp_utc;
Dloc_api_common_xdr.c163 if (!xdr_rpc_uint64 (xdrs, &objp->timestamp_utc)) in xdr_rpc_loc_parsed_position_s_type()
1143 if (!xdr_rpc_uint64 (xdrs, &objp->timestamp_utc)) in xdr_rpc_loc_assist_data_pos_s_type()
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
Dloc_api_common.h87 rpc_uint64 timestamp_utc; member
709 rpc_uint64 timestamp_utc; member
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
Dloc_api_common.h93 rpc_uint64 timestamp_utc; member
736 rpc_uint64 timestamp_utc; member
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
Dloc_api_common.xdr143 rpc_uint64 timestamp_utc;
764 rpc_uint64 timestamp_utc;
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
Dloc_api_rpcgen_common_rpc.h109 rpc_uint64 timestamp_utc; member
799 rpc_uint64 timestamp_utc; member
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
Dloc_api_rpcgen_common_xdr.c121 if (!xdr_rpc_uint64 (xdrs, &objp->timestamp_utc)) in xdr_rpc_loc_parsed_position_s_type()
1238 if (!xdr_rpc_uint64 (xdrs, &objp->timestamp_utc)) in xdr_rpc_loc_assist_data_pos_s_type()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
DLocApiRpc.cpp707 location.gpsLocation.timestamp = location_report_ptr->timestamp_utc; in reportPosition()