Home
last modified time | relevance | path

Searched refs:DMicClient (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/
H A Ddmic_client.cpp28 #define DH_LOG_TAG "DMicClient"
32 DMicClient::~DMicClient() in ~DMicClient()
40 void DMicClient::OnEngineTransEvent(const AVTransEvent &event) in OnEngineTransEvent()
51 void DMicClient::OnEngineTransMessage(const std::shared_ptr<AVTransMessage> &message) in OnEngineTransMessage()
59 int32_t DMicClient::InitSenderEngine(IAVEngineProvider *providerPtr) in InitSenderEngine()
73 int32_t DMicClient::OnStateChange(const AudioEventType type) in OnStateChange()
115 int32_t DMicClient::AudioFwkClientSetUp() in AudioFwkClientSetUp()
142 int32_t DMicClient::TransSetUp() in TransSetUp()
154 int32_t DMicClient
[all...]
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/include/
H A Ddmic_client.h46 class DMicClient : public IAudioDataTransCallback, class
49 public std::enable_shared_from_this<DMicClient> {
51 DMicClient(const std::string &devId, const int32_t dhId, const std::shared_ptr<IAudioEventCallback> &callback) in DMicClient() function in OHOS::DistributedHardware::DMicClient
53 ~DMicClient() override;
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/micclient/include/
H A Ddmic_client_test.h37 std::shared_ptr<DMicClient> micClient_ = nullptr;
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/managersink/src/
H A Ddaudio_sink_dev_test.cpp304 auto micClient = std::make_shared<DMicClient>(devId, dhId, sinkDev_); in HWTEST_F()
351 auto micClient = std::make_shared<DMicClient>(devId, dhId, sinkDev_); in HWTEST_F()
374 auto micClient = std::make_shared<DMicClient>(devId, dhId, sinkDev_); in HWTEST_F()
557 auto micClient = std::make_shared<DMicClient>(devId, dhIdMic, sinkDev_); in HWTEST_F()
671 auto micClient = std::make_shared<DMicClient>(devId, dhId, sinkDev_); in HWTEST_F()
697 auto micClient = std::make_shared<DMicClient>(devId, dhId, sinkDev_); in HWTEST_F()
709 micClient = std::make_shared<DMicClient>(devId, dhId, sinkDev_); in HWTEST_F()
832 auto micClient = std::make_shared<DMicClient>(devId, dhIdMic, sinkDev_); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp75 micClientMap_[DEFAULT_CAPTURE_ID] = std::make_shared<DMicClient>(devId_, DEFAULT_CAPTURE_ID, in InitAVTransEngines()
280 std::shared_ptr<DMicClient> micClient = nullptr; in TaskOpenDMic()
307 std::shared_ptr<DMicClient> micClient = micClientMap_[dhId]; in TaskCloseDMic()
523 std::shared_ptr<DMicClient> micClient = nullptr; in NotifySourceDev()
947 std::shared_ptr<DMicClient> micClient = nullptr; in PauseDistributedHardware()
963 std::shared_ptr<DMicClient> micClient = nullptr; in ResumeDistributedHardware()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/include/
H A Ddaudio_sink_dev.h96 std::map<int32_t, std::shared_ptr<DMicClient>> micClientMap_;
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/micclient/src/
H A Ddmic_client_test.cpp33 micClient_ = std::make_shared<DMicClient>(devId, dhId, clientCallback_); in SetUp()

Completed in 6 milliseconds