Home
last modified time | relevance | path

Searched defs:int64_t (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/tests/P_constant/
Dconstant.rs16 const int64_t int64_tTest = -17179869184l; // - 1 << 34 constant
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
Dconstant.rs15 const int64_t int64_tTest = -17179869184l; // - 1 << 34 constant
/frameworks/av/media/libmediaplayerservice/
DTestPlayerStub.h72 virtual status_t setDataSource(int, int64_t, int64_t) { in setDataSource() argument
/frameworks/ex/carousel/java/com/android/ex/carousel/
Dcarousel.rs232 static int64_t touchTime = -1; // time of first touch (see doStart()) variable
233 static int64_t releaseTime = 0L; // when touch was released variable
1056 static int64_t lastTime = 0L; // keep track of how much time has passed between frames constant
1273 static int64_t autoscrollStartTime = 0L; //tracks when we actually started interpolating variable
1274 static int64_t autoscrollDuration = 0L; //in milli seconds constant
1338 const int64_t interpolationEndTime = autoscrollStartTime + autoscrollDuration; constant