Searched refs:AudioParamNrec (Results 1 – 1 of 1) sorted by relevance
2769 HashMap<String, Integer> AudioParamNrec = mHeadsetAudioParam.get(device); in processNoiceReductionEvent() local2770 if (AudioParamNrec != null && !AudioParamNrec.isEmpty()) { in processNoiceReductionEvent()2772 AudioParamNrec.put("NREC", 1); in processNoiceReductionEvent()2774 AudioParamNrec.put("NREC", 0); in processNoiceReductionEvent()2776 AudioParamNrec.get("NREC")); in processNoiceReductionEvent()