Home
last modified time | relevance | path

Searched refs:setBinderProxyWatermarks (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
H A DIBpcTestServiceCmdService.aidl23 void setBinderProxyWatermarks(int high, int low); in setBinderProxyWatermarks() method
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderProxyCountingTest.java235 sBpcTestServiceCmdService.setBinderProxyWatermarks(binderProxyLimit, rearmThreshold); in testBinderProxyLimitBoundary()
272 sBpcTestServiceCmdService.setBinderProxyWatermarks(testLimit, baseBinderCount + 10); in testSetBinderProxyLimit()
302 sBpcTestServiceCmdService.setBinderProxyWatermarks(binderProxyLimit, rearmThreshold); in testRearmCallbackThreshold()
/aosp14/frameworks/base/core/tests/coretests/BinderProxyCountingTestService/src/com/android/frameworks/coretests/binderproxycountingtestservice/
H A DBpcTestServiceCmdService.java58 public void setBinderProxyWatermarks(int high, int low) {