Searched refs:mCaptors (Results 1 – 1 of 1) sorted by relevance
93 @Nullable private ArrayList<WeakReference<AudioRecord>> mCaptors; field in AudioPolicy662 if (mCaptors == null) { in createAudioRecordSink()663 mCaptors = new ArrayList<>(1); in createAudioRecordSink()665 mCaptors.add(new WeakReference<AudioRecord>(ar)); in createAudioRecordSink()727 if (mCaptors != null) { in invalidateCaptorsAndInjectors()728 for (final WeakReference<AudioRecord> weakRecord : mCaptors) { in invalidateCaptorsAndInjectors()