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

  /hardware/qcom/gps/msm8909/utils/
LocHeap.cpp 273 uint32_t LocHeap::getTreeSize() {
290 uint32_t getTreeSize() {
333 printf("%s: %d == %d\n", (r&1)?"push":"pop", treeSize, heap.getTreeSize());
334 if (treeSize != heap.getTreeSize()) {
  /hardware/qcom/gps/msm8909w_3100/utils/
LocHeap.cpp 273 uint32_t LocHeap::getTreeSize() {
290 uint32_t getTreeSize() {
333 printf("%s: %d == %d\n", (r&1)?"push":"pop", treeSize, heap.getTreeSize());
334 if (treeSize != heap.getTreeSize()) {
  /hardware/qcom/gps/msm8996/utils/
LocHeap.cpp 273 uint32_t LocHeap::getTreeSize() {
290 uint32_t getTreeSize() {
333 printf("%s: %d == %d\n", (r&1)?"push":"pop", treeSize, heap.getTreeSize());
334 if (treeSize != heap.getTreeSize()) {
  /hardware/qcom/gps/msm8998/utils/
LocHeap.cpp 273 uint32_t LocHeap::getTreeSize() {
290 uint32_t getTreeSize() {
333 printf("%s: %d == %d\n", (r&1)?"push":"pop", treeSize, heap.getTreeSize());
334 if (treeSize != heap.getTreeSize()) {

Completed in 994 milliseconds