Home
last modified time | relevance | path

Searched refs:SetStreamType (Results 1 – 17 of 17) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audiocompatibility/include/
Daudio_container_base.h99 int32_t SetStreamType(AudioStreamType audioStreamType, const int32_t &trackId);
Daudio_renderer_gateway.h49 int32_t SetStreamType(AudioStreamType audioStreamType) const override;
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
Dvtp_stream_socket.h133 bool SetStreamType(int type, const StreamAttr &value);
Dvtp_stream_socket.cpp177 …InsertElementToFuncMap(STREAM_TYPE_INT, INT_TYPE, &VtpStreamSocket::SetStreamType, &VtpStreamSocke… in VtpStreamSocket()
1417 bool VtpStreamSocket::SetStreamType(int type, const StreamAttr &value) in SetStreamType() function in Communication::SoftBus::VtpStreamSocket
/foundation/multimedia/audio_framework/frameworks/native/audiocompatibility/src/
Daudio_container_base.cpp165 int32_t AudioContainerBase::SetStreamType(AudioStreamType audioStreamType, const int32_t &trackId) in SetStreamType() function in OHOS::AudioStandard::AudioContainerBase
Daudio_renderer_gateway.cpp318 int32_t AudioRendererGateway::SetStreamType(AudioStreamType audioStreamType) const in SetStreamType() function in OHOS::AudioStandard::AudioRendererGateway
Daudio_container_stream_base.cpp521 return SetStreamType(audioStreamType, trackId_); in SetAudioStreamType()
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/
Daudio_renderer.h489 virtual int32_t SetStreamType(AudioStreamType audioStreamType) = 0;
/foundation/multimedia/audio_framework/services/audio_policy/test/example/
Daudio_policy_test.cpp294 static void SetStreamType(int &streamType) in SetStreamType() function
663 SetStreamType(streamType); in main()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
Daudio_renderer_private.h56 int32_t SetStreamType(AudioStreamType audioStreamType) override;
/foundation/multimedia/audio_framework/frameworks/native/audiostream/test/unittest/stream_test/src/
Daudio_stream_unit_test.cpp131 int32_t ret = audioStream_->SetStreamType(audioStreamType);
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/
Dvtp_stream_socket_test.cpp864 bool ret = vtpStreamSocket->SetStreamType(type, *value);
872 ret = vtpStreamSocket->SetStreamType(type, *value);
/foundation/multimedia/audio_framework/services/audio_service/client/include/
Daudio_service_client.h218 int32_t SetStreamType(AudioStreamType audioStreamType);
/foundation/multimedia/audio_framework/services/audio_service/client/src/
Daudio_stream.cpp700 return SetStreamType(audioStreamType); in SetAudioStreamType()
Daudio_service_client.cpp2562 int32_t AudioServiceClient::SetStreamType(AudioStreamType audioStreamType) in SetStreamType() function in OHOS::AudioStandard::AudioServiceClient
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
Daudio_renderer.cpp694 int32_t AudioRendererPrivate::SetStreamType(AudioStreamType audioStreamType) in SetStreamType() function in OHOS::AudioStandard::AudioRendererPrivate
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
Daudio_renderer_unit_test.cpp1217 ret = audioRenderer->SetStreamType(audioStreamType);