OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mtimestamp
(Results
26 - 50
of
147
) sorted by null
1
2
3
4
5
6
/frameworks/base/core/java/android/hardware/camera2/legacy/
CaptureCollector.java
55
private long
mTimestamp
= 0;
93
CaptureCollector.this.mDeviceState.setCaptureStart(mRequest,
mTimestamp
,
144
if (
mTimestamp
== 0) {
145
mTimestamp
= timestamp;
150
CaptureCollector.this.mDeviceState.setCaptureStart(mRequest,
mTimestamp
,
203
if (
mTimestamp
== 0) {
204
mTimestamp
= timestamp;
210
CaptureCollector.this.mDeviceState.setCaptureStart(mRequest,
mTimestamp
,
453
timestamp.value = h.
mTimestamp
;
500
return new Pair<>(h.mRequest, h.
mTimestamp
);
[
all
...]
/developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
EventScheduler.java
94
private long
mTimestamp
;
101
mTimestamp
= timestamp;
108
return
mTimestamp
;
116
mTimestamp
= timestamp;
/developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
EventScheduler.java
94
private long
mTimestamp
;
101
mTimestamp
= timestamp;
108
return
mTimestamp
;
116
mTimestamp
= timestamp;
/developers/samples/android/common/src/java/com/example/android/common/midi/
EventScheduler.java
94
private long
mTimestamp
;
101
mTimestamp
= timestamp;
108
return
mTimestamp
;
116
mTimestamp
= timestamp;
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
EventScheduler.java
94
private long
mTimestamp
;
101
mTimestamp
= timestamp;
108
return
mTimestamp
;
116
mTimestamp
= timestamp;
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
EventScheduler.java
94
private long
mTimestamp
;
101
mTimestamp
= timestamp;
108
return
mTimestamp
;
116
mTimestamp
= timestamp;
/frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamBufferListener.h
35
int64_t
mTimestamp
;
/frameworks/base/core/java/com/android/internal/midi/
EventScheduler.java
91
private long
mTimestamp
;
98
mTimestamp
= timestamp;
105
return
mTimestamp
;
113
mTimestamp
= timestamp;
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java
77
private String
mTimestamp
;
116
mTimestamp
= timestamp;
136
return
mTimestamp
;
171
cValues.put(TIMESTAMP,
mTimestamp
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsTracker.java
36
private final long
mTimestamp
;
81
mTimestamp
= timestamp;
114
mTimestamp
= timestamp;
151
mTimestamp
= cursor.getLong(InboundSmsHandler.DATE_COLUMN);
186
values.put("date",
mTimestamp
);
239
builder.append(new Date(
mTimestamp
));
262
return
mTimestamp
;
/frameworks/base/telecomm/java/android/telecom/
Voicemail.java
29
private final Long
mTimestamp
;
44
mTimestamp
= timestamp;
188
return
mTimestamp
;
255
dest.writeLong(
mTimestamp
);
300
mTimestamp
= in.readLong();
/frameworks/av/services/audioflinger/
FastMixer.cpp
144
mTimestamp
.mTimebaseOffset[ExtendedTimestamp::TIMEBASE_BOOTTIME] =
355
ExtendedTimestamp perTrackTimestamp(
mTimestamp
);
478
mTimestamp
.mPosition[ExtendedTimestamp::LOCATION_KERNEL] =
480
mTimestamp
.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] =
489
mTimestamp
.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] =
490
mTimestamp
.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL];
493
mTimestamp
.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] =
497
mTimestamp
.mPosition[ExtendedTimestamp::LOCATION_KERNEL] = 0;
498
mTimestamp
.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = -1;
FastMixer.h
86
ExtendedTimestamp
mTimestamp
;
/frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp
308
mFirstFrameTimestamp = item.
mTimestamp
;
311
if (item.
mTimestamp
< mStartTimeNs) {
318
mStartTimeNs = item.
mTimestamp
- mStartTimeNs;
321
item.
mTimestamp
= mStartTimeNs + (item.
mTimestamp
- mFirstFrameTimestamp);
350
mCurrentTimestamp = item.
mTimestamp
;
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java
67
public long
mTimestamp
;
86
mTimestamp
= timestamp;
BluetoothOppTransferInfo.java
50
Long
mTimeStamp
;
BluetoothOppBatch.java
69
public final long
mTimestamp
;
109
mTimestamp
= info.
mTimestamp
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
InputTransaction.java
37
public final long
mTimestamp
;
51
mTimestamp
= timestamp;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
WordInputEventForPersonalization.java
44
public final int
mTimestamp
;
52
mTimestamp
= timestamp;
/frameworks/av/media/ndk/
NdkImagePriv.h
73
const int64_t
mTimestamp
;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Frame.java
43
private long
mTimestamp
= TIMESTAMP_NOT_SET;
122
mTimestamp
= timestamp;
126
return
mTimestamp
;
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidImageProxy.java
92
private final long
mTimestamp
;
108
mTimestamp
= mImage.getTimestamp();
183
return
mTimestamp
;
/frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsXmlV1.java
107
event.
mTimeStamp
= statsOut.beginTime + XmlUtils.readLongAttribute(parser, TIME_ATTR);
124
statsOut.events.put(event.
mTimeStamp
, event);
167
XmlUtils.writeLongAttribute(xml, TIME_ATTR, event.
mTimeStamp
- stats.beginTime);
/frameworks/base/core/java/android/app/usage/
UsageEvents.java
101
public long
mTimeStamp
;
142
return
mTimeStamp
;
301
p.writeLong(event.
mTimeStamp
);
331
eventOut.
mTimeStamp
= p.readLong();
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderAVC.h
86
OMX_TICKS
mTimeStamp
;
Completed in 315 milliseconds
1
2
3
4
5
6