Home
last modified time | relevance | path

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

/hardware/qcom/gps/sdm845/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/gps/msm8998/gnss/
DGnssAdapter.cpp1148 LocationSessionKey key(client, sessionId); in isTrackingSession()
1156 LocationSessionKey key(client, sessionId); in saveTrackingSession()
1163 LocationSessionKey key(client, sessionId); in eraseTrackingSession()
1424 LocationSessionKey key(client, id); in updateTrackingMultiplex()
1501 LocationSessionKey key(client, id); in stopTrackingMultiplex()
/hardware/qcom/gps/sdm845/gnss/
DGnssAdapter.cpp1173 LocationSessionKey key(client, sessionId); in isTrackingSession()
1181 LocationSessionKey key(client, sessionId); in saveTrackingSession()
1188 LocationSessionKey key(client, sessionId); in eraseTrackingSession()
1449 LocationSessionKey key(client, id); in updateTrackingMultiplex()
1526 LocationSessionKey key(client, id); in stopTrackingMultiplex()