Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DSeccompTest.java213 final ISeccompIsolatedService service = peer.get(); in testIsolatedServicePolicy()
244 final ISeccompIsolatedService service = peer.get(); in testViolateIsolatedServicePolicy()
258 private void doFileWriteTest(ISeccompIsolatedService service) throws RemoteException { in doFileWriteTest()
286 class IsolatedServiceConnection extends AbstractFuture<ISeccompIsolatedService>
290 set(ISeccompIsolatedService.Stub.asInterface(service)); in onServiceConnected()
298 public ISeccompIsolatedService get() throws InterruptedException, ExecutionException { in get()
308 private final ISeccompIsolatedService.Stub mService = new ISeccompIsolatedService.Stub() {
DISeccompIsolatedService.aidl22 interface ISeccompIsolatedService { interface
/cts/tests/tests/os/
DAndroid.mk42 src/android/os/cts/ISeccompIsolatedService.aidl \