Home
last modified time | relevance | path

Searched refs:SINK (Results 1 - 6 of 6) sorted by relevance

/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
H A Ddistributed_device_switch_controller.cpp52 if (devRole == static_cast<int32_t>(DistributedRole::SINK)) { in OnDistributedAudioDeviceChange()
75 isAudioOnSink_ = (devRole == static_cast<int32_t>(DistributedRole::SINK)); in OnDistributedAudioDeviceChange()
H A Ddistributed_communication_manager.cpp103 role_ = (devRole == 0 ? DistributedRole::SINK : DistributedRole::SOURCE); // peer role 0 means local role sink in OnDeviceOnline()
109 if (role_ == DistributedRole::SINK) { in OnDeviceOnline()
157 return role_ == DistributedRole::SINK; in IsSinkRole()
199 return devSwitchController_->SwitchDevice(devId, static_cast<int32_t>(DistributedRole::SINK)); in SwitchToSinkDevice()
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/
H A Ddistributed_dev_switch_test.cpp42 DistributedRole devRole = DistributedRole::SINK; in HWTEST_F()
/base/usb/usb_manager/interfaces/kits/js/napi/include/
H A Dusb_async_context.h28 const int32_t SINK = 2; member
/base/telephony/call_manager/services/distributed_call/include/distributed_communication/
H A Ddistributed_communication_manager.h32 SINK = 1 member in OHOS::Telephony::DistributedRole
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp1638 DECLARE_NAPI_STATIC_PROPERTY("SINK", ToInt32Value(env, SINK)), in DeclareEnum()

Completed in 5 milliseconds