Searched refs:addInteger (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Virtualization/tests/vmshareapp/src/java/com/android/microdroid/test/sharevm/ |
D | VmShareServiceImpl.java | 191 public int addInteger(int a, int b) throws RemoteException { in addInteger() method in VmShareServiceImpl.RemoteTestServiceDelegate 192 return mServiceInVm.addInteger(a, b); in addInteger()
|
/packages/modules/Virtualization/tests/aidl/com/android/microdroid/testservice/ |
D | ITestService.aidl | 30 int addInteger(int a, int b); in addInteger() method
|
/packages/modules/Virtualization/demo_native/ |
D | README.md | 27 `addInteger` which adds two integers and returns the sum. The computation will be done in the VM.
|
D | main.cpp | 352 ScopedAStatus ret = payload.addInteger(10, 20, &result); in do_something()
|
/packages/modules/Virtualization/tests/benchmark/src/java/com/android/microdroid/benchmark/ |
D | MicrodroidBenchmarks.java | 744 tr.mAddInteger = ts.addInteger(123, 456); in testRpcBinderLatency() 748 ts.addInteger(j, j + 1); in testRpcBinderLatency() 758 c = ts.addInteger(a, b); in testRpcBinderLatency()
|
/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/ |
D | MicrodroidTests.java | 195 tr.mAddInteger = ts.addInteger(123, 456); in createAndConnectToVmHelper() 331 runVmTestService(TAG, vm, (ts, tr) -> tr.mAddInteger = ts.addInteger(37, 73)); in createAndRunNoDebugVm() 1618 tr.mAddInteger = ts.addInteger(123, 456); in importedVmIsEqualToTheOriginalVm() 1644 tr.mAddInteger = ts.addInteger(123, 456); in importedVmIsEqualToTheOriginalVm() 2001 tr.mAddInteger = ts.addInteger(101, 303); in testStartVmWithPayloadOfAnotherApp() 2134 int result = testServiceProxy.addInteger(37, 73); in testShareVmWithAnotherApp()
|
/packages/modules/Virtualization/demo/java/com/android/microdroid/demo/ |
D | MainActivity.java | 202 int ret = testService.addInteger(123, 456); in run()
|
/packages/modules/Virtualization/tests/testapk/src/native/ |
D | testbinary.cpp | 170 ScopedAStatus addInteger(int32_t a, int32_t b, int32_t* out) override { in start_test_service() function in __anon59a0a9790111::start_test_service::TestService
|