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:sinkInfos
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/audioadapter/src/
H
A
D
pulse_audio_service_adapter_impl.cpp
364
userData->
sinkInfos
.push_back(sinkInfo);
in PaGetSinksCb()
377
userData->
sinkInfos
= {};
in GetAllSinks()
379
CHECK_AND_RETURN_RET_LOG(mContext != nullptr, userData->
sinkInfos
, "mContext is nullptr");
in GetAllSinks()
388
return userData->
sinkInfos
;
in GetAllSinks()
397
AUDIO_DEBUG_LOG("end, get [%{public}zu] sinks.", userData->
sinkInfos
.size());
in GetAllSinks()
398
return userData->
sinkInfos
;
in GetAllSinks()
403
std::vector<SinkInfo>
sinkInfos
= GetAllSinks();
in GetTargetSinks()
local
405
for (size_t i = 0; i <
sinkInfos
.size(); i++) {
in GetTargetSinks()
406
if (
sinkInfos
[i].adapterName == adapterName) {
in GetTargetSinks()
407
targetSinkIds.push_back(
sinkInfos
[
in GetTargetSinks()
[all...]
/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/mock/
H
A
D
mock_distributed_input_client.cpp
197
auto
sinkInfos
= DInputContext::GetInstance().GetAllSinkScreenInfo();
in IsTouchEventNeedFilterOut()
local
199
for (const auto &[id, sinkInfo] :
sinkInfos
) {
in IsTouchEventNeedFilterOut()
/foundation/multimedia/audio_framework/frameworks/native/audioadapter/include/
H
A
D
pulse_audio_service_adapter_impl.h
75
std::vector<SinkInfo>
sinkInfos
;
member
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H
A
D
distributed_input_sink_manager.cpp
991
auto
sinkInfos
= DInputContext::GetInstance().GetAllSinkScreenInfo();
in CallBackScreenInfoChange()
local
993
for (const auto &[id, sinkInfo] :
sinkInfos
) {
in CallBackScreenInfoChange()
1013
auto
sinkInfos
= DInputContext::GetInstance().GetAllSinkScreenInfo();
in CleanExceptionalInfo()
local
1015
for (const auto &[id, sinkInfo] :
sinkInfos
) {
in CleanExceptionalInfo()
/foundation/distributedhardware/distributed_input/common/include/
H
A
D
input_hub.cpp
1488
auto
sinkInfos
= DInputContext::GetInstance().GetAllSinkScreenInfo();
in CheckTouchPointRegion()
local
1490
for (const auto &[id, sinkInfo] :
sinkInfos
) {
in CheckTouchPointRegion()
Completed in 7 milliseconds