OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ts_val
(Results
1 - 2
of
2
) sorted by null
/device/huawei/angler/time-services/
time_genoff.h
81
* In set/get:
ts_val
should be assigned memory and then passed.
82
* if time_unit = TIME_MSEC, TIME_SECS then
ts_val
= (uint64_t *)
83
* if time_unit = TIME_JULIAN then
ts_val
= (struct tm *)
87
void *
ts_val
; /* Time to be set/get */
member in struct:time_genoff_info
/device/lge/bullhead/time-services/
time_genoff.h
81
* In set/get:
ts_val
should be assigned memory and then passed.
82
* if time_unit = TIME_MSEC, TIME_SECS then
ts_val
= (uint64_t *)
83
* if time_unit = TIME_JULIAN then
ts_val
= (struct tm *)
87
void *
ts_val
; /* Time to be set/get */
member in struct:time_genoff_info
Completed in 47 milliseconds