Home
last modified time | relevance | path

Searched defs:streamName (Results 1 – 25 of 99) sorted by relevance

1234

/aosp_15_r20/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
H A DGLPrimitiveBenchmark.java42 String streamName = "test_full_pipeline_offscreen"; in testFullPipelineOffscreen() local
51 String streamName = "test_full_pipeline_onscreen"; in testFullPipelineOnscreen() local
60 String streamName = "test_pixel_output_offscreen"; in testPixelOutputOffscreen() local
69 String streamName = "test_pixel_output_onscreen"; in testPixelOutputOnscreen() local
78 String streamName = "test_shader_perf_offscreen"; in testShaderPerfOffscreen() local
87 String streamName = "test_shader_perf_onscreen"; in testShaderPerfOnscreen() local
96 String streamName = "test_context_switch_offscreen"; in testContextSwitchOffscreen() local
105 String streamName = "test_context_switch_onscreen"; in testContextSwitchOnscreen() local
122 int numIterations, int timeout, String streamName) throws Exception { in runBenchmark()
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DPerformanceTest.java184 String streamName = "test_camera_launch"; in testCameraLaunch() local
311 String streamName = "test_camera_launch_average"; in testCameraLaunch() local
379 String streamName = appendFormatDescription("test_single_capture", formatDescription); in testSingleCaptureForFormat() local
521 String streamName = appendFormatDescription("test_single_capture_average", in testSingleCaptureForFormat() local
605 String streamName = "test_multiple_capture"; in testMultipleCapture() local
750 String streamName = "test_multiple_capture_average"; in testMultipleCapture() local
776 String streamName = "test_reprocessing_latency"; in testReprocessingLatency() local
807 String streamName = "test_reprocessing_throughput"; in testReprocessingThroughput() local
837 String streamName = "test_high_quality_reprocessing_latency"; in testHighQualityReprocessingLatency() local
868 String streamName = "test_high_quality_reprocessing_throughput"; in testHighQualityReprocessingThroughput() local
[all …]
/aosp_15_r20/cts/tests/sample/src/android/sample/cts/
H A DSampleDeviceReportLogTest.java71 String streamName = "test_multiplication"; in testMultiplication() local
85 String streamName = "test_count_up"; in testCountUp() local
94 String streamName = "test_count_down"; in testCountDown() local
104 private void countHelper(int testParameter, String streamName) { in countHelper()
H A DSampleDeviceResultTest.java87 String streamName = "test_sort"; in testSort() local
/aosp_15_r20/cts/tests/filesystem/src/android/filesystem/cts/
H A DSequentialRWTest.java88 String streamName = "test_single_sequential_write"; in testSingleSequentialWrite() local
129 String streamName = "test_single_sequential_update"; in testSingleSequentialUpdate() local
131 NUMBER_REPETITION, REPORT_LOG_NAME, streamName); in testSingleSequentialUpdate() local
146 String streamName = "test_single_sequential_read"; in testSingleSequentialRead() local
H A DAlmostFullTest.java120 String streamName = "test_sequential_update"; in testSequentialUpdate() local
122 NUMBER_REPETITION, REPORT_LOG_NAME, streamName); in testSequentialUpdate() local
136 String streamName = "test_random_read"; in testRandomRead() local
151 String streamName = "test_random_update"; in testRandomUpdate() local
H A DRandomRWTest.java74 String streamName = "test_random_read"; in testRandomRead() local
100 String streamName = "test_random_update"; in testRandomUpdate() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
H A DDashTestRunner.java94 private String streamName; field in DashTestRunner
131 public DashTestRunner setStreamName(String streamName) { in setStreamName()
216 private final String streamName; field in DashTestRunner.DashHostedTest
249 String streamName, in DashHostedTest()
H A DDashStreamingTest.java166 final String streamName = "test_h264_adaptive_with_seeking"; in h264AdaptiveWithSeeking() local
184 final String streamName = "test_h264_adaptive_with_renderer_disabling"; in h264AdaptiveWithRendererDisabling() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
H A DDashTestRunner.java94 private String streamName; field in DashTestRunner
131 public DashTestRunner setStreamName(String streamName) { in setStreamName()
216 private final String streamName; field in DashTestRunner.DashHostedTest
249 String streamName, in DashHostedTest()
H A DDashStreamingTest.java166 final String streamName = "test_h264_adaptive_with_seeking"; in h264AdaptiveWithSeeking() local
184 final String streamName = "test_h264_adaptive_with_renderer_disabling"; in h264AdaptiveWithRendererDisabling() local
/aosp_15_r20/external/aws-sdk-java-v2/services/kinesis/src/it/java/software/amazon/awssdk/services/kinesis/
H A DKinesisIntegrationTests.java108 String streamName = "java-test-stream-" + System.currentTimeMillis(); in testCreatePutGetDelete() local
135 private void testGets(final String streamName, final Shard shard) throws InterruptedException { in testGets()
/aosp_15_r20/cts/tests/simplecpu/src/android/simplecpu/cts/
H A DSimpleCpuTest.java102 String streamName = "do_test_sort"; in doTestSort() local
126 String streamName = "do_matrix_multiplication"; in doMatrixMultiplication() local
/aosp_15_r20/cts/tests/tvprovider/src/android/tvprovider/cts/
H A DTvProviderPerfTest.java115 String streamName = "test_channels"; in testChannels() local
253 String streamName = "test_programs"; in testPrograms() local
/aosp_15_r20/test/catbox/report/src/com/android/catbox/result/
H A DJsonResultReporter.java198 String streamName = classMethodName; in writeTestMetrics() local
246 MetricsReportLog reportLog, Map<String, String> metrics, String streamName) { in writeMetricsForGivenKeys() argument
/aosp_15_r20/frameworks/av/media/libeffects/config/src/
H A DEffectsConfig.cpp129 bool stringToStreamType(const char *streamName, Type* type) in stringToStreamType()
141 bool stringToStreamType(const char *streamName, audio_devices_t* type) { in stringToStreamType()
/aosp_15_r20/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
H A DMetricsReportLog.java50 String reportLogName, String streamName) { in MetricsReportLog()
64 String reportLogName, String streamName, boolean deviceDir) { in MetricsReportLog()
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DDeviceReportLog.java42 public DeviceReportLog(String reportLogName, String streamName) { in DeviceReportLog()
47 public DeviceReportLog(String reportLogName, String streamName, File logDirectory) { in DeviceReportLog()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/
H A DCtsVerifierReportLog.java48 public CtsVerifierReportLog(String reportLogName, String streamName) { in CtsVerifierReportLog()
53 public CtsVerifierReportLog(String reportLogName, String streamName, File logDirectory) { in CtsVerifierReportLog()
/aosp_15_r20/system/tools/hidl/
DType.cpp432 const std::string &streamName, in emitDump()
439 const std::string &streamName, in emitDumpWithMethod()
452 const std::string &streamName, in emitJavaDump()
DEnumType.cpp647 const std::string &streamName, in emitJavaDump()
960 const std::string &streamName, in emitDump()
969 const std::string &streamName, in emitJavaDump()
DNamedType.cpp49 const std::string &streamName, in emitDump()
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/stream_manager/include/
DStreamManager.h58 explicit StreamManager(std::string streamName, const proto::PacketType& type) in StreamManager()
/aosp_15_r20/external/aws-sdk-java-v2/services/codebuild/src/main/resources/codegen-resources/
H A Dexamples-1.json37 "streamName": "9b0ac37f-d19e-4254-9079-f47e9a389eEX" string
164 "streamName": "b79a46f7-1473-4636-a23f-da9c45c208EX" string
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioServiceEvents.java732 final String streamName = in eventToString() local
757 final String streamName = in eventToString() local

1234