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:midi_version
(Results
1 - 7
of
7
) sorted by relevance
/third_party/alsa-lib/src/seq/
H
A
D
seq_hw.c
101
seq->
midi_version
!= (int)info->
midi_version
) {
in update_midi_version()
102
seq->
midi_version
= info->
midi_version
;
in update_midi_version()
103
if (info->
midi_version
> 0)
in update_midi_version()
H
A
D
seqmid.c
259
* \param
midi_version
MIDI protocol version to set
264
int snd_seq_set_client_midi_version(snd_seq_t *seq, int
midi_version
)
in snd_seq_set_client_midi_version()
argument
271
snd_seq_client_info_set_midi_version(&info,
midi_version
);
in snd_seq_set_client_midi_version()
H
A
D
seq.c
1748
return info->
midi_version
;
in snd_seq_client_info_get_midi_version()
1793
return info->
midi_version
;
in snd_seq_client_info_get_ump_conversion()
1842
* \param
midi_version
MIDI protocol version to set
1846
void snd_seq_client_info_set_midi_version(snd_seq_client_info_t *info, int
midi_version
)
in snd_seq_client_info_set_midi_version()
argument
1849
info->
midi_version
=
midi_version
;
in snd_seq_client_info_set_midi_version()
4167
if (!seq->
midi_version
&& snd_seq_ev_is_ump(ev))
in clear_ump_for_legacy_apps()
4502
if (!seq->
midi_version
)
in snd_seq_ump_event_output()
4519
if (!seq->
midi_version
)
in snd_seq_ump_event_output_buffer()
4536
if (!seq->
midi_version
)
in snd_seq_ump_extract_output()
[all...]
H
A
D
seq_local.h
96
int
midi_version
; /* current protocol version */
member
/third_party/alsa-lib/include/
H
A
D
seqmid.h
384
int snd_seq_set_client_midi_version(snd_seq_t *seq, int
midi_version
);
H
A
D
seq.h
169
void snd_seq_client_info_set_midi_version(snd_seq_client_info_t *info, int
midi_version
);
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asequencer.h
380
unsigned int
midi_version
; /* MIDI version */
member
Completed in 12 milliseconds