Home
last modified time | relevance | path

Searched refs:userSelectDeviceMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp7727 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 …]
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h946 void UpdateAllUserSelectDevice(vector<unique_ptr<AudioDeviceDescriptor>> &userSelectDeviceMap,