Home
last modified time | relevance | path

Searched refs:streamName (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp693 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); in HWTEST() local
694 EXPECT_EQ(streamName, "VOICE_ASSISTANT"); in HWTEST()
706 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); in HWTEST() local
707 EXPECT_EQ(streamName, "VOICE_CALL"); in HWTEST()
720 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); in HWTEST() local
721 EXPECT_EQ(streamName, "VOICE_CALL"); in HWTEST()
733 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); in HWTEST() local
734 EXPECT_EQ(streamName, "SYSTEM"); in HWTEST()
747 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); in HWTEST() local
748 EXPECT_EQ(streamName, "RIN in HWTEST()
760 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); HWTEST() local
774 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); HWTEST() local
788 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); HWTEST() local
802 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); HWTEST() local
816 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); HWTEST() local
830 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); HWTEST() local
844 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); HWTEST() local
858 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); HWTEST() local
872 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); HWTEST() local
2316 const std::string streamName = AudioInfoDumpUtils::GetStreamName(streamType); HWTEST() local
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcreate_streamrw.cpp29 static napi_value CreateStream(napi_env env, napi_callback_info info, const string &streamName) in CreateStream() argument
42 napi_get_named_property(env, streamrw, streamName.c_str(), &constructor); in CreateStream()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_adapter_manager.cpp400 const std::string streamName = GetStreamName(processConfig.streamType); in InitPaStream() local
402 if (SetPaProplist(propList, map, processConfig, streamName, sessionId) != 0) { in InitPaStream()
408 pa_stream *paStream = pa_stream_new_with_proplist(context_, streamName.c_str(), &sampleSpec, in InitPaStream()
521 const std::string &streamName, uint32_t sessionId) in SetPaProplist()
527 pa_proplist_sets(propList, "stream.type", streamName.c_str()); in SetPaProplist()
528 pa_proplist_sets(propList, "media.name", streamName.c_str()); in SetPaProplist()
786 const std::string streamName = name; in GetStreamName() local
787 return streamName; in GetStreamName()
520 SetPaProplist(pa_proplist *propList, pa_channel_map &map, AudioProcessConfig &processConfig, const std::string &streamName, uint32_t sessionId) SetPaProplist() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H A Drandomaccessfile_n_exporter.cpp422 static napi_value CreateStream(napi_env env, const string &streamName, RandomAccessFileEntity *rafEntity, int flags) in CreateStream() argument
448 napi_get_named_property(env, streamrw, streamName.c_str(), &constructor); in CreateStream()
455 if (rafEntity->end >= 0 && streamName == READ_STREAM_CLASS) { in CreateStream()
458 if (streamName == WRITE_STREAM_CLASS) { in CreateStream()
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpa_adapter_manager.h93 const std::string &streamName, uint32_t sessionId);
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp1085 const std::string streamName = name; in GetStreamName() local
1086 return streamName; in GetStreamName()

Completed in 8 milliseconds