Home
last modified time | relevance | path

Searched refs:endpointType_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp140 return endpointType_; in GetEndpointType()
271 EndpointType endpointType_; member in OHOS::AudioStandard::AudioEndpointInner
382 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 …]
H A Daudio_endpoint_separate.cpp72 AudioStreamType streamType) : endpointType_(type), id_(id), streamType_(streamType) in AudioEndpointSeparate()
74 AUDIO_INFO_LOG("AudioEndpoint type:%{public}d", endpointType_); in AudioEndpointSeparate()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_endpoint.h125 return endpointType_; in GetEndpointType()
178 EndpointType endpointType_; variable