Home
last modified time | relevance | path

Searched refs:memoryInterface (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java248 IMemoryInterface memoryInterface = IMemoryInterface.getService(); in runClientMemoryTests() local
253 memoryInterface.bitwiseNot(hidlMem); in runClientMemoryTests()
263 HidlMemory hidlMem = memoryInterface.getTestMem(); in runClientMemoryTests()
275 TwoMemory out = memoryInterface.getSumDiff(in); in runClientMemoryTests()
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp1281 sp<IMemoryInterface> memoryInterface = new MemoryInterface(); in main() local
1282 status = memoryInterface->registerAsService(); in main()