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

  /hardware/qcom/gps/msm8909/utils/
LocHeap.h 36 class LocRankable {
38 virtual inline ~LocRankable() {}
45 virtual int ranks(LocRankable& rankable) = 0;
48 inline bool outRanks(LocRankable& rankable) { return ranks(rankable) > 0; }
71 void push(LocRankable& node);
77 LocRankable* peek();
82 LocRankable* pop();
88 LocRankable* remove(LocRankable& rankable);
  /hardware/qcom/gps/msm8909w_3100/utils/
LocHeap.h 36 class LocRankable {
38 virtual inline ~LocRankable() {}
45 virtual int ranks(LocRankable& rankable) = 0;
48 inline bool outRanks(LocRankable& rankable) { return ranks(rankable) > 0; }
71 void push(LocRankable& node);
77 LocRankable* peek();
82 LocRankable* pop();
88 LocRankable* remove(LocRankable& rankable);
  /hardware/qcom/gps/msm8996/utils/
LocHeap.h 36 class LocRankable {
38 virtual inline ~LocRankable() {}
45 virtual int ranks(LocRankable& rankable) = 0;
48 inline bool outRanks(LocRankable& rankable) { return ranks(rankable) > 0; }
71 void push(LocRankable& node);
77 LocRankable* peek();
82 LocRankable* pop();
88 LocRankable* remove(LocRankable& rankable);
  /hardware/qcom/gps/msm8998/utils/
LocHeap.h 36 class LocRankable {
38 virtual inline ~LocRankable() {}
45 virtual int ranks(LocRankable& rankable) = 0;
48 inline bool outRanks(LocRankable& rankable) { return ranks(rankable) > 0; }
71 void push(LocRankable& node);
77 LocRankable* peek();
82 LocRankable* pop();
88 LocRankable* remove(LocRankable& rankable);

Completed in 234 milliseconds