Home
last modified time | relevance | path

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

12

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/PoseProvider/
DPoseData.java35 public double timestamp = 0; field in PoseData
59 public PoseData(float[] sixDoFSensorValues, long timestamp){ in PoseData()
70 public PoseData(float[] translation, float[] rotation, long timestamp){ in PoseData()
/cts/tests/sensor/src/android/hardware/cts/helpers/
DTestSensorEvent.java31 public final long timestamp; field in TestSensorEvent
65 public TestSensorEvent(Sensor sensor, long timestamp, int accuracy, float[] values) { in TestSensorEvent()
72 public TestSensorEvent(Sensor sensor, long timestamp, long receivedTimestamp, int accuracy, in TestSensorEvent()
/cts/tests/tests/media/src/android/media/cts/
DMediaTimestampTest.java27 MediaTimestamp timestamp = new MediaTimestamp(1000, 2000, 2.0f); in testMediaTimestamp() local
DMidiSoloTest.java58 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
DIvfWriter.java144 private static byte[] makeIvfFrameHeader(int size, long timestamp){ in makeIvfFrameHeader()
DAudioTrackSurroundTest.java214 static String timestampToString(AudioTimestamp timestamp) { in timestampToString()
222 AudioTimestamp timestamp = new AudioTimestamp(); in addTimestamp() local
/cts/tests/tests/nativemidi/java/android/nativemidi/cts/
DNativeMidiMessage.java27 public long timestamp; field in NativeMidiMessage
DNativeMidiEchoTest.java97 private void compareMessages(byte[] buffer, long timestamp, NativeMidiMessage nativeMsg) { in compareMessages()
259 long timestamp = 0x0123765489ABFEDCL; in test_B_SendData() local
279 long timestamp = 0x0123765489ABFEDCL; in test_C_EchoSmallMessage() local
511 long timestamp); in writeMidiWithTimestamp()
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java75 public final long timestamp; field in MidiEchoTest.MidiMessage
78 MidiMessage(byte[] buffer, int offset, int length, long timestamp) { in MidiMessage()
115 long timestamp) { in onSend()
326 long timestamp = 0x0123765489ABFEDCL; in testEchoSmallMessage() local
416 long timestamp = TIMESTAMP_MARKER; in testEchoMultipleMessages() local
/cts/tests/tests/content/src/android/content/cts/
DClipDescriptionTest.java69 final long timestamp = clipboardManager.getPrimaryClipDescription().getTimestamp(); in testGetTimestamp() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DJitterVerificationTest.java56 long timestamp = 0; in testVerify() local
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DDeletedContactUtil.java80 long timestamp) { in querySinceTimestamp()
DContactsContract_StatusUpdatesTest.java101 private Uri insertStatusUpdate(long dataId, int presence, String status, Long timestamp) in insertStatusUpdate()
/cts/tests/tests/net/src/android/net/wifi/cts/
DScanResultTest.java177 long timestamp = 0; in testScanResultTimeStamp() local
/cts/tests/tests/contactsproviderwipe/src/android/provider/cts/contactsproviderwipe/
DContactsContract_Wipe.java71 final Long timestamp = cursor.getLong( in getDatabaseCreationTimestamp() local
/cts/libs/midi/src/com/android/midi/
DMidiEchoTestService.java155 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
/cts/tests/tests/nativemidi/jni/
Dnative-lib.cpp46 int64_t timestamp; member
56 int64_t timestamp; member
314 int64_t timestamp; in readThreadRoutine() local
406 jlong ctx, jbyteArray data, jint offset, jint numBytes, jlong timestamp) { in Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidiWithTimestamp()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraSessionUtils.java127 long timestamp, long frameNumber) { in onCaptureStarted()
/cts/tests/camera/src/android/hardware/camera2/cts/
DFastBasicsTest.java98 Long timestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in camera2TestByCamera() local
DBurstCaptureTest.java324 long timestamp = burstResult.get(CaptureResult.SENSOR_TIMESTAMP); in burstTestByCamera() local
DSurfaceViewPreviewTest.java674 long timestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in measureMeanFrameInterval() local
920 long timestamp = 0; in verifyCaptureResults() local
/cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DDrawFramesActivity.java126 mChoreographer.postFrameCallback((long timestamp) -> { in scheduleDraw()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8434/
Dpoc.c72 unsigned int timestamp; /* Timestamp to trigger event on */ member
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DStepCounterTestActivity.java337 private void logUserReportedStep(long timestamp) throws InterruptedException { in logUserReportedStep()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DMidiActivity.java782 … public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
890 … public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()

12