Searched refs:WriteByte (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/midi/
H A DMidiStore.cpp663 BMidiStore::WriteByte(uint8 val) function in class:BMidiStore
711 WriteByte(buffer);
914 WriteByte(event->byte1);
915 WriteByte(event->byte2);
916 WriteByte(event->byte3);
921 WriteByte(event->byte1);
922 WriteByte(event->byte2);
938 WriteByte(event->byte1);
944 WriteByte(event->byte1);
945 WriteByte(even
[all...]
/haiku/src/add-ons/kernel/busses/i2c/ocores/
H A Docores_i2c.cpp40 OcoresI2c::WriteByte(OcoresI2cRegsCommand cmd, uint8 val) function in class:OcoresI2c
44 //dprintf("OcoresI2c::WriteByte(cmd: %#02x, val: %#02x)\n", cmd.val, val);
72 CHECK_RET(WriteByte({.start = true}, val));
210 CHECK_RET(WriteByte({.stop = cmdLength == 0 && dataLength == 0}, *cmdBuffer++));
H A Docores_i2c.h104 status_t WriteByte(OcoresI2cRegsCommand cmd, uint8 val);
/haiku/headers/os/midi/
H A DMidiStore.h109 void WriteByte(uint8 val);

Completed in 74 milliseconds