OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calc_timespan_us
(Results
1 - 3
of
3
) sorted by null
/device/google/marlin/power/
power.c
244
static long long
calc_timespan_us
(struct timespec start, struct timespec end) {
function
434
long long elapsed_time =
calc_timespan_us
(s_previous_boost_timespec, cur_boost_timespec);
/device/huawei/angler/power/
power.c
240
static long long
calc_timespan_us
(struct timespec start, struct timespec end) {
function
305
long long elapsed_time =
calc_timespan_us
(previous_boost_timespec, cur_boost_timespec);
/device/lge/bullhead/power/
power.c
234
static long long
calc_timespan_us
(struct timespec start, struct timespec end) {
function
288
long long elapsed_time =
calc_timespan_us
(s_previous_boost_timespec, cur_boost_timespec);
Completed in 320 milliseconds