/cts/tests/tests/nfc/src/android/nfc/cts/ |
D | BackgroundHostApduService.java | 26 public void processPollingFrames(List<PollingFrame> frames) { in processPollingFrames() 29 frames); in processPollingFrames() local
|
D | CustomHostApduService.java | 25 public void processPollingFrames(List<PollingFrame> frames) { in processPollingFrames() 28 frames); in processPollingFrames() local
|
D | CtsMyHostApduService.java | 30 public void processPollingFrames(List<PollingFrame> frames) { in processPollingFrames() 33 frames); in processPollingFrames() local
|
D | CardEmulationTest.java | 379 ArrayList<PollingFrame> frames = new ArrayList<PollingFrame>(6); in testTypeAPollingLoopToDefault() local 468 ArrayList<PollingFrame> frames = new ArrayList<PollingFrame>(6); in testTypeAPollingLoopToForeground() local 529 ArrayList<PollingFrame> frames = new ArrayList<PollingFrame>(4); in testTypeAOneLoopPollingLoopToForeground() local 565 ArrayList<PollingFrame> frames = new ArrayList<PollingFrame>(7); in testTypeABNoOffPollingLoopToDefault() local 654 ArrayList<PollingFrame> frames = new ArrayList<PollingFrame>(2); in testTwoCustomPollingLoopToPreferredCustomAndBackgroundDynamic() local 713 ArrayList<PollingFrame> frames = new ArrayList<PollingFrame>(2); in testTwoCustomPollingLoopToCustomAndBackgroundDynamic() local 765 ArrayList<PollingFrame> frames = new ArrayList<PollingFrame>(1); in testCustomPollingLoopToCustomDynamic() local 793 ArrayList<PollingFrame> frames = new ArrayList<PollingFrame>(1); in testCustomPollingLoopToCustomDynamicAndRemove() local 826 ArrayList<PollingFrame> frames = new ArrayList<PollingFrame>(1); in testCustomPollingLoopToCustomWithPrefixDynamic() local 846 ArrayList<PollingFrame> frames = new ArrayList<PollingFrame>(1); in testCustomPollingLoopToCustomWithPrefix() local [all …]
|
D | PollingLoopBroadcastReceiver.java | 35 List<PollingFrame> frames = intent.getParcelableArrayListExtra(FRAMES_KEY, in onReceive() local
|
D | HostApduServiceTest.java | 60 ArrayList<PollingFrame> frames = new ArrayList<PollingFrame>(); in testProcessPollingFrame() local
|
/cts/tests/tests/nfc/WalletRoleHolderApp/src/com/android/test/walletroleholder/ |
D | XWalletRoleHolderApduService.java | 31 public void processPollingFrames(List<PollingFrame> frames) { in processPollingFrames()
|
D | WalletRoleHolderApduService.java | 35 public void processPollingFrames(List<PollingFrame> frames) { in processPollingFrames()
|
/cts/tests/tests/nfc/NonPaymentNfcApp/src/com/android/test/nonpaymentnfc/ |
D | NonPaymentApduService.java | 31 public void processPollingFrames(List<PollingFrame> frames) { in processPollingFrames()
|
/cts/tests/tests/nfc/ForegroundNfcApp/src/com/android/test/foregroundnfc/ |
D | ForegroundApduService.java | 31 public void processPollingFrames(List<PollingFrame> frames) { in processPollingFrames()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | GLProducerThread.java | 54 int frames, int delayMs, Semaphore semaphore) { in GLProducerThread() 63 GLProducerThread(SurfaceTexture surfaceTexture, GLRenderer renderer, int frames, int delayMs, in GLProducerThread()
|
/cts/tests/tests/nativemedia/aaudio/jni/ |
D | test_aaudio.cpp | 149 const int32_t frames = actual().sampleRate; in testTimestamp() local 231 void AAudioInputStreamTest::processData(const int32_t frames, const int64_t timeoutNanos) { in processData() 382 void AAudioOutputStreamTest::processData(const int32_t frames, const int64_t timeoutNanos) { in processData()
|
/cts/apps/CameraITS/tests/inprog/rolling_shutter_skew/ |
D | test_rolling_shutter_skew.py | 235 def find_average_shutter_skew(frames, led_time, debug_dir=None): argument
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | VideoErrorManager.java | 187 int frames = 0; in generateErrorStats() local
|
/cts/apps/CameraITS/utils/ |
D | sensor_fusion_utils.py | 476 def get_cam_rotations(frames, facing, h, file_name_stem, argument
|
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/ |
D | MediaTranscodingTestUtil.java | 453 int frames = 0; in computePsnr() local
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioTrackTest.java | 1834 final int frames = AudioHelper.frameCountFromMsec(300 /* ms */, format); in playOnceStreamData() local 3066 AudioTrack track, int frames) throws Exception { in validateWriteStartsStreamWithSetStartThreshold() 3081 private static void validateWriteStartsStream(AudioTrack track, int frames) throws Exception { in validateWriteStartsStream() 3121 AudioTrack track, int frames) throws Exception { in validateSetStartThresholdStartsStream() 3206 int frames = bufferSize / 4; in testZeroPositionStartThresholdInFrames() local
|
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | VideoCodecTestBase.java | 1958 int frames = 0; in computeEncodingStatistics() local 2116 int frames = 0; in computeDecodingStatistics() local
|
/cts/tests/tests/media/common/src/android/media/cts/ |
D | AudioHelper.java | 420 final long frames = ts.framePosition; in add() local
|