Searched defs:note (Results 1 – 5 of 5) sorted by relevance
/bionic/linker/ |
D | linker_note_gnu_property_test.cpp | 182 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/ |
D | heap_tagging_level_test.cpp | 246 MemtagNote note = std::get<0>(GetParam()); in TEST_P() local
|
/bionic/libc/bionic/ |
D | libc_init_static.cpp | 171 static bool __read_memtag_note(const ElfW(Nhdr)* note, const char* name, const char* desc, in __read_memtag_note()
|
/bionic/libc/kernel/uapi/linux/ |
D | soundcard.h | 645 #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/ |
D | asequencer.h | 111 unsigned char note; member 175 struct snd_seq_ev_note note; member
|