Home
last modified time | relevance | path

Searched refs:LocationSessionKey (Results 1 – 25 of 28) sorted by relevance

12

/hardware/qcom/sdm845/gps/sdm845/core/
DLocAdapterBase.h40 typedef struct LocationSessionKey { struct
43 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() argument
45 } LocationSessionKey; typedef
46 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) {
49 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) {
52 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) {
55 typedef std::map<LocationSessionKey, LocationOptions> LocationSessionMap;
56 typedef std::map<LocationSessionKey, TrackingOptions> TrackingOptionsMap;
/hardware/qcom/sdm845/gps/msm8998/core/
DLocAdapterBase.h38 typedef struct LocationSessionKey { struct
41 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() argument
43 } LocationSessionKey; typedef
44 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) {
47 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) {
50 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) {
53 typedef std::map<LocationSessionKey, LocationOptions> LocationSessionMap;
/hardware/qcom/gps/msm8909w_3100/core/
DLocAdapterBase.h38 typedef struct LocationSessionKey { struct
41 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() argument
43 } LocationSessionKey; typedef
44 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) {
47 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) {
50 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) {
53 typedef std::map<LocationSessionKey, LocationOptions> LocationSessionMap;
/hardware/qcom/gps/msm8998/core/
DLocAdapterBase.h38 typedef struct LocationSessionKey { struct
41 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() argument
43 } LocationSessionKey; typedef
44 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) {
47 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) {
50 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) {
53 typedef std::map<LocationSessionKey, LocationOptions> LocationSessionMap;
/hardware/qcom/sm8150p/gps/core/
DLocAdapterBase.h39 typedef struct LocationSessionKey { struct
42 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() argument
44 } LocationSessionKey; typedef
45 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) {
48 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) {
51 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) {
/hardware/qcom/sm7250/gps/core/
DLocAdapterBase.h39 typedef struct LocationSessionKey { struct
42 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() argument
44 } LocationSessionKey; typedef
45 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) {
48 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) {
51 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) {
/hardware/qcom/sm8150/gps/core/
DLocAdapterBase.h39 typedef struct LocationSessionKey { struct
42 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() function
44 } LocationSessionKey; typedef
45 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) {
48 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) {
51 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) {
/hardware/qcom/sm7150/gps/core/
DLocAdapterBase.h39 typedef struct LocationSessionKey { struct
42 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() function
44 } LocationSessionKey; typedef
45 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) {
48 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) {
51 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) {
/hardware/qcom/sm8150p/gps/batching/
DBatchingAdapter.h50 typedef std::map<LocationSessionKey, BatchingOptions> BatchingSessionMap;
DBatchingAdapter.cpp258 LocationSessionKey key(client, sessionId); in isBatchingSession()
271 LocationSessionKey key(client, sessionId); in saveBatchingSession()
278 LocationSessionKey key(client, sessionId); in eraseBatchingSession()
501 LocationSessionKey key(client, sessionId); in stopBatching()
/hardware/qcom/sm7150/gps/batching/
DBatchingAdapter.h50 typedef std::map<LocationSessionKey, BatchingOptions> BatchingSessionMap;
DBatchingAdapter.cpp258 LocationSessionKey key(client, sessionId); in isBatchingSession()
271 LocationSessionKey key(client, sessionId); in saveBatchingSession()
278 LocationSessionKey key(client, sessionId); in eraseBatchingSession()
501 LocationSessionKey key(client, sessionId); in stopBatching()
/hardware/qcom/sm8150/gps/batching/
DBatchingAdapter.h50 typedef std::map<LocationSessionKey, BatchingOptions> BatchingSessionMap;
DBatchingAdapter.cpp259 LocationSessionKey key(client, sessionId); in isBatchingSession()
272 LocationSessionKey key(client, sessionId); in saveBatchingSession()
279 LocationSessionKey key(client, sessionId); in eraseBatchingSession()
502 LocationSessionKey key(client, sessionId); in stopBatching()
/hardware/qcom/sm7250/gps/batching/
DBatchingAdapter.h50 typedef std::map<LocationSessionKey, BatchingOptions> BatchingSessionMap;
DBatchingAdapter.cpp253 LocationSessionKey key(client, sessionId); in isBatchingSession()
266 LocationSessionKey key(client, sessionId); in saveBatchingSession()
273 LocationSessionKey key(client, sessionId); in eraseBatchingSession()
496 LocationSessionKey key(client, sessionId); in stopBatching()
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.h52 typedef std::map<LocationSessionKey, LocationOptions> LocationSessionMap;
53 typedef std::map<LocationSessionKey, TrackingOptions> TrackingOptionsMap;
DGnssAdapter.cpp2025 std::vector<LocationSessionKey> vTimeBasedTrackingClient; in stopClientSessions()
2223 LocationSessionKey key(client, sessionId); in isTimeBasedTrackingSession()
2230 LocationSessionKey key(client, sessionId); in isDistanceBasedTrackingSession()
2244 LocationSessionKey key(client, sessionId); in isTrackingSession()
2287 LocationSessionKey key(client, sessionId); in saveTrackingSession()
2300 LocationSessionKey key(client, sessionId); in eraseTrackingSession()
2680 LocationSessionKey key(client, id); in updateTrackingMultiplex()
2801 LocationSessionKey key(client, id); in stopTimeBasedTrackingMultiplex()
/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.h52 typedef std::map<LocationSessionKey, LocationOptions> LocationSessionMap;
53 typedef std::map<LocationSessionKey, TrackingOptions> TrackingOptionsMap;
DGnssAdapter.cpp2120 std::vector<LocationSessionKey> vTimeBasedTrackingClient; in stopClientSessions()
2332 LocationSessionKey key(client, sessionId); in isTimeBasedTrackingSession()
2339 LocationSessionKey key(client, sessionId); in isDistanceBasedTrackingSession()
2364 LocationSessionKey key(client, sessionId); in isTrackingSession()
2407 LocationSessionKey key(client, sessionId); in saveTrackingSession()
2420 LocationSessionKey key(client, sessionId); in eraseTrackingSession()
2816 LocationSessionKey key(client, id); in updateTrackingMultiplex()
2937 LocationSessionKey key(client, id); in stopTimeBasedTrackingMultiplex()
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.h57 typedef std::map<LocationSessionKey, LocationOptions> LocationSessionMap;
58 typedef std::map<LocationSessionKey, TrackingOptions> TrackingOptionsMap;
/hardware/qcom/sm7250/gps/gnss/
DGnssAdapter.h57 typedef std::map<LocationSessionKey, LocationOptions> LocationSessionMap;
58 typedef std::map<LocationSessionKey, TrackingOptions> TrackingOptionsMap;
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp1153 LocationSessionKey key(client, sessionId); in isTrackingSession()
1161 LocationSessionKey key(client, sessionId); in saveTrackingSession()
1168 LocationSessionKey key(client, sessionId); in eraseTrackingSession()
1429 LocationSessionKey key(client, id); in updateTrackingMultiplex()
1506 LocationSessionKey key(client, id); in stopTrackingMultiplex()
/hardware/qcom/sdm845/gps/msm8998/gnss/
DGnssAdapter.cpp1146 LocationSessionKey key(client, sessionId); in isTrackingSession()
1154 LocationSessionKey key(client, sessionId); in saveTrackingSession()
1161 LocationSessionKey key(client, sessionId); in eraseTrackingSession()
1422 LocationSessionKey key(client, id); in updateTrackingMultiplex()
1499 LocationSessionKey key(client, id); in stopTrackingMultiplex()
/hardware/qcom/gps/msm8909w_3100/gnss/
DGnssAdapter.cpp1234 LocationSessionKey key(client, sessionId); in isTrackingSession()
1242 LocationSessionKey key(client, sessionId); in saveTrackingSession()
1249 LocationSessionKey key(client, sessionId); in eraseTrackingSession()
1510 LocationSessionKey key(client, id); in updateTrackingMultiplex()
1587 LocationSessionKey key(client, id); in stopTrackingMultiplex()

12