HomeSort by relevance Sort by last modified time
    Searched defs:LocationSessionKey (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/gps/msm8909w_3100/core/
LocAdapterBase.h 38 typedef struct LocationSessionKey {
41 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) :
43 } 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, LocationOptions> LocationSessionMap
    [all...]
  /hardware/qcom/gps/msm8998/core/
LocAdapterBase.h 38 typedef struct LocationSessionKey {
41 inline LocationSessionKey(LocationAPI* _client, uint32_t _id) :
43 } 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, LocationOptions> LocationSessionMap
    [all...]

Completed in 77 milliseconds