Searched refs:time (Results 26 - 50 of 504) sorted by relevance

1234567891011>>

/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
[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);
/haiku/src/apps/mediaplayer/support/
H A DEvent.h16 Event(bigtime_t time, bool autoDelete = true);
19 void SetTime(bigtime_t time);
/haiku/src/apps/midiplayer/
H A DSynthBridge.h40 bigtime_t time);
43 bigtime_t time);
46 bigtime_t time);
49 uchar controlValue, bigtime_t time);
52 bigtime_t time);
55 bigtime_t time);
58 bigtime_t time);
60 virtual void AllNotesOff(bool justChannel, bigtime_t time);
/haiku/src/system/boot/arch/arm64/
H A Darch_cpu.cpp39 // read system time register: cntpct_el0 / cntvct_el0
54 auto time = system_time(); local
56 while ((system_time() - time) < microseconds)
/haiku/src/servers/registrar/
H A DMessageEvent.cpp62 \note The supplied BHandler must be valid the whole life time of the
65 \param time The time at which the message shall be sent.
69 MessageEvent::MessageEvent(bigtime_t time, BHandler* handler, uint32 command) argument
70 : Event(time, true),
83 \note The supplied BHandler must be valid the whole life time of the
86 \param time The time at which the message shall be sent.
90 MessageEvent::MessageEvent(bigtime_t time, BHandler* handler, argument
92 : Event(time, tru
107 MessageEvent(bigtime_t time, const BMessenger& messenger, uint32 command) argument
127 MessageEvent(bigtime_t time, const BMessenger& messenger, const BMessage *message) argument
[all...]
/haiku/src/system/libroot/os/arch/riscv64/
H A Dsystem_time.cpp34 __uint128_t time = static_cast<__uint128_t>(CpuTime()) * cv_factor; local
35 return time >> 32;
/haiku/src/preferences/time/
H A DBaseView.cpp53 if (message->FindBool("time", &isTime) != B_OK)
59 BTime time = dateTime.Time(); local
62 hour = time.Hour();
66 minute = time.Minute();
70 second = time.Second();
72 time.SetTime(hour, minute, second);
73 dateTime.SetTime(time);
106 BTime time = BTime::CurrentTime(B_LOCAL_TIME); local
107 fMessage.AddInt32("hour", time.Hour());
108 fMessage.AddInt32("minute", time
[all...]
/haiku/src/kits/midi2/
H A DMidiLocalConsumer.cpp103 BMidiLocalConsumer::Data(uchar* data, size_t length, bool atomic, bigtime_t time) argument
110 NoteOff(data[0] & 0x0F, data[1], data[2], time);
117 NoteOn(data[0] & 0x0F, data[1], data[2], time);
124 KeyPressure(data[0] & 0x0F, data[1], data[2], time);
131 ControlChange(data[0] & 0x0F, data[1], data[2], time);
138 ProgramChange(data[0] & 0x0F, data[1], time);
145 ChannelPressure(data[0] & 0x0F, data[1], time);
152 PitchBend(data[0] & 0x0F, data[1], data[2], time);
162 SystemExclusive(data + 1, length - 2, time);
164 SystemExclusive(data + 1, length - 1, time);
229 NoteOff(uchar channel, uchar note, uchar velocity, bigtime_t time) argument
236 NoteOn(uchar channel, uchar note, uchar velocity, bigtime_t time) argument
243 KeyPressure(uchar channel, uchar note, uchar pressure, bigtime_t time) argument
250 ControlChange(uchar channel, uchar controlNumber, uchar controlValue, bigtime_t time) argument
257 ProgramChange(uchar channel, uchar programNumber, bigtime_t time) argument
263 ChannelPressure(uchar channel, uchar pressure, bigtime_t time) argument
270 PitchBend(uchar channel, uchar lsb, uchar msb, bigtime_t time) argument
277 SystemExclusive( void* data, size_t length, bigtime_t time) argument
285 SystemCommon( uchar statusByte, uchar data1, uchar data2, bigtime_t time) argument
293 SystemRealTime(uchar statusByte, bigtime_t time) argument
300 TempoChange(int32 beatsPerMinute, bigtime_t time) argument
307 AllNotesOff(bool justChannel, bigtime_t time) argument
368 bigtime_t time = *((bigtime_t*) (buffer + 8)); local
[all...]
H A DMidiLocalProducer.cpp62 bool atomic, bigtime_t time) const
64 SprayEvent(data, length, atomic, time);
70 uchar velocity, bigtime_t time) const
78 SprayEvent(&data, 3, true, time);
87 uchar velocity, bigtime_t time) const
95 SprayEvent(&data, 3, true, time);
104 uchar pressure, bigtime_t time) const
112 SprayEvent(&data, 3, true, time);
121 uchar controlNumber, uchar controlValue, bigtime_t time) const
129 SprayEvent(&data, 3, true, time);
270 SprayEvent(const void* data, size_t length, bool atomic, bigtime_t time, bool sysex) const argument
[all...]
/haiku/headers/os/midi2/
H A DMidiConsumer.h53 uchar *data, size_t length, bool atomic, bigtime_t time);
56 uchar channel, uchar note, uchar velocity, bigtime_t time);
59 uchar channel, uchar note, uchar velocity, bigtime_t time);
62 uchar channel, uchar note, uchar pressure, bigtime_t time);
66 bigtime_t time);
69 uchar channel, uchar programNumber, bigtime_t time);
72 uchar channel, uchar pressure, bigtime_t time);
75 uchar channel, uchar lsb, uchar msb, bigtime_t time);
78 void* data, size_t length, bigtime_t time);
81 uchar status, uchar data1, uchar data2, bigtime_t time);
[all...]
H A DMidiProducer.h65 bigtime_t time = 0) const;
69 bigtime_t time = 0) const;
73 bigtime_t time = 0) const;
77 bigtime_t time = 0) const;
81 bigtime_t time = 0) const;
84 uchar channel, uchar programNumber, bigtime_t time = 0) const;
87 uchar channel, uchar pressure, bigtime_t time = 0) const;
90 uchar channel, uchar lsb, uchar msb, bigtime_t time = 0) const;
93 void *data, size_t length, bigtime_t time = 0) const;
96 uchar status, uchar data1, uchar data2, bigtime_t time
[all...]
/haiku/src/libs/print/libprint/
H A DSpoolMetaData.cpp16 time_t time; local
23 if (spool_file->GetCreationTime(&time) == B_OK)
24 fCreationTime = ctime(&time);
/haiku/src/tools/fs_shell/
H A Dtime.cpp13 #include <time.h>
14 #include <sys/time.h>
63 // #pragma mark - time.h
69 time_t result = time(NULL);
H A Dthread.cpp51 fssh_snooze_until(fssh_bigtime_t time, int timeBase) argument
53 return snooze_until(time, timeBase);
/haiku/headers/posix/sys/
H A Dtimes.h9 #include <time.h>
13 clock_t tms_utime; /* user CPU time */
14 clock_t tms_stime; /* system CPU time */
15 clock_t tms_cutime; /* user CPU time of terminated child processes */
16 clock_t tms_cstime; /* system CPU time of terminated child processes */
/haiku/src/kits/midi/
H A DMidiSynth.cpp160 uchar channel, uchar note, uchar velocity, uint32 time)
163 be_synth->fSynth->NoteOff(channel, note + fTranspose, velocity, time);
169 uchar channel, uchar note, uchar velocity, uint32 time)
172 be_synth->fSynth->NoteOn(channel, note + fTranspose, velocity, time);
178 uchar channel, uchar note, uchar pressure, uint32 time)
182 channel, note + fTranspose, pressure, time);
188 uchar channel, uchar controlNumber, uchar controlValue, uint32 time)
192 channel, controlNumber, controlValue, time);
198 uchar channel, uchar programNumber, uint32 time)
201 be_synth->fSynth->ProgramChange(channel, programNumber, time);
159 NoteOff( uchar channel, uchar note, uchar velocity, uint32 time) argument
168 NoteOn( uchar channel, uchar note, uchar velocity, uint32 time) argument
177 KeyPressure( uchar channel, uchar note, uchar pressure, uint32 time) argument
187 ControlChange( uchar channel, uchar controlNumber, uchar controlValue, uint32 time) argument
197 ProgramChange( uchar channel, uchar programNumber, uint32 time) argument
206 ChannelPressure(uchar channel, uchar pressure, uint32 time) argument
214 PitchBend(uchar channel, uchar lsb, uchar msb, uint32 time) argument
222 AllNotesOff(bool justChannel, uint32 time) argument
[all...]
/haiku/src/system/libroot/posix/sys/
H A Dgettimeofday.c7 #include <sys/time.h>
H A Dftime.c7 #include <sys/time.h>
22 timeb->time = tv.tv_sec;
/haiku/src/system/libroot/posix/time/
H A Dctime.c7 #include <time.h>
/haiku/src/apps/tv/
H A Dconfig.h29 #include <time.h>
/haiku/src/libs/bsd/
H A Dlutimes.c10 #include <sys/time.h>
/haiku/headers/compatibility/bsd/
H A Dtime.h9 #include_next <time.h>
/haiku/src/system/libroot/posix/wchar/
H A Dwcsftime.cpp11 const struct tm* time)
10 __wcsftime(wchar_t* wcs, size_t wcsSize, const wchar_t* format, const struct tm* time) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DOldUnpackingNodeAttributes.cpp26 timespec time = { 0, 0 };
27 return time;

Completed in 180 milliseconds

1234567891011>>