OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nanoseconds_to_milliseconds
(Results
1 - 2
of
2
) sorted by null
/system/core/include/utils/
Timers.h
56
static inline nsecs_t
nanoseconds_to_milliseconds
(nsecs_t secs)
function
70
static inline nsecs_t ns2ms(nsecs_t v) {return
nanoseconds_to_milliseconds
(v);}
/frameworks/rs/
rsCppUtils.h
178
static inline nsecs_t
nanoseconds_to_milliseconds
(nsecs_t secs)
function
Completed in 43 milliseconds