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:next_track
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H
A
D
q6apm-dai.c
75
bool
next_track
;
member
609
prtd->
next_track
= true;
in q6apm_dai_compr_trigger()
660
if (prtd->
next_track
!= true) {
in q6apm_dai_compr_set_params()
773
if (prtd->
next_track
)
in q6apm_compr_copy()
794
if (prtd->
next_track
) {
in q6apm_compr_copy()
795
prtd->
next_track
= false;
in q6apm_compr_copy()
H
A
D
q6asm-dai.c
68
bool
next_track
;
member
1015
prtd->
next_track
= true;
in q6asm_dai_compr_trigger()
1068
if (prtd->
next_track
)
in q6asm_compr_copy()
1091
if (prtd->
next_track
) {
in q6asm_compr_copy()
1092
prtd->
next_track
= false;
in q6asm_compr_copy()
/kernel/linux/linux-6.6/sound/core/
H
A
D
compress_offload.c
592
if (stream->runtime->state == SNDRV_PCM_STATE_OPEN || stream->
next_track
) {
in snd_compr_set_params()
615
if (stream->
next_track
)
in snd_compr_set_params()
619
stream->
next_track
= false;
in snd_compr_set_params()
926
stream->
next_track
= true;
in snd_compr_next_track()
951
if (stream->
next_track
== false)
in snd_compr_partial_drain()
962
stream->
next_track
= false;
in snd_compr_partial_drain()
/kernel/linux/linux-5.10/include/sound/
H
A
D
compress_driver.h
68
* @
next_track
: has userspace signal next track transition, true when set
81
bool
next_track
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
compress_driver.h
68
* @
next_track
: has userspace signal next track transition, true when set
82
bool
next_track
;
member
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H
A
D
q6asm-dai.c
68
bool
next_track
;
member
1029
prtd->
next_track
= true;
in q6asm_dai_compr_trigger()
1082
if (prtd->
next_track
)
in q6asm_compr_copy()
1105
if (prtd->
next_track
) {
in q6asm_compr_copy()
1106
prtd->
next_track
= false;
in q6asm_compr_copy()
/kernel/linux/linux-5.10/sound/core/
H
A
D
compress_offload.c
618
stream->
next_track
= false;
in snd_compr_set_params()
900
stream->
next_track
= true;
in snd_compr_next_track()
925
if (stream->
next_track
== false)
in snd_compr_partial_drain()
936
stream->
next_track
= false;
in snd_compr_partial_drain()
Completed in 9 milliseconds