Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 23 of 23) sorted by relevance

/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DMidiEventScheduler.java40 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
58 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { in MidiEvent()
79 long timestamp) { in createScheduledEvent()
DMidiDispatcher.java78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
DMidiFramer.java49 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
DEventScheduler.java100 public SchedulableEvent(long timestamp) { in SchedulableEvent()
115 public void setTimestamp(long timestamp) { in setTimestamp()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
DMidiEventScheduler.java40 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
58 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { in MidiEvent()
79 long timestamp) { in createScheduledEvent()
DMidiDispatcher.java78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
DMidiFramer.java49 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
DEventScheduler.java100 public SchedulableEvent(long timestamp) { in SchedulableEvent()
115 public void setTimestamp(long timestamp) { in setTimestamp()
/development/tools/repo_diff/service/repodiff/tools/migrations/
D2018_02_21__21_30_16_upgrade.sql4 timestamp BIGINT NOT NULL, field
D2018_02_09__00_07_41_upgrade.sql5 timestamp BIGINT NOT NULL, field
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/
DLoggingReceiver.java44 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
DMidiScope.java58 long timestamp) throws IOException { in onSend()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemailImpl.java39 Long timestamp, in VoicemailImpl()
64 public static Builder createForInsertion(long timestamp, String number) { in createForInsertion()
112 public Builder setTimestamp(long timestamp) { in setTimestamp()
/development/tools/winscope/src/
Dtransform.js17 function transform({obj, kind, name, children, timestamp, rect, bounds, highlight, rects_transform,… property
67 timestamp: call(timestamp, obj), property
Dtransform_wm.js171 timestamp: entry.elapsedRealtimeNanos, property
184 timestamp: entry.elapsedRealtimeNanos, property
Dtransform_sf.js278 timestamp: entry.elapsedRealtimeNanos, property
/development/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java203 long timestamp = 0; in onLoadFinished() local
296 String timestamp = cursor.getString(cursor.getColumnIndex( in bindView() local
329 String timestamp = cursor.getString(cursor.getColumnIndex( in bindView() local
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DConversations.java65 private final long timestamp; field in Conversations.Conversation
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
DSynthEngine.java70 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
82 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
DSynthEngine.java70 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
82 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
/development/tools/logblame/
Dlogs.py19 def __init__(self, buf=None, timestamp=None, uid=None, pid=None, tid=None, level=None, argument
/development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
DMainActivity.java163 private void detectJump(float xValue, long timestamp) { in detectJump()
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
DAccelerometerPlayActivity.java242 private void updatePositions(float sx, float sy, long timestamp) { in updatePositions()