android_hardware_qcom_display/libmemtrack
asmathur 4b079dbc59 libmemtrack: Fix the kgsl memory flag to determine usermapped buffers
The flag is the last character in 'flags' field array. It was wrongly
indexed at flags[6] causing all entries to be marked as unaccounted.
The correct check should be for flags[5] to be equal to 'Y'.

Change-Id: I9f9af884b697363186d6315e5fb7c5673c22a495
2014-11-12 03:08:14 -08:00
..
Android.mk libmemtrack: Add correct target information 2013-11-12 10:26:24 -08:00
kgsl.c libmemtrack: Fix the kgsl memory flag to determine usermapped buffers 2014-11-12 03:08:14 -08:00
memtrack_msm.c libmemtrack: Fix compilation warning error 2014-02-25 20:43:57 -08:00
memtrack_msm.h libmemtrack: Refine the feature define 2013-11-13 19:04:31 -08:00