Searched refs:IBpcCallbackObserver (Results 1 – 4 of 4) sorted by relevance
18 import com.android.frameworks.coretests.aidl.IBpcCallbackObserver;25 void setBinderProxyCountCallback(IBpcCallbackObserver observer); in setBinderProxyCountCallback()
19 interface IBpcCallbackObserver { interface
27 import com.android.frameworks.coretests.aidl.IBpcCallbackObserver;39 IBpcCallbackObserver mCallbackObserver;68 public void setBinderProxyCountCallback(IBpcCallbackObserver observer) {
34 import com.android.frameworks.coretests.aidl.IBpcCallbackObserver;174 new IBpcCallbackObserver.Stub() { in createBinderLimitLatch()