OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USEC_TO_NSEC
(Results
1 - 3
of
3
) sorted by null
/system/core/storaged/include/
storaged.h
54
#define
USEC_TO_NSEC
( 1000 )
/system/core/storaged/
storaged_utils.cpp
69
ts.tv_nsec / (MSEC_TO_USEC *
USEC_TO_NSEC
);
storaged.cpp
276
(end_ts.tv_nsec - start_ts.tv_nsec) /
USEC_TO_NSEC
;
Completed in 2416 milliseconds