HomeSort by relevance Sort by last modified time
    Searched refs:time_stamp (Results 76 - 100 of 157) sorted by null

1 2 34 5 6 7

  /external/chromium_org/net/socket/
socket_test_util.h 106 time_stamp(base::Time::Now()) {}
115 time_stamp(base::Time::Now()) {}
124 time_stamp(base::Time::Now()) {}
133 time_stamp(base::Time::Now()) {}
142 time_stamp(base::Time::Now()) {}
151 time_stamp(base::Time::Now()) {}
160 time_stamp(base::Time::Now()) {}
169 time_stamp(base::Time::Now()) {}
181 base::Time time_stamp; // The time stamp at which the operation occurred. member in struct:net::MockReadWrite
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_api.c     [all...]
avdt_scb_act.c 249 UINT32 time_stamp; local
261 BE_STREAM_TO_UINT32(time_stamp, p);
302 time_stamp, (UINT8)(m_pt | (marker<<7))); local
315 p_scb->media_buf_len,time_stamp,seq,m_pt,marker); local
420 UINT32 time_stamp; local
573 BE_STREAM_TO_UINT32(time_stamp, p_payload);
618 payload_len, time_stamp, seq, m_pt, marker); local
    [all...]
  /external/chromium_org/ui/events/gestures/
gesture_point.cc 56 event.time_stamp().InMicroseconds();
65 last_touch_time_ = event.time_stamp().InSecondsF();
motion_event_aura.cc 73 last_touch_time_ = touch.time_stamp() + base::TimeTicks();
gesture_sequence.cc 887 base::TimeDelta time_stamp = local
    [all...]
  /external/chromium_org/ui/views/controls/button/
custom_button_unittest.cc 40 base::TimeDelta time_stamp = base::TimeDelta::FromMicroseconds(0); local
41 ui::GestureEvent gesture_event(gesture_details.type(), 0, 0, 0, time_stamp,
  /external/chromium_org/components/os_crypt/
ie7_password_win.cc 39 FILETIME time_stamp; // Timestamp when the password got added. member in struct:__anon11065::Entry
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h 89 int64 time_stamp; // timestamp of when the frame was captured, in unix member in struct:cricket::CapturedFrame
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
decoding_state.cc 42 uint32_t VCMDecodingState::time_stamp() const { function in class:webrtc::VCMDecodingState
  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.h 127 uint32_t time_stamp,
vie_encoder.cc 497 const uint32_t time_stamp = local
503 video_frame->set_timestamp(time_stamp);
699 const uint32_t time_stamp,
708 time_stamp,
  /external/chromium_org/ui/events/ozone/
events_ozone.cc 15 return event->time_stamp();
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 529 YV12_BUFFER_CONFIG *sd, int64_t time_stamp,
534 int64_t *time_stamp, int64_t *time_end, int flush);