OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
64
int64_t (*get_local_time)(struct
local_time_hw_device
* dev);
71
uint64_t (*get_local_freq)(struct
local_time_hw_device
* dev);
83
int (*set_local_slew)(struct
local_time_hw_device
* dev, int16_t rate);
92
int (*get_debug_log)(struct
local_time_hw_device
* dev,
97
typedef struct
local_time_hw_device
local_time_hw_device_t;
103
struct
local_time_hw_device
** device)
109
static inline int local_time_hw_device_close(struct
local_time_hw_device
* device)
/hardware/libhardware/modules/local_time/
local_time_hw.c
31
struct
local_time_hw_device
device;
34
static int64_t ltdev_get_local_time(struct
local_time_hw_device
* dev)
53
static uint64_t ltdev_get_local_freq(struct
local_time_hw_device
* dev)
Completed in 327 milliseconds