Searched refs:mOutFileY (Results 1 – 1 of 1) sorted by relevance
68 private File mOutFileY; field in OutputManager377 if (mOutFileY != null && mOutFileY.exists()) mOutFileY.delete(); in cleanUp()378 mOutFileY = null; in cleanUp()549 if (mOutFileY != null) { in equalsDequeuedOutput()551 "Decoded Ref Y file is at : %s \n", mOutFileY.getAbsolutePath())); in equalsDequeuedOutput()553 if (that.mOutFileY != null) { in equalsDequeuedOutput()555 "Decoded Test Y file is at : %s \n", that.mOutFileY.getAbsolutePath())); in equalsDequeuedOutput()599 if (mOutFileY == null) { in dumpY()600 mOutFileY = File.createTempFile(LOG_TAG + "Y", ".bin"); in dumpY()601 mOutFileY.deleteOnExit(); in dumpY()[all …]