Searched refs:timestamp (Results 1 - 25 of 69) sorted by path

123

/haiku/headers/os/device/
H A DJoystick.h33 bigtime_t timestamp; member in class:BJoystick
/haiku/headers/os/media/
H A DMediaRecorder.h29 bigtime_t timestamp, void* data,
/haiku/headers/private/audio/
H A Dhmulti_audio.h325 bigtime_t timestamp; /* real time at which event was received */ member in struct:multi_get_event
H A Dsoundcard.h1816 int timestamp; member in struct:oss_mixext
1852 int timestamp; /* Must be set to oss_mixext.timestamp */ member in struct:oss_mixer_value
/haiku/headers/private/device/
H A Djoystick_driver.h16 bigtime_t timestamp; member in struct:_joystick
33 bigtime_t timestamp; /* system_time when it was read */ member in struct:_extended_joystick
52 data_size = sizeof(bigtime_t) // timestamp
62 timestamp = (bigtime_t *)data;
63 buttons = (uint32 *)&timestamp[1];
83 bigtime_t * timestamp; member in struct:_variable_joystick
90 // bigtime_t timestamp;
139 The "timestamp" should be the duration of the feedback. Successive writes will be queued
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h682 bigtime_t timestamp; // timestamp when last capturing was finished member in struct:__anon47
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp269 if ((movements.timestamp - last_click_time) <= dev->settings.click_speed)
274 last_click_time = movements.timestamp;
280 message->AddInt64("when", movements.timestamp);
337 message->AddInt64("when", movements.timestamp);
349 message->AddInt64("when", movements.timestamp);
H A DSerialMouse.cpp387 mm->timestamp = system_time();
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmidi.cpp114 LONGLONG timestamp; local
122 err = card->pEG->ReadMidiByte(&card->midi.context, midiData, timestamp);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h78 class timestamp { class
89 timestamp() { _clear(); } function in class:timestamp
90 timestamp(time_t time);
734 const timestamp& recording_date_and_time() const { return _recording_date_and_time; }
735 timestamp& recording_date_and_time() { return _recording_date_and_time; }
803 timestamp _recording_date_and_time;
1435 timestamp& recording_time() { return _recording_time; }
1436 const timestamp& recording_time() const { return _recording_time; }
1504 timestamp _recording_time;
1551 const timestamp
[all...]
H A DUtils.cpp92 decode_time(timestamp &timestamp, struct timespec &timespec) argument
94 DEBUG_INIT_ETC(NULL, ("timestamp: (tnt: 0x%x, type: %d, timezone: %d = 0x%x, year: %d, "
95 "month: %d, day: %d, hour: %d, minute: %d, second: %d)", timestamp.type_and_timezone(),
96 timestamp.type(), timestamp.timezone(),
97 timestamp.timezone(),timestamp.year(),
98 timestamp.month(), timestamp
[all...]
H A DUtils.h12 class timestamp;
19 status_t decode_time(timestamp &timestamp, struct timespec &timespec);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp390 BString timestamp("");
391 fLog.CopyInto(timestamp, index, end - index + 1);
392 timestamp += password;
394 MD5Digest((unsigned char*)timestamp.String(), md5sum);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.cpp616 *time = wvc.timestamp;
/haiku/src/add-ons/translators/raw/
H A DRAW.h36 time_t timestamp; member in struct:image_meta_info
/haiku/src/apps/cortex/addons/common/
H A DSoundUtils.h64 bigtime_t timestamp, void * data, size_t datasize,
/haiku/src/apps/cortex/support/
H A DSoundUtils.h64 bigtime_t timestamp, void * data, size_t datasize,
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp602 bigtime_t timestamp = fPlayTrack->CurrentTime(); local
603 fTrackSlider->SetMainTime(timestamp, false);
604 fScopeView->SetMainTime(timestamp);
1211 RecorderWindow::RecordFile(void* cookie, bigtime_t timestamp,
H A DRecorderWindow.h168 static void RecordFile(void * cookie, bigtime_t timestamp, void * data, size_t size, const media_format & format);
H A DScopeView.cpp219 ScopeView::SetMainTime(bigtime_t timestamp) argument
221 fMainTime = timestamp;
228 ScopeView::SetTotalTime(bigtime_t timestamp, bool reset) argument
230 fTotalTime = timestamp;
242 ScopeView::SetLeftTime(bigtime_t timestamp) argument
244 fLeftTime = timestamp;
251 ScopeView::SetRightTime(bigtime_t timestamp) argument
253 fRightTime = timestamp;
H A DScopeView.h24 void SetMainTime(bigtime_t timestamp);
25 void SetLeftTime(bigtime_t timestamp);
26 void SetRightTime(bigtime_t timestamp);
27 void SetTotalTime(bigtime_t timestamp, bool reset);
H A DTrackSlider.h41 void SetMainTime(bigtime_t timestamp, bool reset);
42 void SetTotalTime(bigtime_t timestamp, bool reset);
49 void _DrawCounter(bigtime_t timestamp, float position, bool isTracking);
51 void _TimeToString(bigtime_t timestamp, char *string);
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp267 time_t timestamp = gDateStampTime++; local
269 messageText.Append(ctime(&timestamp));
/haiku/src/kits/device/
H A DJoystick.cpp49 timestamp(0),
247 timestamp = *values->timestamp;
/haiku/src/libs/mapm/
H A Dmapm_rnd.c250 time_t timestamp; local
261 timestamp = timebuffer.time;
262 ul = (unsigned long)(timestamp / 7);
263 ul += timestamp + 537;
264 strcpy(ss,ctime(&timestamp)); /* convert to string and copy to ss */

Completed in 181 milliseconds

123