Searched refs:isMicOpened_ (Results 1 – 3 of 3) sorted by relevance
669 if (isMicOpened_) { in OpenCaptureDevice()1100 isMicOpened_ = true; in HandleSANotifyEvent()1108 isMicOpened_ = false; in HandleSANotifyEvent()1158 … (event == EVENT_OPEN_MIC && isMicOpened_) || (event == EVENT_CLOSE_MIC && !isMicOpened_); in WaitForSANotify()1164 if (event == EVENT_OPEN_MIC && !isMicOpened_) { in WaitForSANotify()1167 } else if (event == EVENT_CLOSE_MIC && isMicOpened_) { in WaitForSANotify()1203 } else if (isMicOpened_ && event.type == HDF_AUDIO_EVENT_MIC_CLOSED) { in HandleDeviceClosed()
755 AdapterTest_->isMicOpened_ = true;1421 AdapterTest_->isMicOpened_ = true;1425 AdapterTest_->isMicOpened_ = false;1453 AdapterTest_->isMicOpened_ = true;;1514 AdapterTest_->isMicOpened_ = true;
179 bool isMicOpened_ = false; variable