Rename AidlStatusUtil.h to AidlUtil.h

Shoving some utility methods to help with transitioning between AIDL
types and the types we use internally

Bug: 329465218
Flag: EXEMPT mechanical refactor
Test: builds
Change-Id: I07cdfb7c6bfe89e42c1eb7169e15329916df448a
diff --git a/services/surfaceflinger/tests/ScreenCapture_test.cpp b/services/surfaceflinger/tests/ScreenCapture_test.cpp
index 069f199..c62f493 100644
--- a/services/surfaceflinger/tests/ScreenCapture_test.cpp
+++ b/services/surfaceflinger/tests/ScreenCapture_test.cpp
@@ -20,7 +20,7 @@
 #pragma clang diagnostic push
 #pragma clang diagnostic ignored "-Wconversion"
 
-#include <gui/AidlStatusUtil.h>
+#include <gui/AidlUtil.h>
 #include <private/android_filesystem_config.h>
 #include <ui/DisplayState.h>