HomeSort by relevance Sort by last modified time
    Searched refs:local_time (Results 1 - 25 of 44) 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 123 bool ClockRecoveryLoop::pushDisciplineEvent(int64_t local_time,
129 common_clock_->localToCommon(local_time, &local_common_time);
145 d.local_time = local_time;
156 startup_filter_data_[min_rtt].local_time,
168 if (OK != common_clock_->localToCommon(local_time, &observed_common)) {
209 filter_data_[filter_wr_].local_time = local_time;
288 local_time,
clock_recovery.h 42 bool pushDisciplineEvent(int64_t local_time,
87 int64_t local_time; member in struct:android::ClockRecoveryLoop::__anon29596
diag_thread.cpp 277 status_t res = common_clock_->localToCommon(e.local_time,
281 e.local_time,
  /system/connectivity/shill/net/
shill_time.cc 98 struct tm local_time = {}; local
104 localtime_r(&now_wall_clock.tv_sec, &local_time);
105 wall_clock_string = FormatTime(local_time, now_wall_clock.tv_usec);
  /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/libweave/third_party/chromium/base/
logging.cc 208 struct tm local_time; local
209 memset(&local_time, 0, sizeof(local_time));
211 localtime_s(&local_time, &t);
213 localtime_r(&t, &local_time);
215 struct tm* tm_time = &local_time;
  /external/libchrome/base/time/
pr_time_unittest.cc 79 struct tm local_time = {0}; local
82 localtime_s(&local_time, &current_time);
83 asctime_s(time_buf, arraysize(time_buf), &local_time);
85 localtime_r(&current_time, &local_time);
86 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
  /external/ImageMagick/MagickCore/
string.c 1178 local_time; local
    [all...]
  /external/libchrome/base/
logging.cc 772 struct tm local_time; local
773 memset(&local_time, 0, sizeof(local_time));
775 localtime_s(&local_time, &t);
777 localtime_r(&t, &local_time);
779 struct tm* tm_time = &local_time;
  /build/target/product/
generic_no_telephony.mk 50 local_time.default \
core_tiny.mk 35 local_time.default \
sdk_base.mk 58 local_time.default
  /external/ImageMagick/coders/
mat.c 1400 struct tm local_time; local
    [all...]
cin.c 935 local_time;
995 (void) localtime_r(&seconds,&local_time);
997 (void) memcpy(&local_time,localtime(&seconds),sizeof(local_time));
1000 (void) strftime(timestamp,MagickPathExtent,"%Y:%m:%d:%H:%M:%S%Z",&local_time)
927 local_time; local
    [all...]
  /device/google/atv/products/
atv_base.mk 90 local_time.default \
  /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-21/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.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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
firewire-cdev.h 865 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
firewire-cdev.h 290 __u64 local_time; member in struct:fw_cdev_get_cycle_timer

Completed in 6720 milliseconds

1 2