| /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/PoseProvider/ |
| D | PoseData.java | 35 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/ |
| D | TestSensorEvent.java | 31 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/misc/src/android/media/misc/cts/ |
| D | MediaTimestampTest.java | 30 MediaTimestamp timestamp = new MediaTimestamp(1000, 2000, 2.0f); in testMediaTimestamp() local
|
| /cts/tests/camera/src/android/hardware/camera2/cts/ |
| D | ReadoutTimestampTest.java | 220 public TimestampTuple(int type, Long timestamp) { in TimestampTuple() 234 long timestamp, long frameNumber) { in onCaptureStarted() 244 long timestamp, long frameNumber) { in onReadoutStarted()
|
| D | CaptureResultTest.java | 390 long timestamp = resultForNdk.get(CaptureResult.SENSOR_TIMESTAMP); in testResultTimestamps() local 896 CameraCaptureSession session, CaptureRequest request, long timestamp, long frameNumber) in onCaptureStarted() 972 …ivate static native boolean validateStashedACameraMetadataFromCameraMetadataNative(long timestamp); in validateStashedACameraMetadataFromCameraMetadataNative()
|
| /cts/hostsidetests/media/app/MediaMetricsTest/src/android/media/metrics/cts/ |
| D | MidiTestHelper.java | 65 public final long timestamp; field in MidiTestHelper.MidiMessage 68 MidiMessage(byte[] buffer, int offset, int length, long timestamp) { in MidiMessage() 106 long timestamp) { in onSend() 267 long timestamp = 0x0123765489ABFEDCL; in testEchoVariableMessage() local
|
| /cts/tests/tests/telecom/src/android/telecom/cts/ |
| D | BluetoothCallQualityReportTest.java | 26 long timestamp = System.currentTimeMillis(); in testBluetoothCallQualityReport() local
|
| /cts/tests/tests/nativemidi/java/android/nativemidi/cts/ |
| D | NativeMidiMessage.java | 27 public long timestamp; field in NativeMidiMessage
|
| D | NativeMidiEchoTest.java | 106 private void compareMessages(byte[] buffer, long timestamp, NativeMidiMessage nativeMsg) { in compareMessages() 272 long timestamp = 0x0123765489ABFEDCL; in test_B_SendData() local 287 long timestamp = 0x0123765489ABFEDCL; in test_C_EchoSmallMessage() local 507 long timestamp); in writeMidiWithTimestamp()
|
| /cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/ |
| D | Event.java | 46 public Instant timestamp() { in timestamp() method in Event
|
| /cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/unittests/ |
| D | HotwordAudioStreamTest.java | 81 final AudioTimestamp timestamp = new AudioTimestamp(); in testHotwordAudioStreamParcelizeDeparcelize() local
|
| /cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/ |
| D | OboePlayer.java | 111 public boolean getTimestamp(AudioTimestamp timestamp) { in getTimestamp() 138 private native boolean getTimestampN(long nativePlayer, AudioTimestamp timestamp); in getTimestampN()
|
| D | Player.java | 116 public abstract boolean getTimestamp(AudioTimestamp timestamp); in getTimestamp()
|
| D | JavaPlayer.java | 223 public boolean getTimestamp(AudioTimestamp timestamp) { in getTimestamp()
|
| /cts/tests/tests/midi/src/android/midi/cts/ |
| D | MidiEchoTest.java | 80 public final long timestamp; field in MidiEchoTest.MidiMessage 83 MidiMessage(byte[] buffer, int offset, int length, long timestamp) { in MidiMessage() 121 long timestamp) { in onSend() 390 long timestamp = 0x0123765489ABFEDCL; in checkEchoVariableMessage() local 495 long timestamp = TIMESTAMP_MARKER; in testEchoMultipleMessages() local
|
| /cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/ |
| D | RecognitionPartTest.java | 105 long timestamp = 500; in test_recognitionPartSetAndGet_equalValues() local
|
| /cts/tests/tests/appop/src/android/app/appops/cts/ |
| D | DiscreteAppopsTest.kt | 450 val timestamp = System.currentTimeMillis() / in <lambda>() constant 497 val timestamp = System.currentTimeMillis() / in <lambda>() constant 611 val timestamp = System.currentTimeMillis() / in <lambda>() constant 731 val timestamp = System.currentTimeMillis() / in <lambda>() constant 794 val timestamp = System.currentTimeMillis() / in <lambda>() constant
|
| /cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ |
| D | JitterVerificationTest.java | 56 long timestamp = 0; in testVerify() local
|
| /cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
| D | DeletedContactUtil.java | 80 long timestamp) { in querySinceTimestamp()
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
| D | AudioOutColdStartLatencyActivity.java | 102 private double calcColdStartLatency(AudioTimestamp timestamp) { in calcColdStartLatency()
|
| D | MidiJavaTestActivity.java | 218 … public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
|
| /cts/libs/midi/src/com/android/midi/ |
| D | MidiEchoTestService.java | 157 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
|
| /cts/tests/tests/contactsproviderwipe/src/android/provider/cts/contactsproviderwipe/ |
| D | ContactsContract_Wipe.java | 71 final Long timestamp = cursor.getLong( in getDatabaseCreationTimestamp() local
|
| /cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/ |
| D | poc.cpp | 51 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/ |
| D | CameraSessionUtils.java | 127 long timestamp, long frameNumber) { in onCaptureStarted()
|