Home
last modified time | relevance | path

Searched defs:note (Results 1 – 5 of 5) 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
/bionic/libc/bionic/
Dlibc_init_static.cpp171 static bool __read_memtag_note(const ElfW(Nhdr)* note, const char* name, const char* desc, in __read_memtag_note()
/bionic/libc/kernel/uapi/linux/
Dsoundcard.h645 #define _CHN_VOICE(dev,event,chn,note,parm) { _SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_VOICE; … argument
646 #define SEQ_START_NOTE(dev,chn,note,vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) argument
647 #define SEQ_STOP_NOTE(dev,chn,note,vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol) argument
648 #define SEQ_KEY_PRESSURE(dev,chn,note,pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, press… argument
/bionic/libc/kernel/uapi/sound/
Dasequencer.h111 unsigned char note; member
175 struct snd_seq_ev_note note; member