HomeSort by relevance Sort by last modified time
    Searched refs:GetTime (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 109 static bool GetTime(const FilePath::StringType& log, double* value) {
199 GetTime(kFirmwareBootTime, &boot_times.firmware);
200 GetTime(uptime_prefix + kPreStartup, &boot_times.pre_startup);
201 GetTime(uptime_prefix + kXStarted, &boot_times.x_started);
202 GetTime(uptime_prefix + kChromeExec, &boot_times.chrome_exec);
203 GetTime(uptime_prefix + kChromeMain, &boot_times.chrome_main);
204 GetTime(uptime_prefix + kLoginPromptReady, &boot_times.login_prompt_ready);
  /external/libvpx/mkvparser/
mkvparser.hpp 81 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)
452 long long GetTime(const Segment*) const; //absolute and scaled (ns units)
561 long long GetTime() const; //absolute, and scaled (nanosecond units)
mkvparser.cpp     [all...]
  /frameworks/base/media/libstagefright/matroska/
MatroskaExtractor.cpp 332 return (mBlockEntry->GetBlock()->GetTime(mCluster) + 500ll) / 1000ll;

Completed in 52 milliseconds