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

  /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 43 bool pushDisciplineEvent(int64_t local_time,
88 int64_t local_time; member in struct:android::ClockRecoveryLoop::__anon45795
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/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);
time_unittest.cc 231 struct tm local_time = {0}; local
234 localtime_s(&local_time, &current_time);
235 asctime_s(time_buf, arraysize(time_buf), &local_time);
237 localtime_r(&current_time, &local_time);
238 asctime_r(&local_time, time_buf);
    [all...]
  /external/libchrome/base/
logging.cc 798 struct tm local_time; local
799 localtime_r(&t, &local_time);
800 struct tm* tm_time = &local_time;
812 SYSTEMTIME local_time;
813 GetLocalTime(&local_time);
815 << std::setw(2) << local_time.wMonth
816 << std::setw(2) << local_time.wDay
818 << std::setw(2) << local_time.wHour
819 << std::setw(2) << local_time.wMinute
820 << std::setw(2) << local_time.wSecon
    [all...]
  /external/ImageMagick/MagickCore/
string.c 1178 local_time; local
    [all...]
  /system/update_engine/
main.cc 74 uint64_t local_time; local
78 &local_time) == 2) {
  /build/make/target/product/
core_tiny.mk 34 local_time.default \
generic_no_telephony.mk 54 local_time.default \
sdk_base.mk 52 local_time.default
emulator.mk 76 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...]
pdf.c 1271 local_time; local
    [all...]
  /device/google/atv/products/
atv_base.mk 95 local_time.default \
  /device/generic/armv7-a-neon/
mini_common.mk 53 local_time.default \
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 236 __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.15-4.8/sysroot/usr/include/linux/
firewire-cdev.h 865 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
    [all...]
  /external/python/cpython3/Modules/
_datetimemodule.c 4231 struct tm local_time; local
    [all...]
  /frameworks/base/core/proto/android/os/
system_properties.proto 379 optional string local_time = 23;

Completed in 356 milliseconds