OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeInterval
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
Duration.java
29
public int
timeInterval
;
49
* @param
timeInterval
Between 1 and 255 inclusive.
51
public Duration(int
timeInterval
, TimeUnit timeUnit) {
52
this.
timeInterval
=
timeInterval
;
57
timeInterval
= in.readInt();
62
dest.writeInt(
timeInterval
);
ValueParser.java
86
int
timeInterval
= 0;
94
timeInterval
= rawValue[valueIndex + 1] & 0xff;
98
return new Duration(
timeInterval
, timeUnit);
CatService.java
400
buf.write(cmdInput.duration.
timeInterval
); // Time Duration
/packages/apps/Stk/src/com/android/stk/
StkApp.java
62
timeout *= duration.
timeInterval
;
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.m
194
NSTimeInterval
timeInterval
;
195
if (!QTGetTimeInterval(time, &
timeInterval
))
198
return
timeInterval
;
207
NSTimeInterval
timeInterval
;
208
if (!QTGetTimeInterval(time, &
timeInterval
))
211
return
timeInterval
;
/external/webkit/Source/WebCore/platform/graphics/mac/
WebGLLayer.mm
70
-(void)drawInCGLContext:(CGLContextObj)glContext pixelFormat:(CGLPixelFormatObj)pixelFormat forLayerTime:(CFTimeInterval)
timeInterval
displayTime:(const CVTimeStamp *)timeStamp
104
[super drawInCGLContext:glContext pixelFormat:pixelFormat forLayerTime:
timeInterval
displayTime:timeStamp];
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm
134
double
timeInterval
= m_interval / 1000.0;
137
timeInterval
= max(
timeInterval
, ThrottledTimerInterval);
140
startRepeating(
timeInterval
);
142
startOneShot(
timeInterval
);
[
all
...]
Completed in 60 milliseconds