Searched refs:mCaptors (Results 1 – 1 of 1) sorted by relevance
97 @Nullable private ArrayList<WeakReference<AudioRecord>> mCaptors; field in AudioPolicy808 if (mCaptors == null) { in createAudioRecordSink()809 mCaptors = new ArrayList<>(1); in createAudioRecordSink()811 mCaptors.add(new WeakReference<AudioRecord>(ar)); in createAudioRecordSink()880 if (mCaptors != null) { in invalidateCaptorsAndInjectors()881 for (final WeakReference<AudioRecord> weakRecord : mCaptors) { in invalidateCaptorsAndInjectors()