Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AudioProxy
(Results
1 - 11
of
11
) sorted by relevance
/base/telephony/call_manager/services/audio/src/
H
A
D
audio_proxy.cpp
51
AudioProxy
::
AudioProxy
()
in AudioProxy()
function in OHOS::Telephony::AudioProxy
57
AudioProxy
::~
AudioProxy
() {}
in ~AudioProxy()
59
bool
AudioProxy
::SetAudioScene(AudioStandard::AudioScene audioScene)
in SetAudioScene()
64
int32_t
AudioProxy
::SetAudioDeviceChangeCallback()
in SetAudioDeviceChangeCallback()
74
int32_t
AudioProxy
::UnsetDeviceChangeCallback()
in UnsetDeviceChangeCallback()
83
bool
AudioProxy
::SetBluetoothDevActive()
in SetBluetoothDevActive()
98
bool
AudioProxy
::SetSpeakerDevActive(bool isActive)
in SetSpeakerDevActive()
113
bool
AudioProxy
[all...]
H
A
D
audio_control_manager.cpp
48
DelayedSingleton<
AudioProxy
>::GetInstance()->UnsetDeviceChangeCallback();
in ~AudioControlManager()
49
DelayedSingleton<
AudioProxy
>::GetInstance()->UnsetAudioPreferDeviceChangeCallback();
in ~AudioControlManager()
50
DelayedSingleton<
AudioProxy
>::GetInstance()->UnsetAudioMicStateChangeCallback();
in ~AudioControlManager()
64
DelayedSingleton<
AudioProxy
>::GetInstance()->SetMicrophoneMute(false);
in UpdateForegroundLiveCall()
87
bool currentMute = DelayedSingleton<
AudioProxy
>::GetInstance()->IsMicrophoneMute();
in UpdateForegroundLiveCall()
105
if (DelayedSingleton<
AudioProxy
>::GetInstance()->GetPreferredOutputAudioDevice(device) ==
in HandleCallStateUpdatedForVoip()
162
AudioStandard::AudioRingerMode ringMode = DelayedSingleton<
AudioProxy
>::GetInstance()->GetRingerMode();
in VideoStateUpdated()
246
AudioStandard::AudioRingerMode ringMode = DelayedSingleton<
AudioProxy
>::GetInstance()->GetRingerMode();
in UpdateDeviceTypeForCrs()
339
DelayedSingleton<
AudioProxy
>::GetInstance()->StopVibrator();
in HandleNextState()
397
DelayedSingleton<
AudioProxy
>
in ProcessAudioWhenCallActive()
[all...]
H
A
D
tone.cpp
301
return DelayedSingleton<
AudioProxy
>::GetInstance()->GetToneDescriptorPath(tone);
in GetToneDescriptorPath()
303
return DelayedSingleton<
AudioProxy
>::GetInstance()->GetDefaultTonePath();
in GetToneDescriptorPath()
H
A
D
audio_device_manager.cpp
306
if (DelayedSingleton<
AudioProxy
>::GetInstance()->GetPreferredOutputAudioDevice(device) !=
in ProcessEvent()
375
if (isSpeakerAvailable_ && DelayedSingleton<
AudioProxy
>::GetInstance()->SetSpeakerDevActive(true)) {
in EnableSpeaker()
386
if (isEarpieceAvailable_ && DelayedSingleton<
AudioProxy
>::GetInstance()->SetEarpieceDevActive()) {
in EnableEarpiece()
397
if (isWiredHeadsetConnected_ && DelayedSingleton<
AudioProxy
>::GetInstance()->SetWiredHeadsetDevActive()) {
in EnableWiredHeadset()
567
info_.isMuted = DelayedSingleton<
AudioProxy
>::GetInstance()->IsMicrophoneMute();
in ReportAudioDeviceInfo()
/base/telephony/call_manager/test/fuzztest/audiodevice_fuzzer/
H
A
D
audiodevice_fuzzer.cpp
122
std::shared_ptr<
AudioProxy
> audioProxy = DelayedSingleton<
AudioProxy
>::GetInstance();
in AudioProxyFunc()
178
DelayedSingleton<
AudioProxy
>::GetInstance()->SetAudioMicStateChangeCallback();
in DoSomethingInterestingWithMyAPI()
179
DelayedSingleton<
AudioProxy
>::GetInstance()->SetAudioDeviceChangeCallback();
in DoSomethingInterestingWithMyAPI()
180
DelayedSingleton<
AudioProxy
>::GetInstance()->SetAudioPreferDeviceChangeCallback();
in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/audio/include/
H
A
D
audio_proxy.h
62
class
AudioProxy
: public std::enable_shared_from_this<
AudioProxy
> {
class
63
DECLARE_DELAYED_SINGLETON(
AudioProxy
)
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch8_test.cpp
51
DelayedSingleton<
AudioProxy
>::GetInstance()->SetAudioMicStateChangeCallback();
in SetUp()
52
DelayedSingleton<
AudioProxy
>::GetInstance()->SetAudioDeviceChangeCallback();
in SetUp()
53
DelayedSingleton<
AudioProxy
>::GetInstance()->SetAudioPreferDeviceChangeCallback();
in SetUp()
H
A
D
zero_branch_test_call_state.cpp
262
auto audioProxy = std::make_shared<
AudioProxy
>();
in HWTEST_F()
307
auto audioProxy = std::make_shared<
AudioProxy
>();
in HWTEST_F()
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
H
A
D
distributed_device_switch_controller.cpp
65
if (DelayedSingleton<
AudioProxy
>::GetInstance()->GetPreferredOutputAudioDevice(audioDevice) !=
in OnDistributedAudioDeviceChange()
/base/telephony/call_manager/services/call_manager_service/src/
H
A
D
call_manager_service.cpp
97
DelayedSingleton<
AudioProxy
>::GetInstance()->SetAudioMicStateChangeCallback();
in OnAddSystemAbility()
98
DelayedSingleton<
AudioProxy
>::GetInstance()->SetAudioDeviceChangeCallback();
in OnAddSystemAbility()
99
DelayedSingleton<
AudioProxy
>::GetInstance()->SetAudioPreferDeviceChangeCallback();
in OnAddSystemAbility()
1503
if (!DelayedSingleton<
AudioProxy
>::GetInstance()->SetSpeakerDevActive(false)) {
in SendCallUiEvent()
/base/telephony/call_manager/services/call/src/
H
A
D
call_control_manager.cpp
221
DelayedSingleton<
AudioProxy
>::GetInstance()->SetSpeakerDevActive(false);
in AnswerCall()
Completed in 15 milliseconds