Home
last modified time | relevance | path

Searched defs:note (Results 1 – 4 of 4) sorted by relevance

/bionic/linker/
Dlinker_note_gnu_property_test.cpp182 GnuPropertySection note; in TEST() local
190 auto note = GnuPropertySection(nullptr, 0, 0, SONAME); in TEST() local
204 auto note = GnuPropertySection(&phdrs[0], std::size(phdrs), 0, SONAME); in TEST() local
222 auto note = GnuPropertySection(&phdrs[0], std::size(phdrs), 0, SONAME); in TEST() local
242 auto note = GnuPropertySection(&phdrs[0], std::size(phdrs), 0, SONAME); in TEST() local
/bionic/tests/
Dheap_tagging_level_test.cpp246 MemtagNote note = std::get<0>(GetParam()); in TEST_P() local
265 MemtagNote note = std::get<0>(info.param); in __anonaa5f95bd0302() local
/bionic/libc/kernel/uapi/linux/
Dsoundcard.h633 #define _CHN_VOICE(dev,event,chn,note,parm) { _SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_VOICE; … argument
634 #define SEQ_START_NOTE(dev,chn,note,vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) argument
635 #define SEQ_STOP_NOTE(dev,chn,note,vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol) argument
636 #define SEQ_KEY_PRESSURE(dev,chn,note,pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, press… argument
/bionic/libc/kernel/uapi/sound/
Dasequencer.h100 unsigned char note; member
156 struct snd_seq_ev_note note; member