Skip to content

Commit c4d6a14

Browse files
committed
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
1 parent 94cadf0 commit c4d6a14

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

libs/binder/include/binder/IInterface.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ namespace internal {
219219
constexpr const char* const kManualInterfaces[] = {
220220
"android.app.IActivityManager",
221221
"android.app.IUidObserver",
222-
"android.drm.IDrm",
223222
"android.gfx.tests.ICallback",
224223
"android.gfx.tests.IIPCTest",
225224
"android.gfx.tests.ISafeInterfaceTest",
@@ -233,17 +232,13 @@ constexpr const char* const kManualInterfaces[] = {
233232
"android.hardware.ICameraClient",
234233
"android.hardware.ICameraRecordingProxy",
235234
"android.hardware.ICameraRecordingProxyListener",
236-
"android.hardware.ICrypto",
237235
"android.hardware.IOMXObserver",
238236
"android.hardware.IStreamListener",
239237
"android.hardware.IStreamSource",
240238
"android.media.IAudioService",
241239
"android.media.IDataSource",
242-
"android.media.IDrmClient",
243240
"android.media.IMediaCodecList",
244-
"android.media.IMediaDrmService",
245241
"android.media.IMediaExtractor",
246-
"android.media.IMediaExtractorService",
247242
"android.media.IMediaHTTPConnection",
248243
"android.media.IMediaHTTPService",
249244
"android.media.IMediaLogService",
@@ -258,9 +253,6 @@ constexpr const char* const kManualInterfaces[] = {
258253
"android.media.IMediaSource",
259254
"android.media.IRemoteDisplay",
260255
"android.media.IRemoteDisplayClient",
261-
"android.media.IResourceManagerClient",
262-
"android.media.IResourceManagerService",
263-
"android.os.IComplexTypeInterface",
264256
"android.os.IPermissionController",
265257
"android.os.IProcessInfoService",
266258
"android.os.ISchedulingPolicyService",

0 commit comments

Comments
 (0)