Home
last modified time | relevance | path

Searched refs:AudioDeviceInfo (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-telephony.md3 …方法 or 属性: function on(type: 'audioDeviceChange', callback: Callback\<AudioDeviceInfo>): void;|@oho…
4 … or 属性: function off(type: 'audioDeviceChange', callback?: Callback\<AudioDeviceInfo>): void;|@oho…
23 |新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceInfo|@ohos.telephony.call.d.ts|
24 |新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceInfo<br>方法 or 属性: audioDeviceList: Array\<AudioDe…
25 |新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceInfo<br>方法 or 属性: currentAudioDevice: AudioDevice…
26 |新增|NA|模块名: ohos.telephony.call<br>类名: AudioDeviceInfo<br>方法 or 属性: isMuted: boolean;|@ohos.telepho…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-telephony.md3 …ute name: function on(type: 'audioDeviceChange', callback: Callback\<AudioDeviceInfo>): void;|@oho…
4 …e name: function off(type: 'audioDeviceChange', callback?: Callback\<AudioDeviceInfo>): void;|@oho…
23 |Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceInfo|@ohos.telephony.call.d.ts|
24 |Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceInfo<br>Method or attribute na…
25 |Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceInfo<br>Method or attribute na…
26 |Added|NA|Module name: ohos.telephony.call<br>Class name: AudioDeviceInfo<br>Method or attribute na…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-telephony.md3 |删除|类名:AudioDeviceInfo;<br>方法or属性:audioDeviceList: Array\<AudioDevice>;|NA|@ohos.telephony.call.d.t…
4 |删除|类名:AudioDeviceInfo;<br>方法or属性:currentAudioDevice: AudioDevice;|NA|@ohos.telephony.call.d.ts|
5 |删除|类名:AudioDeviceInfo;<br>方法or属性:isMuted: boolean;|NA|@ohos.telephony.call.d.ts|
33 …br>方法or属性:function on(type: 'audioDeviceChange', callback: Callback\<AudioDeviceInfo>): void;|类名:c…
34 …>方法or属性:function off(type: 'audioDeviceChange', callback?: Callback\<AudioDeviceInfo>): void;|类名:c…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-telephony.md3 |Deleted|Class name: AudioDeviceInfo;<br>Method or attribute name: audioDeviceList: Array\<AudioDev…
4 |Deleted|Class name: AudioDeviceInfo;<br>Method or attribute name: currentAudioDevice: AudioDevice;…
5 |Deleted|Class name: AudioDeviceInfo;<br>Method or attribute name: isMuted: boolean;|NA|@ohos.telep…
33 …ute name: function on(type: 'audioDeviceChange', callback: Callback\<AudioDeviceInfo>): void;|Clas…
34 …e name: function off(type: 'audioDeviceChange', callback?: Callback\<AudioDeviceInfo>): void;|Clas…
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager_callback.h37 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) override;
H A Dnapi_call_ability_callback.h86 int32_t UpdateAudioDeviceInfo(const AudioDeviceInfo &info);
131 static int32_t ReportAudioDeviceInfo(AudioDeviceInfo &info, EventCallback eventCallback);
H A Dnapi_call_manager_types.h234 AudioDeviceInfo info;
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_callback.h94 virtual int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) = 0;
H A Dcall_manager_inner_type.h785 struct AudioDeviceInfo { struct
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dcall_manager_callback_test.h37 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) override;
H A Dcall_manager_callback_test.cpp108 int32_t CallManagerCallbackTest::OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_ability_callback_stub.cpp221 AudioDeviceInfo info; in OnUpdateAudioDeviceChange()
222 if (memset_s(&info, sizeof(AudioDeviceInfo), 0, sizeof(AudioDeviceInfo)) != EOK) { in OnUpdateAudioDeviceChange()
H A Dcall_ability_callback.cpp92 int32_t CallAbilityCallback::OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange()
/ohos5.0/base/telephony/call_manager/frameworks/native/include/
H A Dcall_ability_callback.h40 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) override;
H A Di_call_ability_callback.h37 virtual int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) = 0;
/ohos5.0/base/telephony/call_manager/services/call_report/include/
H A Dcall_ability_callback_proxy.h38 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) override;
H A Dcall_ability_report_proxy.h43 int32_t ReportAudioDeviceChange(const AudioDeviceInfo &info);
/ohos5.0/base/telephony/call_manager/services/audio/include/
H A Daudio_device_manager.h95 AudioDeviceInfo info_;
/ohos5.0/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtui_event.h91 …int32_t OnReportAudioDeviceChange(const OHOS::Telephony::AudioDeviceInfo &info) override { return … in OnReportAudioDeviceChange()
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager_callback.cpp91 int32_t NapiCallManagerCallback::OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_connect.h328 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange()
412 int32_t OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange()
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_device_manager.cpp67 if (memset_s(&info_, sizeof(AudioDeviceInfo), 0, sizeof(AudioDeviceInfo)) != EOK) { in Init()
/ohos5.0/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_callback_proxy.cpp239 int32_t CallAbilityCallbackProxy::OnReportAudioDeviceChange(const AudioDeviceInfo &info) in OnReportAudioDeviceChange()
H A Dcall_ability_report_proxy.cpp284 int32_t CallAbilityReportProxy::ReportAudioDeviceChange(const AudioDeviceInfo &info) in ReportAudioDeviceChange()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-telephony.md349 |访问级别有变化|类名:AudioDeviceInfo;<br>方法or属性:audioDeviceList: Array\<AudioDevice>;<br>旧版本信息:|类名:AudioDevi…
350 |访问级别有变化|类名:AudioDeviceInfo;<br>方法or属性:currentAudioDevice: AudioDevice;<br>旧版本信息:|类名:AudioDeviceInf…
351 |访问级别有变化|类名:AudioDeviceInfo;<br>方法or属性:isMuted: boolean;<br>旧版本信息:|类名:AudioDeviceInfo;<br>方法or属性:is…
990 |type有变化|类名:AudioDeviceInfo;<br>方法or属性:audioDeviceList: Array\<AudioDevice>;<br>旧版本信息:|类名:AudioDevi…
991 |type有变化|类名:AudioDeviceInfo;<br>方法or属性:currentAudioDevice: AudioDevice;<br>旧版本信息:|类名:AudioDeviceInf…
992 |type有变化|类名:AudioDeviceInfo;<br>方法or属性:isMuted: boolean;<br>旧版本信息:|类名:AudioDeviceInfo;<br>方法or属性:is…

12