Searched refs:cur_ion_flags (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_allocator.cpp | 173 unsigned int cur_ion_flags = 0, prev_ion_flags = 0; in CheckForBufferSharing() local 182 GetIonHeapInfo(descriptors[i]->GetUsage(), &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing() 185 cur_ion_flags != prev_ion_flags)) { in CheckForBufferSharing() 199 prev_ion_flags = cur_ion_flags; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_allocator.cpp | 153 unsigned int cur_ion_flags = 0, prev_ion_flags = 0; in CheckForBufferSharing() local 164 &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing() 167 cur_ion_flags != prev_ion_flags)) { in CheckForBufferSharing() 181 prev_ion_flags = cur_ion_flags; in CheckForBufferSharing()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_allocator.cpp | 149 unsigned int cur_ion_flags = 0, prev_ion_flags = 0; in CheckForBufferSharing() local 158 GetIonHeapInfo(descriptors[i]->GetUsage(), &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing() 161 cur_ion_flags != prev_ion_flags)) { in CheckForBufferSharing() 175 prev_ion_flags = cur_ion_flags; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_allocator.cpp | 153 unsigned int cur_ion_flags = 0, prev_ion_flags = 0; in CheckForBufferSharing() local 164 &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing() 167 cur_ion_flags != prev_ion_flags)) { in CheckForBufferSharing() 181 prev_ion_flags = cur_ion_flags; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_allocator.cpp | 161 unsigned int cur_ion_flags = 0, prev_ion_flags = 0; in CheckForBufferSharing() local 172 &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing() 175 cur_ion_flags != prev_ion_flags)) { in CheckForBufferSharing() 189 prev_ion_flags = cur_ion_flags; in CheckForBufferSharing()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_allocator.cpp | 162 unsigned int cur_ion_flags = 0, prev_ion_flags = 0; in CheckForBufferSharing() local 173 &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing() 176 cur_ion_flags != prev_ion_flags)) { in CheckForBufferSharing() 190 prev_ion_flags = cur_ion_flags; in CheckForBufferSharing()
|