Searched refs:endpointType_ (Results 1 – 3 of 3) sorted by relevance
140 return endpointType_; in GetEndpointType()271 EndpointType endpointType_; member in OHOS::AudioStandard::AudioEndpointInner382 AUDIO_INFO_LOG("AudioEndpoint type:%{public}d", endpointType_); in AudioEndpointInner()628 attr.audioStreamFlag = endpointType_ == TYPE_VOIP_MMAP ? AUDIO_FLAG_VOIP_FAST : AUDIO_FLAG_MMAP; in ConfigInputPoint()631 fastSource_ = GetFastSource(deviceInfo.networkId, endpointType_, attr); in ConfigInputPoint()669 std::to_string(endpointType_) + '_' + GetTime() + in ConfigInputPoint()737 fastSink_ = GetFastSink(deviceInfo, endpointType_); in Config()747 attr.audioStreamFlag = endpointType_ == TYPE_VOIP_MMAP ? AUDIO_FLAG_VOIP_FAST : AUDIO_FLAG_MMAP; in Config()1011 deviceInfo_.deviceRole, endpointType_, processList_.size()); in HandleStartDeviceFailed()1593 if (endpointType_ == TYPE_VOIP_MMAP && audioDataList.size() == 1) { in ProcessToEndpointDataHandle()[all …]
72 AudioStreamType streamType) : endpointType_(type), id_(id), streamType_(streamType) in AudioEndpointSeparate()74 AUDIO_INFO_LOG("AudioEndpoint type:%{public}d", endpointType_); in AudioEndpointSeparate()
125 return endpointType_; in GetEndpointType()178 EndpointType endpointType_; variable