Searched refs:NativeAnalyzerThread (Results 1 – 2 of 2) sorted by relevance
156 private NativeAnalyzerThread mNativeAnalyzerThread = null;222 int[] mBurstFrames = new int[NativeAnalyzerThread.NUM_STREAM_TYPES];223 int[] mCapacityFrames = new int[NativeAnalyzerThread.NUM_STREAM_TYPES];224 boolean[] mIsLowLatencyStream = new boolean[NativeAnalyzerThread.NUM_STREAM_TYPES];225 boolean[] mIsMMapStream = new boolean[NativeAnalyzerThread.NUM_STREAM_TYPES];294 int[] directions = new int[] {NativeAnalyzerThread.STREAM_INPUT, in handleTestCompletion()295 NativeAnalyzerThread.STREAM_OUTPUT}; in handleTestCompletion()360 mIsLowLatencyStream[NativeAnalyzerThread.STREAM_OUTPUT] in getResultString()362 mIsLowLatencyStream[NativeAnalyzerThread.STREAM_INPUT] in getResultString()452 mIsLowLatencyStream[NativeAnalyzerThread.STREAM_OUTPUT], in recordTestResults()[all …]
28 public class NativeAnalyzerThread { class67 public NativeAnalyzerThread(Context context) { in NativeAnalyzerThread() method in NativeAnalyzerThread