Home
last modified time | relevance | path

Searched refs:local_time_hw_device (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
Dlocal_time_hal.h57 struct local_time_hw_device { struct
70 int64_t (*get_local_time)(struct local_time_hw_device* dev); argument
77 uint64_t (*get_local_freq)(struct local_time_hw_device* dev); argument
89 int (*set_local_slew)(struct local_time_hw_device* dev, int16_t rate); argument
98 int (*get_debug_log)(struct local_time_hw_device* dev, argument
103 typedef struct local_time_hw_device local_time_hw_device_t;
109 struct local_time_hw_device** device) in local_time_hw_device_open()
115 static inline int local_time_hw_device_close(struct local_time_hw_device* device) in local_time_hw_device_close()
/hardware/libhardware/modules/local_time/
Dlocal_time_hw.c35 struct local_time_hw_device device;
38 static int64_t ltdev_get_local_time(struct local_time_hw_device* dev) in ltdev_get_local_time()
58 struct local_time_hw_device* dev UNUSED_ARGUMENT) in ltdev_get_local_freq()