Searched refs:cur_heap_id (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_allocator.cpp | 151 unsigned int cur_heap_id = 0, prev_heap_id = 0; in CheckForBufferSharing() local 164 &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing() 166 if (i > 0 && (cur_heap_id != prev_heap_id || cur_alloc_type != prev_alloc_type || in CheckForBufferSharing() 179 prev_heap_id = cur_heap_id; in CheckForBufferSharing()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_allocator.cpp | 147 unsigned int cur_heap_id = 0, prev_heap_id = 0; in CheckForBufferSharing() local 158 GetIonHeapInfo(descriptors[i]->GetUsage(), &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing() 160 if (i > 0 && (cur_heap_id != prev_heap_id || cur_alloc_type != prev_alloc_type || in CheckForBufferSharing() 173 prev_heap_id = cur_heap_id; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_allocator.cpp | 151 unsigned int cur_heap_id = 0, prev_heap_id = 0; in CheckForBufferSharing() local 164 &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing() 166 if (i > 0 && (cur_heap_id != prev_heap_id || cur_alloc_type != prev_alloc_type || in CheckForBufferSharing() 179 prev_heap_id = cur_heap_id; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_allocator.cpp | 159 unsigned int cur_heap_id = 0, prev_heap_id = 0; in CheckForBufferSharing() local 172 &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing() 174 if (i > 0 && (cur_heap_id != prev_heap_id || cur_alloc_type != prev_alloc_type || in CheckForBufferSharing() 187 prev_heap_id = cur_heap_id; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_allocator.cpp | 160 unsigned int cur_heap_id = 0, prev_heap_id = 0; in CheckForBufferSharing() local 173 &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing() 175 if (i > 0 && (cur_heap_id != prev_heap_id || cur_alloc_type != prev_alloc_type || in CheckForBufferSharing() 188 prev_heap_id = cur_heap_id; in CheckForBufferSharing()
|