Searched defs:mIsLowLatencyStream (Results 1 – 3 of 3) sorted by relevance
201 bool mIsLowLatencyStream[NUM_STREAM_TYPES] = {false, false}; variable
50 private volatile boolean[] mIsLowLatencyStream = new boolean[NUM_STREAM_TYPES]; field in NativeAnalyzerThread
221 boolean[] mIsLowLatencyStream = new boolean[NativeAnalyzerThread.NUM_STREAM_TYPES]; field in AudioLoopbackLatencyActivity.TestSpec