HomeSort by relevance Sort by last modified time
    Searched defs:GetTimestamp (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/sync/internal_api/events/
commit_request_event.cc 25 base::Time CommitRequestEvent::GetTimestamp() const {
commit_response_event.cc 22 base::Time CommitResponseEvent::GetTimestamp() const {
configure_get_updates_request_event.cc 23 base::Time ConfigureGetUpdatesRequestEvent::GetTimestamp() const {
get_updates_response_event.cc 23 base::Time GetUpdatesResponseEvent::GetTimestamp() const {
normal_get_updates_request_event.cc 26 base::Time NormalGetUpdatesRequestEvent::GetTimestamp() const {
poll_get_updates_request_event.cc 19 base::Time PollGetUpdatesRequestEvent::GetTimestamp() const {
  /external/chromium_org/media/base/
audio_timestamp_helper.cc 35 base::TimeDelta AudioTimestampHelper::GetTimestamp() const {
42 return end_timestamp - GetTimestamp();
49 int64 delta_in_us = (target - GetTimestamp()).InMicroseconds();
  /external/chromium_org/ppapi/cpp/
audio_buffer.cc 36 PP_TimeDelta AudioBuffer::GetTimestamp() const {
38 return get_interface<PPB_AudioBuffer_0_1>()->GetTimestamp(pp_resource());
video_frame.cc 36 PP_TimeDelta VideoFrame::GetTimestamp() const {
38 return get_interface<PPB_VideoFrame_0_1>()->GetTimestamp(pp_resource());
  /external/chromium_org/ppapi/proxy/
video_frame_resource.cc 31 PP_TimeDelta VideoFrameResource::GetTimestamp() {
audio_buffer_resource.cc 32 PP_TimeDelta AudioBufferResource::GetTimestamp() {
  /external/chromium_org/ppapi/thunk/
ppb_audio_buffer_thunk.cc 25 PP_TimeDelta GetTimestamp(PP_Resource buffer) {
26 VLOG(4) << "PPB_AudioBuffer::GetTimestamp()";
30 return enter.object()->GetTimestamp();
91 &GetTimestamp,
ppb_video_frame_thunk.cc 25 PP_TimeDelta GetTimestamp(PP_Resource frame) {
26 VLOG(4) << "PPB_VideoFrame::GetTimestamp()";
30 return enter.object()->GetTimestamp();
75 &GetTimestamp,
  /external/chromium_org/ppapi/c/
ppb_video_frame.h 80 PP_TimeDelta (*GetTimestamp)(PP_Resource frame);
ppb_audio_buffer.h 81 PP_TimeDelta (*GetTimestamp)(PP_Resource buffer);
  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl.cc 280 base::Time NavigationEntryImpl::GetTimestamp() const {
  /external/stressapptest/src/
os.h 146 inline static uint64 GetTimestamp(void) {
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.cc 243 base::Time GetTimestamp() {
263 base::Time timestamp = GetTimestamp();
  /external/chromium_org/build/android/pylib/
android_commands.py     [all...]
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.cc 234 int time = cell.GetTimestamp();
299 int EntryCell::GetTimestamp() const {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dd.h 831 uint64_t (*GetTimestamp)(struct gl_context *ctx);
    [all...]
  /external/mesa3d/src/mesa/main/
dd.h 831 uint64_t (*GetTimestamp)(struct gl_context *ctx);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 797 return GetTimestamp(index);
800 nsecs_t RequestManager::GetTimestamp(int index)
    [all...]

Completed in 415 milliseconds