Searched refs:LocationSessionKey (Results 1 - 4 of 4) sorted by relevance
/hardware/qcom/gps/msm8998/core/ |
H A D | LocAdapterBase.h | 38 typedef struct LocationSessionKey { struct 41 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : function in struct:LocationSessionKey 43 } LocationSessionKey; typedef in typeref:struct:LocationSessionKey 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, LocationOption [all...] |
/hardware/qcom/gps/sdm845/core/ |
H A D | LocAdapterBase.h | 38 typedef struct LocationSessionKey { struct 41 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) : function in struct:LocationSessionKey 43 } LocationSessionKey; typedef in typeref:struct:LocationSessionKey 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, LocationOption [all...] |
/hardware/qcom/gps/msm8998/gnss/ |
H A D | GnssAdapter.cpp | 1148 LocationSessionKey key(client, sessionId); 1156 LocationSessionKey key(client, sessionId); 1163 LocationSessionKey key(client, sessionId); 1424 LocationSessionKey key(client, id); 1501 LocationSessionKey key(client, id);
|
/hardware/qcom/gps/sdm845/gnss/ |
H A D | GnssAdapter.cpp | 1173 LocationSessionKey key(client, sessionId); 1181 LocationSessionKey key(client, sessionId); 1188 LocationSessionKey key(client, sessionId); 1449 LocationSessionKey key(client, id); 1526 LocationSessionKey key(client, id);
|
Completed in 32 milliseconds