/hardware/qcom/sm8150/display/libmemtrack/ |
D | kgsl.c | 30 struct memtrack_record record_templates[] = { variable 47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory() 54 *num_records = ARRAY_SIZE(record_templates); in kgsl_memtrack_get_memory() 60 memcpy(records, record_templates, in kgsl_memtrack_get_memory()
|
/hardware/qcom/display/msm8960/libmemtrack/ |
D | kgsl.c | 30 struct memtrack_record record_templates[] = { variable 47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory() 55 *num_records = ARRAY_SIZE(record_templates); in kgsl_memtrack_get_memory() 72 memcpy(records, record_templates, in kgsl_memtrack_get_memory()
|
/hardware/qcom/sm7250/display/libmemtrack/ |
D | kgsl.c | 30 struct memtrack_record record_templates[] = { variable 47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory() 54 *num_records = ARRAY_SIZE(record_templates); in kgsl_memtrack_get_memory() 60 memcpy(records, record_templates, in kgsl_memtrack_get_memory()
|
/hardware/qcom/display/msm8084/libmemtrack/ |
D | kgsl.c | 30 struct memtrack_record record_templates[] = { variable 47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory() 57 *num_records = ARRAY_SIZE(record_templates); in kgsl_memtrack_get_memory() 74 memcpy(records, record_templates, in kgsl_memtrack_get_memory()
|
/hardware/qcom/display/msm8226/libmemtrack/ |
D | kgsl.c | 30 struct memtrack_record record_templates[] = { variable 47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory() 57 *num_records = ARRAY_SIZE(record_templates); in kgsl_memtrack_get_memory() 74 memcpy(records, record_templates, in kgsl_memtrack_get_memory()
|
/hardware/qcom/display/msm8994/libmemtrack/ |
D | kgsl.c | 30 struct memtrack_record record_templates[] = { variable 47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory() 57 *num_records = ARRAY_SIZE(record_templates); in kgsl_memtrack_get_memory() 74 memcpy(records, record_templates, in kgsl_memtrack_get_memory()
|
/hardware/qcom/display/msm8996/libmemtrack/ |
D | kgsl.c | 30 struct memtrack_record record_templates[] = { variable 47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory() 55 *num_records = ARRAY_SIZE(record_templates); in kgsl_memtrack_get_memory() 72 memcpy(records, record_templates, in kgsl_memtrack_get_memory()
|
/hardware/qcom/display/msm8909/libmemtrack/ |
D | kgsl.c | 30 struct memtrack_record record_templates[] = { variable 47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory() 54 *num_records = ARRAY_SIZE(record_templates); in kgsl_memtrack_get_memory() 61 memcpy(records, record_templates, in kgsl_memtrack_get_memory()
|
/hardware/qcom/display/msm8998/libmemtrack/ |
D | kgsl.c | 30 struct memtrack_record record_templates[] = { variable 47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory() 54 *num_records = ARRAY_SIZE(record_templates); in kgsl_memtrack_get_memory() 61 memcpy(records, record_templates, in kgsl_memtrack_get_memory()
|
/hardware/qcom/display/msm8909w_3100/libmemtrack/ |
D | kgsl.c | 30 struct memtrack_record record_templates[] = { variable 47 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in kgsl_memtrack_get_memory() 54 *num_records = ARRAY_SIZE(record_templates); in kgsl_memtrack_get_memory() 61 memcpy(records, record_templates, in kgsl_memtrack_get_memory()
|
/hardware/google/graphics/common/libmemtrack/ |
D | mali.cpp | 44 struct memtrack_record record_templates[] = { variable 104 size_t allocated_records = min(*num_records, ARRAY_SIZE(record_templates)); in mali_memtrack_get_memory() 111 *num_records = ARRAY_SIZE(record_templates); in mali_memtrack_get_memory() 118 memcpy(records, record_templates, in mali_memtrack_get_memory()
|