diff options
| author | 2018-03-28 11:57:12 -0700 | |
|---|---|---|
| committer | 2018-04-02 15:27:17 -0700 | |
| commit | 34beb7a0ff0494b0c5ad81104171f8a49e599163 (patch) | |
| tree | 033e25eb8ef1e0f0b06d7c20e094ecf7b4139ff5 /services/surfaceflinger/EventControlThread.cpp | |
| parent | 0cab4a530234efe62ab279ced52744de8833a69a (diff) | |
[SurfaceFlinger] Replace android_dataspace with Dataspace.
This patch replaces all android_dataspace in SurfaceFlinger with Dataspace
V1.1. 3 commands in sequence are used to do the conversion:
find ./ -type f -exec sed -i -e 's/android_dataspace_t/Dataspace/g' {} \;
find ./ -type f -exec sed -i -e 's/android_dataspace/Dataspace/g' {} \;
find ./ -type f -exec sed -i -e 's/HAL_DATASPACE_/Dataspace::/g' {} \;
With some minor tweak because most of the APIs in frameworks/native are still
accepting android_dataspace/android_dataspace_t.
Next step is to convert the rest of android_dataspace usage to Dataspace in
frameworks/native as well as frameworks/base.
BUG: 77156734
Test: Build and flash
Change-Id: I2304c7014cb49a1c9f67c4563603fb55e8dbd679
Diffstat (limited to 'services/surfaceflinger/EventControlThread.cpp')
0 files changed, 0 insertions, 0 deletions