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:pluginEvent
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H
A
D
hiplayer_impl.cpp
305
Plugin::PluginEvent
pluginEvent
= Plugin::AnyCast<Plugin::PluginEvent>(event.param);
in OnEvent()
local
306
if (
pluginEvent
.type == Plugin::PluginEventType::BELOW_LOW_WATERLINE ||
in OnEvent()
307
pluginEvent
.type == Plugin::PluginEventType::ABOVE_LOW_WATERLINE) {
in OnEvent()
308
MEDIA_LOG_I("Receive PLUGIN_EVENT, type: " PUBLIC_LOG_D32, CppExt::to_underlying(
pluginEvent
.type));
in OnEvent()
580
Plugin::PluginEvent
pluginEvent
= Plugin::AnyCast<Plugin::PluginEvent>(event.param);
in HandlePluginErrorEvent()
local
581
MEDIA_LOG_I("Receive PLUGIN_ERROR, type: " PUBLIC_LOG_D32, CppExt::to_underlying(
pluginEvent
.type));
in HandlePluginErrorEvent()
582
if (
pluginEvent
.type == Plugin::PluginEventType::CLIENT_ERROR &&
in HandlePluginErrorEvent()
583
Plugin::Any::IsSameTypeWith<Plugin::NetworkClientErrorCode>(
pluginEvent
.param)) {
in HandlePluginErrorEvent()
584
auto netClientErrorCode = Plugin::AnyCast<Plugin::NetworkClientErrorCode>(
pluginEvent
.param);
in HandlePluginErrorEvent()
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H
A
D
hiplayer_impl.cpp
511
Plugin::PluginEvent
pluginEvent
= Plugin::AnyCast<Plugin::PluginEvent>(event.param);
in HandlePluginErrorEvent()
local
512
MEDIA_LOG_I("Receive PLUGIN_ERROR, type: " PUBLIC_LOG_D32, CppExt::to_underlying(
pluginEvent
.type));
in HandlePluginErrorEvent()
513
if (
pluginEvent
.type == Plugin::PluginEventType::CLIENT_ERROR &&
in HandlePluginErrorEvent()
514
Plugin::Any::IsSameTypeWith<Plugin::NetworkClientErrorCode>(
pluginEvent
.param)) {
in HandlePluginErrorEvent()
515
auto netClientErrorCode = Plugin::AnyCast<Plugin::NetworkClientErrorCode>(
pluginEvent
.param);
in HandlePluginErrorEvent()
1118
auto
pluginEvent
= Plugin::AnyCast<Plugin::PluginEvent>(event.param);
in HandlePluginEvent()
local
1119
switch (
pluginEvent
.type) {
in HandlePluginEvent()
1121
auto interruptEvent = Plugin::AnyCast<AudioStandard::InterruptEvent>(
pluginEvent
.param);
in HandlePluginEvent()
1133
auto renderState = Plugin::AnyCast<AudioStandard::RendererState>(
pluginEvent
.param);
in HandlePluginEvent()
1146
CppExt::to_underlying(
pluginEvent
in HandlePluginEvent()
[all...]
Completed in 4 milliseconds