Searched refs:endpointType_ (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/server/include/ |
H A D | audio_endpoint.h | 129 return endpointType_; 187 EndpointType endpointType_; member in OHOS::AudioStandard::AudioEndpointSeparate
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_endpoint.cpp | 140 return endpointType_; 274 EndpointType endpointType_; member in OHOS::AudioStandard::AudioEndpointInner 386 const AudioProcessConfig &clientConfig) : endpointType_(type), id_(id), clientConfig_(clientConfig) in AudioEndpointInner() 388 AUDIO_INFO_LOG("AudioEndpoint type:%{public}d", endpointType_); in AudioEndpointInner() 636 attr.audioStreamFlag = endpointType_ == TYPE_VOIP_MMAP ? AUDIO_FLAG_VOIP_FAST : AUDIO_FLAG_MMAP; in ConfigInputPoint() 638 fastSource_ = GetFastSource(deviceInfo.networkId, endpointType_, attr); in ConfigInputPoint() 742 fastSink_ = GetFastSink(deviceInfo, endpointType_); in Config() 752 attr.audioStreamFlag = endpointType_ == TYPE_VOIP_MMAP ? AUDIO_FLAG_VOIP_FAST : AUDIO_FLAG_MMAP; in Config() 1009 deviceInfo_.deviceRole, endpointType_, processList_.size()); in HandleStartDeviceFailed() 1594 if (endpointType_ in ProcessToEndpointDataHandle() [all...] |
H A D | audio_endpoint_separate.cpp | 72 AudioStreamType streamType) : endpointType_(type), id_(id), streamType_(streamType) in AudioEndpointSeparate() 74 AUDIO_INFO_LOG("AudioEndpoint type:%{public}d", endpointType_); in AudioEndpointSeparate()
|
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_endpoint_unit_test/src/ |
H A D | audio_endpoint_unit_test.cpp | 535 audioEndpointInner->endpointType_ = AudioEndpoint::EndpointType::TYPE_INVALID; in HWTEST_F() 540 audioEndpointInner->endpointType_ = AudioEndpoint::EndpointType::TYPE_VOIP_MMAP; in HWTEST_F()
|
Completed in 7 milliseconds