Searched refs:userSelectDeviceMap (Results 1 – 2 of 2) sorted by relevance
7727 if (userSelectDeviceMap[MEDIA_RENDER_ID]->deviceType_ == desc.deviceType_ && in UpdateAllUserSelectDevice()7728 userSelectDeviceMap[MEDIA_RENDER_ID]->macAddress_ == desc.macAddress_) { in UpdateAllUserSelectDevice()7729 if (userSelectDeviceMap[MEDIA_RENDER_ID]->connectState_ != VIRTUAL_CONNECTED) { in UpdateAllUserSelectDevice()7735 if (userSelectDeviceMap[CALL_RENDER_ID]->deviceType_ == desc.deviceType_ && in UpdateAllUserSelectDevice()7736 userSelectDeviceMap[CALL_RENDER_ID]->macAddress_ == desc.macAddress_) { in UpdateAllUserSelectDevice()7737 if (userSelectDeviceMap[CALL_RENDER_ID]->connectState_ != VIRTUAL_CONNECTED) { in UpdateAllUserSelectDevice()7743 if (userSelectDeviceMap[CALL_CAPTURE_ID]->deviceType_ == desc.deviceType_ && in UpdateAllUserSelectDevice()7744 userSelectDeviceMap[CALL_CAPTURE_ID]->macAddress_ == desc.macAddress_) { in UpdateAllUserSelectDevice()7751 if (userSelectDeviceMap[RECORD_CAPTURE_ID]->deviceType_ == desc.deviceType_ && in UpdateAllUserSelectDevice()7752 userSelectDeviceMap[RECORD_CAPTURE_ID]->macAddress_ == desc.macAddress_) { in UpdateAllUserSelectDevice()[all …]
946 void UpdateAllUserSelectDevice(vector<unique_ptr<AudioDeviceDescriptor>> &userSelectDeviceMap,