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/utils/ScreenshotUtils.h b/services/surfaceflinger/tests/utils/ScreenshotUtils.h
index efce6b6..0bedcd1 100644
--- a/services/surfaceflinger/tests/utils/ScreenshotUtils.h
+++ b/services/surfaceflinger/tests/utils/ScreenshotUtils.h
@@ -15,7 +15,7 @@
  */
 #pragma once
 
-#include <gui/AidlStatusUtil.h>
+#include <gui/AidlUtil.h>
 #include <gui/SyncScreenCaptureListener.h>
 #include <private/gui/ComposerServiceAIDL.h>
 #include <ui/FenceResult.h>