/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/src/android/media/cts/ |
D | MediaTimestampTest.java | 28 MediaTimestamp timestamp = new MediaTimestamp(1000, 2000, 2.0f); in testMediaTimestamp() local
|
D | NonBlockingAudioTrack.java | 108 AudioTimestamp timestamp = new AudioTimestamp(); in getTimestamp() local
|
D | MediaCodecTunneledPlayer.java | 590 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/ |
D | BluetoothCallQualityReportTest.java | 26 long timestamp = System.currentTimeMillis(); in testBluetoothCallQualityReport() local
|
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/ |
D | Event.java | 44 public Instant timestamp() { in timestamp() method in Event
|
/cts/tests/tests/nativemidi/java/android/nativemidi/cts/ |
D | NativeMidiMessage.java | 27 public long timestamp; field in NativeMidiMessage
|
D | NativeMidiEchoTest.java | 107 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/ |
D | OboePlayer.java | 97 public boolean getTimestamp(AudioTimestamp timestamp) { in getTimestamp() 113 private native boolean getTimestampN(long nativePlayer, AudioTimestamp timestamp); in getTimestampN()
|
D | Player.java | 112 public abstract boolean getTimestamp(AudioTimestamp timestamp); in getTimestamp()
|
D | JavaPlayer.java | 205 public boolean getTimestamp(AudioTimestamp timestamp) { in getTimestamp()
|
/cts/tests/tests/midi/src/android/midi/cts/ |
D | MidiEchoTest.java | 81 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/ |
D | DiscreteAppopsTest.kt | 448 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/ |
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()
|
D | ContactsContract_StatusUpdatesTest.java | 101 private Uri insertStatusUpdate(long dataId, int presence, String status, Long timestamp) in insertStatusUpdate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioOutColdStartLatencyActivity.java | 103 private double calcColdStartLatency(AudioTimestamp timestamp) { in calcColdStartLatency()
|
D | MidiNativeTestActivity.java | 260 … public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CaptureResultTest.java | 390 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/ |
D | native-lib.cpp | 46 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/ |
D | MidiEchoTestService.java | 155 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()
|