diff options
| -rw-r--r-- | libs/binder/include/binder/IInterface.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libs/binder/include/binder/IInterface.h b/libs/binder/include/binder/IInterface.h index 30e005c2d2..5924a2d878 100644 --- a/libs/binder/include/binder/IInterface.h +++ b/libs/binder/include/binder/IInterface.h @@ -220,8 +220,6 @@ constexpr const char* const kManualInterfaces[] = { "android.app.IActivityManager", "android.app.IUidObserver", "android.drm.IDrm", - "android.dvr.IVsyncCallback", - "android.dvr.IVsyncService", "android.gfx.tests.ICallback", "android.gfx.tests.IIPCTest", "android.gfx.tests.ISafeInterfaceTest", @@ -264,17 +262,12 @@ constexpr const char* const kManualInterfaces[] = { "android.media.IResourceManagerService", "android.os.IComplexTypeInterface", "android.os.IPermissionController", - "android.os.IPingResponder", "android.os.IProcessInfoService", "android.os.ISchedulingPolicyService", - "android.os.IStringConstants", "android.os.storage.IObbActionListener", "android.os.storage.IStorageEventListener", "android.os.storage.IStorageManager", "android.os.storage.IStorageShutdownObserver", - "android.service.vr.IPersistentVrStateCallbacks", - "android.service.vr.IVrManager", - "android.service.vr.IVrStateCallbacks", "android.ui.ISurfaceComposer", "android.utils.IMemory", "android.utils.IMemoryHeap", @@ -286,9 +279,6 @@ constexpr const char* const kManualInterfaces[] = { "com.android.internal.os.IShellCallback", "drm.IDrmManagerService", "drm.IDrmServiceListener", - "IAAudioClient", - "IAAudioService", - "VtsFuzzer", nullptr, }; |