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:eosInterruptType_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H
A
D
audio_sink.cpp
129
eosInterruptType_
= EosInterruptState::NONE;
in Prepare()
159
if (
eosInterruptType_
!= EosInterruptState::NONE) {
in Stop()
160
eosInterruptType_
= EosInterruptState::STOP;
in Stop()
180
if (
eosInterruptType_
== EosInterruptState::INITIAL ||
eosInterruptType_
== EosInterruptState::RESUME) {
in Pause()
181
eosInterruptType_
= EosInterruptState::PAUSE;
in Pause()
195
if (
eosInterruptType_
== EosInterruptState::PAUSE) {
in Resume()
196
eosInterruptType_
= EosInterruptState::RESUME;
in Resume()
213
eosInterruptType_
= EosInterruptState::NONE;
in Flush()
315
switch (
eosInterruptType_
) {
in HandleEosInner()
[all...]
/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H
A
D
audio_sink_test.cpp
692
audioSink->
eosInterruptType_
= AudioSink::EosInterruptState::INITIAL;
in HWTEST()
713
audioSink->
eosInterruptType_
= AudioSink::EosInterruptState::INITIAL;
in HWTEST()
716
audioSink->
eosInterruptType_
= AudioSink::EosInterruptState::STOP;
in HWTEST()
742
audioSink->
eosInterruptType_
= AudioSink::EosInterruptState::PAUSE;
in HWTEST()
758
std::atomic<AudioSink::EosInterruptState>
eosInterruptType_
= std::atomic<AudioSink::EosInterruptState>();
in HWTEST()
local
759
eosInterruptType_
= AudioSink::EosInterruptState::PAUSE;
in HWTEST()
815
audioSink->
eosInterruptType_
= AudioSink::EosInterruptState::INITIAL;
in HWTEST()
818
EXPECT_EQ(audioSink->
eosInterruptType_
, AudioSink::EosInterruptState::NONE);
in HWTEST()
820
audioSink->
eosInterruptType_
= AudioSink::EosInterruptState::RESUME;
in HWTEST()
823
EXPECT_EQ(audioSink->
eosInterruptType_
, AudioSin
in HWTEST()
[all...]
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H
A
D
audio_sink.h
148
std::atomic<EosInterruptState>
eosInterruptType_
{EosInterruptState::NONE};
Completed in 4 milliseconds