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

  /hardware/qcom/display/msm8909/gralloc/
gr_allocator.cpp 151 unsigned int cur_heap_id = 0, prev_heap_id = 0; local
166 if (i > 0 && (cur_heap_id != prev_heap_id || cur_alloc_type != prev_alloc_type ||
179 prev_heap_id = cur_heap_id;
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_allocator.cpp 151 unsigned int cur_heap_id = 0, prev_heap_id = 0; local
166 if (i > 0 && (cur_heap_id != prev_heap_id || cur_alloc_type != prev_alloc_type ||
179 prev_heap_id = cur_heap_id;
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 159 unsigned int cur_heap_id = 0, prev_heap_id = 0; local
174 if (i > 0 && (cur_heap_id != prev_heap_id || cur_alloc_type != prev_alloc_type ||
187 prev_heap_id = cur_heap_id;
  /hardware/qcom/display/msm8998/libgralloc1/
gr_allocator.cpp 160 unsigned int cur_heap_id = 0, prev_heap_id = 0; local
175 if (i > 0 && (cur_heap_id != prev_heap_id || cur_alloc_type != prev_alloc_type ||
188 prev_heap_id = cur_heap_id;

Completed in 802 milliseconds