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.java205 final ISeccompIsolatedService service = peer.get(); in testIsolatedServicePolicy()
236 final ISeccompIsolatedService service = peer.get(); in testViolateIsolatedServicePolicy()
250 private void doFileWriteTest(ISeccompIsolatedService service) throws RemoteException { in doFileWriteTest()
278 class IsolatedServiceConnection extends AbstractFuture<ISeccompIsolatedService>
282 set(ISeccompIsolatedService.Stub.asInterface(service)); in onServiceConnected()
290 public ISeccompIsolatedService get() throws InterruptedException, ExecutionException { in get()
300 private final ISeccompIsolatedService.Stub mService = new ISeccompIsolatedService.Stub() {
DISeccompIsolatedService.aidl22 interface ISeccompIsolatedService { interface
/cts/tests/tests/os/
DAndroid.bp59 "src/android/os/cts/ISeccompIsolatedService.aidl",