Home
last modified time | relevance | path

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

123

/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.java28 MediaTimestamp timestamp = new MediaTimestamp(1000, 2000, 2.0f); in testMediaTimestamp() local
DNonBlockingAudioTrack.java108 AudioTimestamp timestamp = new AudioTimestamp(); in getTimestamp() local
DMediaCodecTunneledPlayer.java590 Long timestamp = state.doSomeWork(true /* mustWait */); in queueOneVideoFrame() local
629 AudioTimestamp timestamp = new AudioTimestamp(); in getTimestamp() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DBluetoothCallQualityReportTest.java26 long timestamp = System.currentTimeMillis(); in testBluetoothCallQualityReport() local
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
DEvent.java44 public Instant timestamp() { in timestamp() method in Event
/cts/tests/tests/nativemidi/java/android/nativemidi/cts/
DNativeMidiMessage.java27 public long timestamp; field in NativeMidiMessage
DNativeMidiEchoTest.java107 private void compareMessages(byte[] buffer, long timestamp, NativeMidiMessage nativeMsg) { in compareMessages()
273 long timestamp = 0x0123765489ABFEDCL; in test_B_SendData() local
288 long timestamp = 0x0123765489ABFEDCL; in test_C_EchoSmallMessage() local
494 long timestamp); in writeMidiWithTimestamp()
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
DOboePlayer.java97 public boolean getTimestamp(AudioTimestamp timestamp) { in getTimestamp()
113 private native boolean getTimestampN(long nativePlayer, AudioTimestamp timestamp); in getTimestampN()
DPlayer.java112 public abstract boolean getTimestamp(AudioTimestamp timestamp); in getTimestamp()
DJavaPlayer.java205 public boolean getTimestamp(AudioTimestamp timestamp) { in getTimestamp()
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java81 public final long timestamp; field in MidiEchoTest.MidiMessage
84 MidiMessage(byte[] buffer, int offset, int length, long timestamp) { in MidiMessage()
122 long timestamp) { in onSend()
381 long timestamp = 0x0123765489ABFEDCL; in checkEchoVariableMessage() local
486 long timestamp = TIMESTAMP_MARKER; in testEchoMultipleMessages() local
/cts/tests/tests/appop/src/android/app/appops/cts/
DDiscreteAppopsTest.kt448 val timestamp = System.currentTimeMillis() / in <lambda>() constant
495 val timestamp = System.currentTimeMillis() / in <lambda>() constant
609 val timestamp = System.currentTimeMillis() / in <lambda>() constant
729 val timestamp = System.currentTimeMillis() / in <lambda>() constant
792 val timestamp = System.currentTimeMillis() / in <lambda>() constant
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DJitterVerificationTest.java56 long timestamp = 0; in testVerify() local
/cts/tests/tests/contactsprovider/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/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioOutColdStartLatencyActivity.java103 private double calcColdStartLatency(AudioTimestamp timestamp) { in calcColdStartLatency()
DMidiNativeTestActivity.java260 … public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java390 long timestamp = resultForNdk.get(CaptureResult.SENSOR_TIMESTAMP); in testResultTimestamps() local
890 CameraCaptureSession session, CaptureRequest request, long timestamp, long frameNumber) in onCaptureStarted()
966 …ivate static native boolean validateStashedACameraMetadataFromCameraMetadataNative(long timestamp); in validateStashedACameraMetadataFromCameraMetadataNative()
/cts/tests/tests/nativemidi/jni/
Dnative-lib.cpp46 int64_t timestamp; member
56 int64_t timestamp; member
317 int64_t timestamp; in readThreadRoutine() local
409 jlong ctx, jbyteArray data, jint offset, jint numBytes, jlong timestamp) { in Java_android_nativemidi_cts_NativeMidiEchoTest_writeMidiWithTimestamp()
/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/contactsproviderwipe/src/android/provider/cts/contactsproviderwipe/
DContactsContract_Wipe.java71 final Long timestamp = cursor.getLong( in getDatabaseCreationTimestamp() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp51 int64_t timestamp; member
326 int64_t timestamp = (*Info)[frameID].timestamp; in decodeNFrames() local
434 uint32_t timestamp = 0; in populateInfoVector() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraSessionUtils.java127 long timestamp, long frameNumber) { in onCaptureStarted()

123