Home
last modified time | relevance | path

Searched defs:GnssInterface (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/qcom/sm7250/gps/location/
H A Dlocation_interface.h52 struct GnssInterface { struct
53 size_t size;
54 void (*initialize)(void);
55 void (*deinitialize)(void);
65 void (*disable)(uint32_t id);
70 void (*gnssResetSvTypeConfig)();
88 void (*nfwInit)(const NfwCbInfo& cbInfo);
100 void (*measCorrClose)();
102 void (*antennaInfoClose) ();
108 void (*disablePPENtripStream)();
[all …]
/aosp12/hardware/qcom/sm8150/gps/location/
H A Dlocation_interface.h52 struct GnssInterface { struct
53 size_t size;
54 void (*initialize)(void);
55 void (*deinitialize)(void);
65 void (*disable)(uint32_t id);
70 void (*gnssResetSvTypeConfig)();
88 void (*nfwInit)(const NfwCbInfo& cbInfo);
100 void (*measCorrClose)();
102 void (*antennaInfoClose) ();
108 void (*disablePPENtripStream)();
[all …]
/aosp12/hardware/qcom/sm7150/gps/location/
H A Dlocation_interface.h51 struct GnssInterface { struct
52 size_t size;
53 void (*initialize)(void);
54 void (*deinitialize)(void);
64 void (*disable)(uint32_t id);
69 void (*gnssResetSvTypeConfig)();
74 void (*agpsInit)(const AgpsCbInfo& cbInfo);
86 void (*enableNfwLocationAccess)(bool enable);
87 void (*nfwInit)(const NfwCbInfo& cbInfo);
90 void (*updateBatteryStatus)(bool charging);
[all …]
/aosp12/hardware/qcom/sm8150p/gps/location/
H A Dlocation_interface.h51 struct GnssInterface { struct
52 size_t size;
53 void (*initialize)(void);
54 void (*deinitialize)(void);
64 void (*disable)(uint32_t id);
69 void (*gnssResetSvTypeConfig)();
74 void (*agpsInit)(const AgpsCbInfo& cbInfo);
82 void (*odcpiInject)(const Location& location);
86 void (*enableNfwLocationAccess)(bool enable);
87 void (*nfwInit)(const NfwCbInfo& cbInfo);
[all …]
/aosp12/hardware/qcom/sdm845/gps/sdm845/location/
H A Dlocation_interface.h35 struct GnssInterface { struct
36 size_t size;
37 void (*initialize)(void);
38 void (*deinitialize)(void);
40 void (*removeClient)(LocationAPI* client);
41 void (*requestCapabilities)(LocationAPI* client);
48 void (*disable)(uint32_t id);
53 void (*gnssResetSvTypeConfig)();
58 void (*agpsInit)(const AgpsCbInfo& cbInfo);
62 void (*getDebugReport)(GnssDebugReport& report);
[all …]
/aosp12/hardware/qcom/gps/msm8909w_3100/location/
H A Dlocation_interface.h35 struct GnssInterface { struct
36 size_t size;
37 void (*initialize)(void);
38 void (*deinitialize)(void);
40 void (*removeClient)(LocationAPI* client);
41 void (*requestCapabilities)(LocationAPI* client);
48 void (*disable)(uint32_t id);
53 void (*agpsInit)(const AgpsCbInfo& cbInfo);
55 void (*agpsDataConnClosed)(short agpsType);
56 void (*agpsDataConnFailed)(short agpsType);
[all …]
/aosp12/hardware/qcom/gps/msm8998/location/
H A Dlocation_interface.h34 struct GnssInterface { struct
35 size_t size;
36 void (*initialize)(void);
37 void (*deinitialize)(void);
39 void (*removeClient)(LocationAPI* client);
40 void (*requestCapabilities)(LocationAPI* client);
47 void (*disable)(uint32_t id);
52 void (*agpsInit)(void* statusV4Cb);
54 void (*agpsDataConnClosed)(short agpsType);
55 void (*agpsDataConnFailed)(short agpsType);
[all …]
/aosp12/hardware/qcom/sdm845/gps/msm8998/location/
H A Dlocation_interface.h34 struct GnssInterface { struct
35 size_t size;
36 void (*initialize)(void);
37 void (*deinitialize)(void);
39 void (*removeClient)(LocationAPI* client);
40 void (*requestCapabilities)(LocationAPI* client);
47 void (*disable)(uint32_t id);
52 void (*agpsInit)(void* statusV4Cb);
54 void (*agpsDataConnClosed)(short agpsType);
55 void (*agpsDataConnFailed)(short agpsType);
[all …]