Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.h137 bool SetStreamType(int32_t type, const StreamAttr &value);
H A Dvtp_stream_socket.cpp178 …InsertElementToFuncMap(STREAM_TYPE_INT, INT_TYPE, &VtpStreamSocket::SetStreamType, &VtpStreamSocke… in VtpStreamSocket()
1465 bool VtpStreamSocket::SetStreamType(int32_t type, const StreamAttr &value) in SetStreamType() function in Communication::SoftBus::VtpStreamSocket
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/
H A Daudio_renderer.h497 virtual int32_t SetStreamType(AudioStreamType audioStreamType) = 0;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/test/example/
H A Daudio_policy_test.cpp303 static void SetStreamType(int &streamType) in SetStreamType() function
768 SetStreamType(streamType); in main()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/
H A Dvtp_stream_socket_test.cpp874 bool ret = vtpStreamSocket->SetStreamType(type, *value);
882 ret = vtpStreamSocket->SetStreamType(type, *value);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h60 int32_t SetStreamType(AudioStreamType audioStreamType) override;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp837 int32_t AudioRendererPrivate::SetStreamType(AudioStreamType audioStreamType) in SetStreamType() function in OHOS::AudioStandard::AudioRendererPrivate
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H A Daudio_renderer_unit_test.cpp1223 ret = audioRenderer->SetStreamType(audioStreamType);