Searched refs:memoryInterface (Results 1 – 2 of 2) sorted by relevance
248 IMemoryInterface memoryInterface = IMemoryInterface.getService(); in runClientMemoryTests() local253 memoryInterface.bitwiseNot(hidlMem); in runClientMemoryTests()263 HidlMemory hidlMem = memoryInterface.getTestMem(); in runClientMemoryTests()275 TwoMemory out = memoryInterface.getSumDiff(in); in runClientMemoryTests()
1281 sp<IMemoryInterface> memoryInterface = new MemoryInterface(); in main() local1282 status = memoryInterface->registerAsService(); in main()