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:supportedCastCmds
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/av_session/services/session/server/
H
A
D
hw_cast_stream_player.cpp
766
std::vector<int32_t>
supportedCastCmds
;
in OnAvailableCapabilityChanged()
local
767
checkCmdsFromAbility(streamCapability,
supportedCastCmds
);
in OnAvailableCapabilityChanged()
771
listener->OnValidCommandChange(
supportedCastCmds
);
in OnAvailableCapabilityChanged()
790
const CastEngine::StreamCapability& streamCapability, std::vector<int32_t>&
supportedCastCmds
)
in checkCmdsFromAbility()
793
supportedCastCmds
.push_back(AVCastControlCommand::CAST_CONTROL_CMD_PLAY);
in checkCmdsFromAbility()
796
supportedCastCmds
.push_back(AVCastControlCommand::CAST_CONTROL_CMD_PAUSE);
in checkCmdsFromAbility()
799
supportedCastCmds
.push_back(AVCastControlCommand::CAST_CONTROL_CMD_STOP);
in checkCmdsFromAbility()
802
supportedCastCmds
.push_back(AVCastControlCommand::CAST_CONTROL_CMD_PLAY_NEXT);
in checkCmdsFromAbility()
805
supportedCastCmds
.push_back(AVCastControlCommand::CAST_CONTROL_CMD_PLAY_PREVIOUS);
in checkCmdsFromAbility()
808
supportedCastCmds
in checkCmdsFromAbility()
789
checkCmdsFromAbility( const CastEngine::StreamCapability& streamCapability, std::vector<int32_t>&
supportedCastCmds
)
checkCmdsFromAbility()
argument
824
checkAbilityFromCmds( const std::vector<int32_t>&
supportedCastCmds
, CastEngine::StreamCapability& streamCapability)
checkAbilityFromCmds()
argument
[all...]
H
A
D
hw_cast_stream_player.h
73
std::vector<int32_t> &
supportedCastCmds
);
75
const std::vector<int32_t>&
supportedCastCmds
, CastEngine::StreamCapability& streamCapability);
H
A
D
avsession_item.cpp
589
auto callback = [this](int32_t cmd, std::vector<int32_t>&
supportedCastCmds
) {
in GetAVCastControllerInner()
594
supportedCastCmds
= supportedCastCmds_;
in GetAVCastControllerInner()
599
supportedCastCmds
= supportedCastCmds_;
in GetAVCastControllerInner()
604
supportedCastCmds
= {};
in GetAVCastControllerInner()
612
supportedCastCmds
= supportedCastCmds_;
in GetAVCastControllerInner()
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H
A
D
avcast_controller_test.cpp
130
auto callback = [this](int32_t cmd, std::vector<int32_t>&
supportedCastCmds
) {
in SetUp()
132
supportedCastCmds
= supportedCastCmd_;
in SetUp()
Completed in 6 milliseconds