Searched refs:CreateEndpoint (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_endpoint_unit_test/src/ |
H A D | audio_endpoint_unit_test.cpp | 140 * @tc.name : Test CreateEndpoint API 143 * @tc.desc : Test CreateEndpoint interface, networkId is LOCAL_NETWORK_ID. 153 AudioEndpoint::CreateEndpoint(AudioEndpoint::TYPE_MMAP, 123, config, deviceInfo); in HWTEST_F() 158 * @tc.name : Test CreateEndpoint API 161 * @tc.desc : Test CreateEndpoint interface. 188 * @tc.name : Test CreateEndpoint API 191 * @tc.desc : Test CreateEndpoint interface, networkId is LOCAL_NETWORK_ID, deviceRole is INPUT_DEVICE. 202 AudioEndpoint::CreateEndpoint(AudioEndpoint::TYPE_MMAP, 123, config, deviceInfo); in HWTEST_F() 207 * @tc.name : Test CreateEndpoint API 210 * @tc.desc : Test CreateEndpoint interfac [all...] |
/foundation/multimedia/audio_framework/services/audio_service/server/include/ |
H A D | audio_endpoint.h | 64 static std::shared_ptr<AudioEndpoint> CreateEndpoint(EndpointType type, uint64_t id,
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_service.cpp | 755 std::shared_ptr<AudioEndpoint> endpoint = AudioEndpoint::CreateEndpoint(isVoipStream ? in GetAudioEndpointForDevice() 765 std::shared_ptr<AudioEndpoint> endpoint = AudioEndpoint::CreateEndpoint(AudioEndpoint::TYPE_INDEPENDENT, in GetAudioEndpointForDevice()
|
H A D | audio_endpoint.cpp | 366 std::shared_ptr<AudioEndpoint> AudioEndpoint::CreateEndpoint(EndpointType type, uint64_t id, in CreateEndpoint() function in OHOS::AudioStandard::AudioEndpoint
|
Completed in 6 milliseconds