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.java206 final ISeccompIsolatedService service = peer.get(); in testIsolatedServicePolicy()
237 final ISeccompIsolatedService service = peer.get(); in testViolateIsolatedServicePolicy()
251 private void doFileWriteTest(ISeccompIsolatedService service) throws RemoteException { in doFileWriteTest()
279 class IsolatedServiceConnection extends AbstractFuture<ISeccompIsolatedService>
283 set(ISeccompIsolatedService.Stub.asInterface(service)); in onServiceConnected()
291 public ISeccompIsolatedService get() throws InterruptedException, ExecutionException { in get()
301 private final ISeccompIsolatedService.Stub mService = new ISeccompIsolatedService.Stub() {
DISeccompIsolatedService.aidl22 interface ISeccompIsolatedService { interface
/cts/tests/tests/os/
DAndroid.mk34 src/android/os/cts/ISeccompIsolatedService.aidl \