diff options
| author | 2021-04-22 12:15:00 -0400 | |
|---|---|---|
| committer | 2024-12-12 17:44:24 +0000 | |
| commit | c4d6a1468a8a8c9ec2969b4d0bf95ea54f6da71e (patch) | |
| tree | 43ea1ade79470cd7fe44e368176dea8b9e443e4e /libs | |
| parent | 94cadf0156e2e08fa54520f48b2f413cc6e8d738 (diff) | |
IInterface: Clean-up kManualInterfaces allow list.
Several of these interfaces are no longer manually written.
This CL removes them from the kManualInterfaces allow list.
Bug: 64223827
Test: m
Change-Id: I7cedc76dfa0edbbb4598c5e1655700b9fb7a24f7
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/binder/include/binder/IInterface.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/binder/include/binder/IInterface.h b/libs/binder/include/binder/IInterface.h index 5924a2d878..cdee17c2ee 100644 --- a/libs/binder/include/binder/IInterface.h +++ b/libs/binder/include/binder/IInterface.h @@ -219,7 +219,6 @@ namespace internal { constexpr const char* const kManualInterfaces[] = { "android.app.IActivityManager", "android.app.IUidObserver", - "android.drm.IDrm", "android.gfx.tests.ICallback", "android.gfx.tests.IIPCTest", "android.gfx.tests.ISafeInterfaceTest", @@ -233,17 +232,13 @@ constexpr const char* const kManualInterfaces[] = { "android.hardware.ICameraClient", "android.hardware.ICameraRecordingProxy", "android.hardware.ICameraRecordingProxyListener", - "android.hardware.ICrypto", "android.hardware.IOMXObserver", "android.hardware.IStreamListener", "android.hardware.IStreamSource", "android.media.IAudioService", "android.media.IDataSource", - "android.media.IDrmClient", "android.media.IMediaCodecList", - "android.media.IMediaDrmService", "android.media.IMediaExtractor", - "android.media.IMediaExtractorService", "android.media.IMediaHTTPConnection", "android.media.IMediaHTTPService", "android.media.IMediaLogService", @@ -258,9 +253,6 @@ constexpr const char* const kManualInterfaces[] = { "android.media.IMediaSource", "android.media.IRemoteDisplay", "android.media.IRemoteDisplayClient", - "android.media.IResourceManagerClient", - "android.media.IResourceManagerService", - "android.os.IComplexTypeInterface", "android.os.IPermissionController", "android.os.IProcessInfoService", "android.os.ISchedulingPolicyService", |