Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 510a7854 authored by Amos Bianchi's avatar Amos Bianchi Committed by Automerger Merge Worker
Browse files

Merge "Add method for testing lazy HALs active services count callback." am:...

Merge "Add method for testing lazy HALs active services count callback." am: 88c14d2b am: db670b93 am: 4bd87751

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1538301

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ib4935d13b83ebdaf2c3cbe40e9b322d7552dddc5
parents 7df4eb45 4bd87751
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -18,4 +18,12 @@ package android.hardware.tests.lazy@1.1;

import android.hardware.tests.lazy@1.0;

interface ILazy extends @1.0::ILazy {};
interface ILazy extends @1.0::ILazy {
    /**
     * Ask the process hosting the service to install a callback that notifies
     * it when the number of active (i.e. with clients) services changes.
     * For testing purposes, this callback exercises the code to unregister/re-register
     * the services and eventually shuts down the process.
     */
    setCustomActiveServicesCountCallback();
};