Home
last modified time | relevance | path

Searched defs:frames (Results 1 – 19 of 19) sorted by relevance

/cts/tests/tests/nfc/src/android/nfc/cts/
DBackgroundHostApduService.java26 public void processPollingFrames(List<PollingFrame> frames) { in processPollingFrames()
29 frames); in processPollingFrames() local
DCustomHostApduService.java25 public void processPollingFrames(List<PollingFrame> frames) { in processPollingFrames()
28 frames); in processPollingFrames() local
DCtsMyHostApduService.java30 public void processPollingFrames(List<PollingFrame> frames) { in processPollingFrames()
33 frames); in processPollingFrames() local
DCardEmulationTest.java379 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 …]
DPollingLoopBroadcastReceiver.java35 List<PollingFrame> frames = intent.getParcelableArrayListExtra(FRAMES_KEY, in onReceive() local
DHostApduServiceTest.java60 ArrayList<PollingFrame> frames = new ArrayList<PollingFrame>(); in testProcessPollingFrame() local
/cts/tests/tests/nfc/WalletRoleHolderApp/src/com/android/test/walletroleholder/
DXWalletRoleHolderApduService.java31 public void processPollingFrames(List<PollingFrame> frames) { in processPollingFrames()
DWalletRoleHolderApduService.java35 public void processPollingFrames(List<PollingFrame> frames) { in processPollingFrames()
/cts/tests/tests/nfc/NonPaymentNfcApp/src/com/android/test/nonpaymentnfc/
DNonPaymentApduService.java31 public void processPollingFrames(List<PollingFrame> frames) { in processPollingFrames()
/cts/tests/tests/nfc/ForegroundNfcApp/src/com/android/test/foregroundnfc/
DForegroundApduService.java31 public void processPollingFrames(List<PollingFrame> frames) { in processPollingFrames()
/cts/tests/tests/view/src/android/view/cts/
DGLProducerThread.java54 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/
Dtest_aaudio.cpp149 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/
Dtest_rolling_shutter_skew.py235 def find_average_shutter_skew(frames, led_time, debug_dir=None): argument
/cts/tests/media/common/src/android/mediav2/common/cts/
DVideoErrorManager.java187 int frames = 0; in generateErrorStats() local
/cts/apps/CameraITS/utils/
Dsensor_fusion_utils.py476 def get_cam_rotations(frames, facing, h, file_name_stem, argument
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
DMediaTranscodingTestUtil.java453 int frames = 0; in computePsnr() local
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrackTest.java1834 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/
DVideoCodecTestBase.java1958 int frames = 0; in computeEncodingStatistics() local
2116 int frames = 0; in computeDecodingStatistics() local
/cts/tests/tests/media/common/src/android/media/cts/
DAudioHelper.java420 final long frames = ts.framePosition; in add() local