Home
last modified time | relevance | path

Searched refs:rpcNotify_ (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp481 rpcNotify_ = iter->second; in HandleNotifyRPC()
620 return rpcNotify_ == EVENT_NOTIFY_OPEN_SPK; in WaitForRPC()
622 return rpcNotify_ == EVENT_NOTIFY_CLOSE_SPK; in WaitForRPC()
624 return rpcNotify_ == EVENT_NOTIFY_OPEN_MIC; in WaitForRPC()
626 return rpcNotify_ == EVENT_NOTIFY_CLOSE_MIC; in WaitForRPC()
628 return rpcNotify_ == EVENT_NOTIFY_OPEN_CTRL; in WaitForRPC()
630 return rpcNotify_ == EVENT_NOTIFY_CLOSE_CTRL; in WaitForRPC()
643 rpcNotify_ = 0; in WaitForRPC()
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp223 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_OPEN_SPK; in HWTEST_F()
237 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_OPEN_SPK; in HWTEST_F()
242 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_CLOSE_SPK; in HWTEST_F()
247 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_OPEN_MIC; in HWTEST_F()
252 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_CLOSE_MIC; in HWTEST_F()
257 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_OPEN_CTRL; in HWTEST_F()
262 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_CLOSE_CTRL; in HWTEST_F()
623 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_OPEN_SPK; in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_dev.h150 uint8_t rpcNotify_ = 0; member in OHOS::DistributedHardware::DAudioSourceDev

Completed in 7 milliseconds