Home
last modified time | relevance | path

Searched refs:IBpcCallbackObserver (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
H A DIBpcTestServiceCmdService.aidl18 import com.android.frameworks.coretests.aidl.IBpcCallbackObserver;
25 void setBinderProxyCountCallback(IBpcCallbackObserver observer); in setBinderProxyCountCallback()
H A DIBpcCallbackObserver.aidl19 interface IBpcCallbackObserver { interface
/aosp14/frameworks/base/core/tests/coretests/BinderProxyCountingTestService/src/com/android/frameworks/coretests/binderproxycountingtestservice/
H A DBpcTestServiceCmdService.java27 import com.android.frameworks.coretests.aidl.IBpcCallbackObserver;
39 IBpcCallbackObserver mCallbackObserver;
68 public void setBinderProxyCountCallback(IBpcCallbackObserver observer) {
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderProxyCountingTest.java34 import com.android.frameworks.coretests.aidl.IBpcCallbackObserver;
174 new IBpcCallbackObserver.Stub() { in createBinderLimitLatch()