| /foundation/multimedia/audio_framework/frameworks/native/audiocompatibility/include/ |
| D | audio_container_base.h | 99 int32_t SetStreamType(AudioStreamType audioStreamType, const int32_t &trackId);
|
| D | audio_renderer_gateway.h | 49 int32_t SetStreamType(AudioStreamType audioStreamType) const override;
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
| D | vtp_stream_socket.h | 133 bool SetStreamType(int type, const StreamAttr &value);
|
| D | vtp_stream_socket.cpp | 177 …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/ |
| D | audio_container_base.cpp | 165 int32_t AudioContainerBase::SetStreamType(AudioStreamType audioStreamType, const int32_t &trackId) in SetStreamType() function in OHOS::AudioStandard::AudioContainerBase
|
| D | audio_renderer_gateway.cpp | 318 int32_t AudioRendererGateway::SetStreamType(AudioStreamType audioStreamType) const in SetStreamType() function in OHOS::AudioStandard::AudioRendererGateway
|
| D | audio_container_stream_base.cpp | 521 return SetStreamType(audioStreamType, trackId_); in SetAudioStreamType()
|
| /foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/ |
| D | audio_renderer.h | 489 virtual int32_t SetStreamType(AudioStreamType audioStreamType) = 0;
|
| /foundation/multimedia/audio_framework/services/audio_policy/test/example/ |
| D | audio_policy_test.cpp | 294 static void SetStreamType(int &streamType) in SetStreamType() function 663 SetStreamType(streamType); in main()
|
| /foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/ |
| D | audio_renderer_private.h | 56 int32_t SetStreamType(AudioStreamType audioStreamType) override;
|
| /foundation/multimedia/audio_framework/frameworks/native/audiostream/test/unittest/stream_test/src/ |
| D | audio_stream_unit_test.cpp | 131 int32_t ret = audioStream_->SetStreamType(audioStreamType);
|
| /foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/ |
| D | vtp_stream_socket_test.cpp | 864 bool ret = vtpStreamSocket->SetStreamType(type, *value); 872 ret = vtpStreamSocket->SetStreamType(type, *value);
|
| /foundation/multimedia/audio_framework/services/audio_service/client/include/ |
| D | audio_service_client.h | 218 int32_t SetStreamType(AudioStreamType audioStreamType);
|
| /foundation/multimedia/audio_framework/services/audio_service/client/src/ |
| D | audio_stream.cpp | 700 return SetStreamType(audioStreamType); in SetAudioStreamType()
|
| D | audio_service_client.cpp | 2562 int32_t AudioServiceClient::SetStreamType(AudioStreamType audioStreamType) in SetStreamType() function in OHOS::AudioStandard::AudioServiceClient
|
| /foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/ |
| D | audio_renderer.cpp | 694 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/ |
| D | audio_renderer_unit_test.cpp | 1217 ret = audioRenderer->SetStreamType(audioStreamType);
|