OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USEC
(Results
1 - 3
of
3
) sorted by null
/device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp
423
static const int64_t
USEC
= 1000LL;
424
static const int64_t MSEC =
USEC
* 1000LL;
/device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp
52
const int64_t
USEC
= 1000LL;
53
const int64_t MSEC =
USEC
* 1000LL;
[
all
...]
EmulatedFakeCamera2.cpp
40
const int64_t
USEC
= 1000LL;
41
const int64_t MSEC =
USEC
* 1000LL;
[
all
...]
Completed in 57 milliseconds