Skip to content

Commit 012ba5b

Browse files
Steven MorelandGerrit Code Review
authored andcommitted
Merge "IInterface: remove some C++ AIDL exceptions" into main
2 parents 7dab4e8 + 9fd0b0b commit 012ba5b

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

libs/binder/include/binder/IInterface.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ constexpr const char* const kManualInterfaces[] = {
220220
"android.app.IActivityManager",
221221
"android.app.IUidObserver",
222222
"android.drm.IDrm",
223-
"android.dvr.IVsyncCallback",
224-
"android.dvr.IVsyncService",
225223
"android.gfx.tests.ICallback",
226224
"android.gfx.tests.IIPCTest",
227225
"android.gfx.tests.ISafeInterfaceTest",
@@ -264,17 +262,12 @@ constexpr const char* const kManualInterfaces[] = {
264262
"android.media.IResourceManagerService",
265263
"android.os.IComplexTypeInterface",
266264
"android.os.IPermissionController",
267-
"android.os.IPingResponder",
268265
"android.os.IProcessInfoService",
269266
"android.os.ISchedulingPolicyService",
270-
"android.os.IStringConstants",
271267
"android.os.storage.IObbActionListener",
272268
"android.os.storage.IStorageEventListener",
273269
"android.os.storage.IStorageManager",
274270
"android.os.storage.IStorageShutdownObserver",
275-
"android.service.vr.IPersistentVrStateCallbacks",
276-
"android.service.vr.IVrManager",
277-
"android.service.vr.IVrStateCallbacks",
278271
"android.ui.ISurfaceComposer",
279272
"android.utils.IMemory",
280273
"android.utils.IMemoryHeap",
@@ -286,9 +279,6 @@ constexpr const char* const kManualInterfaces[] = {
286279
"com.android.internal.os.IShellCallback",
287280
"drm.IDrmManagerService",
288281
"drm.IDrmServiceListener",
289-
"IAAudioClient",
290-
"IAAudioService",
291-
"VtsFuzzer",
292282
nullptr,
293283
};
294284

0 commit comments

Comments
 (0)