OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basesec
(Results
1 - 2
of
2
) sorted by null
/system/media/mca/filterfw/native/core/
time_util.cpp
30
static long
basesec
;
local
34
if (
basesec
== 0) {
35
basesec
= tv.tv_sec;
37
nowtime = (uint64_t)(tv.tv_sec -
basesec
) * (uint64_t)1000000 +
/system/media/mca/filterpacks/base/native/
time_util.cpp
28
static long
basesec
;
local
32
if (
basesec
== 0) {
33
basesec
= tv.tv_sec;
35
nowtime = (uint64_t)(tv.tv_sec -
basesec
) * (uint64_t)1000000 +
Completed in 499 milliseconds