Home
last modified time | relevance | path

Searched defs:deviceNetworkId (Results 1 - 17 of 17) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/test/unittest/
H A Dremote_fast_audio_capturer_source_unittest.cpp155 const std::string deviceNetworkId = "exist_device_network_id"; in HWTEST_F() local
167 const std::string deviceNetworkId = "device_network_id"; in HWTEST_F() local
180 const std::string deviceNetworkId = "device_network_id"; in HWTEST_F() local
195 const std::string deviceNetworkId = "device_network_id"; in HWTEST_F() local
210 const std::string deviceNetworkId = "device_network_id"; in HWTEST_F() local
225 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
240 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
254 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
271 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
285 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
299 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
315 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
330 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
346 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
363 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
379 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
395 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
412 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
429 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
446 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
463 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
479 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
495 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
511 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
527 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
542 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
557 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
572 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
587 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
602 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
617 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
632 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
647 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
662 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
677 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
692 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
707 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
726 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
743 const std::string deviceNetworkId = "device_network_id"; HWTEST_F() local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/common/
H A Drenderer_sink_adapter.c51 int32_t LoadSinkAdapter(const char *device, const char *deviceNetworkId, struct RendererSinkAdapter **sinkAdapter) in LoadSinkAdapter() argument
H A Di_audio_renderer_sink.h34 const char *deviceNetworkId = NULL; member
H A Di_audio_renderer_sink_intf.h34 const char *deviceNetworkId; member
H A Di_audio_renderer_sink.cpp37 IAudioRendererSink *IAudioRendererSink::GetInstance(const char *devceClass, const char *deviceNetworkId) in GetInstance() argument
96 int32_t FillinSinkWapper(const char *device, const char *deviceNetworkId, struct RendererSinkAdapter *adapter) in FillinSinkWapper() argument
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/common/
H A Dcapturer_source_adapter.c47 int32_t LoadSourceAdapter(const char *device, const char *deviceNetworkId, const int32_t sourceType, in LoadSourceAdapter() argument
H A Di_audio_capturer_source.h36 const char *deviceNetworkId = NULL; member
H A Di_audio_capturer_source_intf.h37 const char *deviceNetworkId; member
H A Di_audio_capturer_source.cpp37 IAudioCapturerSource *IAudioCapturerSource::GetInstance(const char *deviceClass, const char *deviceNetworkId, in GetInstance() argument
96 int32_t FillinSourceWapper(const char *deviceClass, const char *deviceNetworkId, in FillinSourceWapper() argument
/foundation/distributedhardware/device_manager/test/benchmarktest/device_manager_fa_test/
H A Ddevice_manager_fa_test.cpp215 string deviceNetworkId = "com.OHOS.app"; in BENCHMARK_F() local
240 string deviceNetworkId = "com.OHOS.app"; in BENCHMARK_F() local
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dsink_userdata.h46 const char *deviceNetworkId; member
H A Dmodule_split_stream_sink.c115 const char *deviceNetworkId; member
H A Dhdi_sink.c3785 const char *deviceNetworkId = safeProplistGets(u->sink->proplist, "NetworkId", ""); in PrepareDeviceOffload() local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H A Dremote_fast_audio_capturer_source.cpp157 IMmapAudioCapturerSource *RemoteFastAudioCapturerSource::GetInstance(const std::string &deviceNetworkId) in GetInstance() argument
174 RemoteFastAudioCapturerSourceInner::RemoteFastAudioCapturerSourceInner(const std::string &deviceNetworkId) in RemoteFastAudioCapturerSourceInner() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote/
H A Dremote_audio_capturer_source.cpp142 RemoteAudioCapturerSource *RemoteAudioCapturerSource::GetInstance(const std::string &deviceNetworkId) in GetInstance() argument
166 RemoteAudioCapturerSourceInner::RemoteAudioCapturerSourceInner(const std::string &deviceNetworkId) in RemoteAudioCapturerSourceInner() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/
H A Dremote_fast_audio_renderer_sink.cpp165 IMmapAudioRendererSink *RemoteFastAudioRendererSink::GetInstance(const std::string &deviceNetworkId) in GetInstance() argument
181 RemoteFastAudioRendererSinkInner::RemoteFastAudioRendererSinkInner(const std::string &deviceNetworkId) in RemoteFastAudioRendererSinkInner() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/
H A Dremote_audio_renderer_sink.cpp177 RemoteAudioRendererSinkInner::RemoteAudioRendererSinkInner(const std::string &deviceNetworkId) in RemoteAudioRendererSinkInner() argument
193 RemoteAudioRendererSink *RemoteAudioRendererSink::GetInstance(const std::string &deviceNetworkId) in GetInstance() argument
[all...]

Completed in 20 milliseconds