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

1 2

  /hardware/libhardware/modules/
Android.mk 1 hardware_modules := gralloc hwcomposer audio nfc nfc-nci local_time \
  /frameworks/base/libs/common_time/
common_clock_service.h 36 int64_t* local_time);
37 virtual status_t localTimeToCommonTime(int64_t local_time,
41 virtual status_t getLocalTime(int64_t* local_time);
clock_recovery.cpp 122 bool ClockRecoveryLoop::pushDisciplineEvent(int64_t local_time,
128 common_clock_->localToCommon(local_time, &local_common_time);
144 d.local_time = local_time;
155 startup_filter_data_[min_rtt].local_time,
167 if (OK != common_clock_->localToCommon(local_time, &observed_common)) {
208 filter_data_[filter_wr_].local_time = local_time;
287 local_time,
clock_recovery.h 42 bool pushDisciplineEvent(int64_t local_time,
87 int64_t local_time; member in struct:android::ClockRecoveryLoop::__anon39401
diag_thread.cpp 277 status_t res = common_clock_->localToCommon(e.local_time,
281 e.local_time,
  /external/chromium_org/media/cdm/ppapi/
cdm_logging.cc 102 struct tm local_time = {0}; local
104 localtime_s(&local_time, &t);
106 localtime_r(&t, &local_time);
108 struct tm* tm_time = &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
  /build/target/product/
core_tiny.mk 35 local_time.default \
39 local_time.default
generic_no_telephony.mk 48 local_time.default \
53 local_time.default
sdk_base.mk 57 local_time.default
  /external/chromium_org/google_apis/drive/
time_util_unittest.cc 25 base::Time local_time = base::Time::FromLocalExploded(exploded); local
34 EXPECT_EQ(local_time, test_time);
  /external/chromium_org/base/time/
pr_time_unittest.cc 77 struct tm local_time = {0}; local
80 localtime_s(&local_time, &current_time);
81 asctime_s(time_buf, arraysize(time_buf), &local_time);
83 localtime_r(&current_time, &local_time);
84 asctime_r(&local_time, time_buf);
time_unittest.cc 167 struct tm local_time = {0}; local
170 localtime_s(&local_time, &current_time);
171 asctime_s(time_buf, arraysize(time_buf), &local_time);
173 localtime_r(&current_time, &local_time);
174 asctime_r(&local_time, time_buf);
  /hardware/libhardware/modules/local_time/
Android.mk 25 # The format of the name is local_time.<hardware>.so
28 LOCAL_MODULE := local_time.default
  /device/google/atv/products/
atv_base.mk 88 local_time.default \
  /external/chromium_org/base/
logging.cc 665 struct tm local_time = {0}; local
667 localtime_s(&local_time, &t);
669 localtime_r(&t, &local_time);
671 struct tm* tm_time = &local_time;
  /device/generic/armv7-a-neon/
mini_common.mk 52 local_time.default \
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /development/ndk/platforms/android-L/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /external/kernel-headers/original/uapi/linux/
firewire-cdev.h 894 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
firewire-cdev.h 541 * @local_time: system time, in microseconds since the Epoch
552 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-cdev.h 541 * @local_time: system time, in microseconds since the Epoch
552 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer

Completed in 525 milliseconds

1 2