Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/gps/sdm845/core/
DLocAdapterBase.h40 typedef struct LocationSessionKey { struct
43 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : in LocationSessionKey() function
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/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/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/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/sm8150/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/gnss/
DGnssAdapter.h52 typedef std::map<LocationSessionKey, LocationOptions> LocationSessionMap;
53 typedef std::map<LocationSessionKey, TrackingOptions> TrackingOptionsMap;
DGnssAdapter.cpp1974 std::vector<LocationSessionKey> vTimeBasedTrackingClient; in stopClientSessions()
2172 LocationSessionKey key(client, sessionId); in isTimeBasedTrackingSession()
2179 LocationSessionKey key(client, sessionId); in isDistanceBasedTrackingSession()
2193 LocationSessionKey key(client, sessionId); in isTrackingSession()
2236 LocationSessionKey key(client, sessionId); in saveTrackingSession()
2249 LocationSessionKey key(client, sessionId); in eraseTrackingSession()
2629 LocationSessionKey key(client, id); in updateTrackingMultiplex()
2750 LocationSessionKey key(client, id); in stopTimeBasedTrackingMultiplex()
/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()
/hardware/qcom/sdm845/gps/sdm845/gnss/
DGnssAdapter.cpp1981 LocationSessionKey key(client, sessionId); in isTrackingSession()
1989 LocationSessionKey key(client, sessionId); in saveTrackingSession()
1996 LocationSessionKey key(client, sessionId); in eraseTrackingSession()
2321 LocationSessionKey key(client, id); in updateTrackingMultiplex()
2417 LocationSessionKey key(client, id); in stopTrackingMultiplex()