Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddaudio_source_dev_test.cpp223 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_OPEN_SPK;
237 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_OPEN_SPK;
242 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_CLOSE_SPK;
247 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_OPEN_MIC;
252 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_CLOSE_MIC;
257 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_OPEN_CTRL;
262 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_CLOSE_CTRL;
623 sourceDev_->rpcNotify_ = sourceDev_->EVENT_NOTIFY_OPEN_SPK;
/ohos5.0/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()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_dev.h150 uint8_t rpcNotify_ = 0; variable