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

  /hardware/libhardware/modules/
Android.mk 1 hardware_modules := gralloc hwcomposer audio nfc local_time power usbaudio
  /frameworks/base/services/common_time/
common_clock_service.h 35 int64_t* local_time);
36 virtual status_t localTimeToCommonTime(int64_t local_time,
40 virtual status_t getLocalTime(int64_t* local_time);
clock_recovery.cpp 104 bool ClockRecoveryLoop::pushDisciplineEvent(int64_t local_time,
110 common_clock_->localToCommon(local_time, &local_common_time);
126 d.local_time = local_time;
137 startup_filter_data_[min_rtt].local_time,
149 if (OK != common_clock_->localToCommon(local_time, &observed_common)) {
190 filter_data_[filter_wr_].local_time = local_time;
270 local_time,
clock_recovery.h 40 bool pushDisciplineEvent(int64_t local_time,
80 int64_t local_time; member in struct:android::ClockRecoveryLoop::__anon16959
diag_thread.cpp 277 status_t res = common_clock_->localToCommon(e.local_time,
281 e.local_time,
  /hardware/libhardware/include/hardware/
local_time_hal.h 30 #define LOCAL_TIME_HARDWARE_MODULE_ID "local_time"
45 int64_t local_time; member in struct:local_time_debug_event
  /external/chromium/base/
pr_time_unittest.cc 53 struct tm local_time = {0}; local
56 localtime_s(&local_time, &current_time);
57 asctime_s(time_buf, arraysize(time_buf), &local_time);
59 localtime_r(&current_time, &local_time);
60 asctime_r(&local_time, time_buf);
logging.cc 666 struct tm local_time = {0}; local
668 localtime_s(&local_time, &t);
670 localtime_r(&t, &local_time);
672 struct tm* tm_time = &local_time;
  /build/target/product/
generic_no_telephony.mk 61 local_time.default \
65 local_time.default
mini.mk 174 local_time.default \
178 local_time.default
sdk.mk 78 local_time.default
  /hardware/libhardware/modules/local_time/
Android.mk 25 # The format of the name is local_time.<hardware>.so
28 LOCAL_MODULE := local_time.default
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-cdev.h 465 * @local_time: system time, in microseconds since the Epoch
473 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 465 * @local_time: system time, in microseconds since the Epoch
473 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 465 * @local_time: system time, in microseconds since the Epoch
473 __u64 local_time; member in struct:fw_cdev_get_cycle_timer

Completed in 126 milliseconds