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

  /hardware/libhardware/include/hardware/
local_time_hal.h 57 struct local_time_hw_device { struct
60 * local_time_hw_device as users of this structure will cast a hw_device_t to
61 * local_time_hw_device pointer in contexts where it's known the hw_device_t references a
62 * local_time_hw_device.
70 int64_t (*get_local_time)(struct local_time_hw_device* dev);
77 uint64_t (*get_local_freq)(struct local_time_hw_device* dev);
89 int (*set_local_slew)(struct local_time_hw_device* dev, int16_t rate);
98 int (*get_debug_log)(struct local_time_hw_device* dev,
103 typedef struct local_time_hw_device local_time_hw_device_t;
109 struct local_time_hw_device** device
    [all...]
  /hardware/libhardware/modules/local_time/
local_time_hw.c 32 struct local_time_hw_device device;
35 static int64_t ltdev_get_local_time(struct local_time_hw_device* dev)
54 static uint64_t ltdev_get_local_freq(struct local_time_hw_device* dev)

Completed in 533 milliseconds