Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_adapter_manager.cpp404 const std::string streamName = GetStreamName(processConfig.streamType); in InitPaStream() local
406 if (SetPaProplist(propList, map, processConfig, streamName, sessionId) != 0) { in InitPaStream()
412 pa_stream *paStream = pa_stream_new_with_proplist(context_, streamName.c_str(), &sampleSpec, in InitPaStream()
532 const std::string &streamName, uint32_t sessionId) in SetPaProplist() argument
538 pa_proplist_sets(propList, "stream.type", streamName.c_str()); in SetPaProplist()
539 pa_proplist_sets(propList, "media.name", streamName.c_str()); in SetPaProplist()
822 const std::string streamName = name; in GetStreamName() local
823 return streamName; in GetStreamName()
/ohos5.0/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 *rafE… 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()
/ohos5.0/drivers/hdf_core/framework/model/audio/sapm/include/
H A Daudio_sapm.h102 char *streamName; /* stream name */ member
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpa_adapter_manager.h91 const std::string &streamName, uint32_t sessionId);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp1184 const std::string streamName = name; in GetStreamName() local
1185 return streamName; in GetStreamName()