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:audioDeviceList
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/call_manager/services/audio/src/
H
A
D
audio_device_manager.cpp
76
info_.
audioDeviceList
.push_back(speaker);
in Init()
81
info_.
audioDeviceList
.push_back(earpiece);
in Init()
87
std::vector<std::unique_ptr<AudioDeviceDescriptor>>
audioDeviceList
=
in IsSupportEarpiece()
local
89
for (auto& audioDevice :
audioDeviceList
) {
in IsSupportEarpiece()
104
std::vector<AudioDevice>::iterator it = info_.
audioDeviceList
.begin();
in UpdateEarpieceDevice()
105
while (it != info_.
audioDeviceList
.end()) {
in UpdateEarpieceDevice()
107
it = info_.
audioDeviceList
.erase(it);
in UpdateEarpieceDevice()
119
std::vector<AudioDevice>::iterator it = info_.
audioDeviceList
.begin();
in UpdateBluetoothDeviceName()
120
while (it != info_.
audioDeviceList
.end()) {
in UpdateBluetoothDeviceName()
146
std::vector<AudioDevice>::iterator it = info_.
audioDeviceList
in AddAudioDeviceList()
[all...]
/base/web/webview/ohos_adapter/audio_adapter/src/
H
A
D
audio_system_manager_adapter_impl.cpp
262
std::vector<std::unique_ptr<AudioDeviceDescriptor>>
audioDeviceList
;
in GetDevices()
local
264
audioDeviceList
= AudioRoutingManager::GetInstance()->GetAvailableDevices(
in GetDevices()
267
audioDeviceList
= AudioRoutingManager::GetInstance()->GetAvailableDevices(AudioDeviceUsage::CALL_INPUT_DEVICES);
in GetDevices()
269
audioDeviceList
= AudioRoutingManager::GetInstance()->GetAvailableDevices(
in GetDevices()
274
for (auto& audioDevice :
audioDeviceList
) {
in GetDevices()
342
std::vector<std::unique_ptr<AudioDeviceDescriptor>>
audioDeviceList
;
in SelectAudioDeviceById()
local
344
audioDeviceList
= AudioRoutingManager::GetInstance()->GetAvailableDevices(
in SelectAudioDeviceById()
347
audioDeviceList
= AudioRoutingManager::GetInstance()->GetAvailableDevices(
in SelectAudioDeviceById()
350
for (auto& device :
audioDeviceList
) {
in SelectAudioDeviceById()
/base/telephony/call_manager/test/unittest/ui_client/
H
A
D
call_manager_callback_test.cpp
114
for (size_t i = 0; i < info.
audioDeviceList
.size(); i++) {
in OnReportAudioDeviceChange()
115
std::cout << "
audioDeviceList
[" << i
in OnReportAudioDeviceChange()
116
<< "] deviceType:" << static_cast<int32_t>(info.
audioDeviceList
[i].deviceType) << " "
in OnReportAudioDeviceChange()
117
<< "
audioDeviceList
[" << i << "] address:" << info.
audioDeviceList
[i].address << std::endl;
in OnReportAudioDeviceChange()
/base/telephony/call_manager/interfaces/innerkits/
H
A
D
call_manager_inner_type.h
789
std::vector<AudioDevice>
audioDeviceList
{};
/base/telephony/call_manager/services/call_report/src/
H
A
D
call_ability_callback_proxy.cpp
248
size_t audioDeviceListLength = info.
audioDeviceList
.size();
in OnReportAudioDeviceChange()
250
for (auto &audioDevice : info.
audioDeviceList
) {
in OnReportAudioDeviceChange()
/base/telephony/call_manager/frameworks/native/src/
H
A
D
call_ability_callback_stub.cpp
239
info.
audioDeviceList
.push_back(*audioDevicePtr);
in OnUpdateAudioDeviceChange()
/base/telephony/call_manager/frameworks/js/napi/src/
H
A
D
napi_call_ability_callback.cpp
1015
std::vector<AudioDevice>::iterator it = info.
audioDeviceList
.begin();
in ReportAudioDeviceInfo()
1017
for (; it != info.
audioDeviceList
.end(); ++it) {
in ReportAudioDeviceInfo()
1026
napi_set_named_property(env, callbackValues[ARRAY_INDEX_FIRST], "
audioDeviceList
", audioDeviceListValue);
in ReportAudioDeviceInfo()
Completed in 9 milliseconds