Searched refs:mMemoryFileSecondary (Results 1 – 1 of 1) sorted by relevance
144 private MemoryFile mMemoryFileSecondary; field in SensorDirectReportTest196 + (mMemoryFile == null) + ", " + (mMemoryFileSecondary == null), in testSharedMemoryAllocation()197 !mNeedMemoryFile || (mMemoryFile != null && mMemoryFileSecondary != null)); in testSharedMemoryAllocation()1292 MemoryFile memoryFile = secondary ? mMemoryFileSecondary : mMemoryFile; in prepareDirectChannel()1321 MemoryFile f = secondary ? mMemoryFileSecondary : mMemoryFile; in readSharedMemory()1566 mMemoryFileSecondary = allocateMemoryFile(); in allocateSharedMemory()1581 if (mMemoryFileSecondary != null) { in freeSharedMemory()1582 mMemoryFileSecondary.close(); in freeSharedMemory()1583 mMemoryFileSecondary = null; in freeSharedMemory()