Searched refs:mMemoryFileSecondary (Results 1 – 1 of 1) sorted by relevance
147 private MemoryFile mMemoryFileSecondary; field in SensorDirectReportTest199 + (mMemoryFile == null) + ", " + (mMemoryFileSecondary == null), in testSharedMemoryAllocation()200 !mNeedMemoryFile || (mMemoryFile != null && mMemoryFileSecondary != null)); in testSharedMemoryAllocation()1113 MemoryFile memoryFile = secondary ? mMemoryFileSecondary : mMemoryFile; in prepareDirectChannel()1142 MemoryFile f = secondary ? mMemoryFileSecondary : mMemoryFile; in readSharedMemory()1387 mMemoryFileSecondary = allocateMemoryFile(); in allocateSharedMemory()1402 if (mMemoryFileSecondary != null) { in freeSharedMemory()1403 mMemoryFileSecondary.close(); in freeSharedMemory()1404 mMemoryFileSecondary = null; in freeSharedMemory()