Searched refs:LocationSessionKey (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/gps/sdm845/core/ |
D | LocAdapterBase.h | 38 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/ |
D | LocAdapterBase.h | 38 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/ |
D | GnssAdapter.cpp | 1148 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/ |
D | GnssAdapter.cpp | 1173 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()
|