Searched refs:ltdev (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/modules/local_time/
H A Dlocal_time_hw.c69 struct stub_local_time_device *ltdev; local
76 ltdev = calloc(1, sizeof(struct stub_local_time_device));
77 if (!ltdev)
80 ltdev->device.common.tag = HARDWARE_DEVICE_TAG;
81 ltdev->device.common.version = 0;
82 ltdev->device.common.module = (struct hw_module_t *) module;
83 ltdev->device.common.close = ltdev_close;
85 ltdev->device.get_local_time = ltdev_get_local_time;
86 ltdev->device.get_local_freq = ltdev_get_local_freq;
87 ltdev
[all...]

Completed in 77 milliseconds