Searched refs:memoryInterface (Results 1 – 2 of 2) sorted by relevance
249 IMemoryInterface memoryInterface = IMemoryInterface.getService(); in runClientMemoryTests() local254 memoryInterface.bitwiseNot(hidlMem); in runClientMemoryTests()264 HidlMemory hidlMem = memoryInterface.getTestMem(); in runClientMemoryTests()276 TwoMemory out = memoryInterface.getSumDiff(in); in runClientMemoryTests()
1255 sp<IMemoryInterface> memoryInterface = new MemoryInterface(); in main() local1256 status = memoryInterface->registerAsService(); in main()