Searched refs:B_NOW (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/os/midi/
H A DMidiText.h16 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
19 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
22 uchar channel, uchar note, uchar pressure, uint32 time = B_NOW);
26 uint32 time = B_NOW);
29 uchar channel, uchar programNumber, uint32 time = B_NOW);
32 uchar channel, uchar pressure, uint32 time = B_NOW);
35 uchar channel, uchar lsb, uchar msb, uint32 time = B_NOW);
38 void* data, size_t length, uint32 time = B_NOW);
41 uchar status, uchar data1, uchar data2, uint32 time = B_NOW);
43 virtual void SystemRealTime(uchar status, uint32 time = B_NOW);
[all...]
H A DMidiSynth.h42 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
45 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
48 uchar channel, uchar note, uchar pressure, uint32 time = B_NOW);
52 uint32 time = B_NOW);
55 uchar channel, uchar programNumber, uint32 time = B_NOW);
58 uchar channel, uchar pressure, uint32 time = B_NOW);
61 uchar channel, uchar lsb, uchar msb, uint32 time = B_NOW);
63 virtual void AllNotesOff(bool justChannel, uint32 time = B_NOW);
H A DMidiPort.h25 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
28 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
31 uchar channel, uchar note, uchar pressure, uint32 time = B_NOW);
35 uint32 time = B_NOW);
38 uchar channel, uchar programNumber, uint32 time = B_NOW);
41 uchar channel, uchar pressure, uint32 time = B_NOW);
44 uchar channel, uchar lsb, uchar msb, uint32 time = B_NOW);
47 void* data, size_t length, uint32 time = B_NOW);
50 uchar status, uchar data0, uchar data2, uint32 time = B_NOW);
52 virtual void SystemRealTime(uchar status, uint32 time = B_NOW);
[all...]
H A DMidi.h20 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
23 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
26 uchar channel, uchar note, uchar pressure, uint32 time = B_NOW);
30 uint32 time = B_NOW);
33 uchar channel, uchar programNumber, uint32 time = B_NOW);
36 uchar channel, uchar pressure, uint32 time = B_NOW);
39 uchar channel, uchar lsb, uchar msb, uint32 time = B_NOW);
42 void* data, size_t length, uint32 time = B_NOW);
45 uchar status, uchar data1, uchar data2, uint32 time = B_NOW);
47 virtual void SystemRealTime(uchar status, uint32 time = B_NOW);
[all...]
H A DMidiStore.h22 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
25 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
28 uchar channel, uchar note, uchar pressure, uint32 time = B_NOW);
32 uint32 time = B_NOW);
35 uchar channel, uchar programNumber, uint32 time = B_NOW);
38 uchar channel, uchar pressure, uint32 time = B_NOW);
41 uchar channel, uchar lsb, uchar msb, uint32 time = B_NOW);
44 void* data, size_t length, uint32 time = B_NOW);
47 uchar status, uchar data1, uchar data2, uint32 time = B_NOW);
49 virtual void SystemRealTime(uchar status, uint32 time = B_NOW);
[all...]
H A DMidiDefs.h11 #define B_NOW ((uint32)(system_time()/1000)) macro
/haiku/src/tests/kits/midi/
H A Dtest1.cpp22 uint32 start_time = B_NOW;
28 uint32 stop_time = B_NOW;
/haiku/src/kits/midi/
H A DMidiText.cpp142 fStartTime = start ? B_NOW : 0;
H A DMidiStore.cpp435 fStartTime = B_NOW;
438 baseTime = B_NOW;

Completed in 109 milliseconds