Home
last modified time | relevance | path

Searched defs:openStream (Results 1 – 25 of 704) sorted by relevance

12345678910>>...29

/aosp_15_r20/cts/tests/tests/nativemedia/aaudio/jni/
H A Dtest_aaudio_stream_builder.cpp144 TEST_P(AAudioStreamBuilderSamplingRateTest, openStream) { in TEST_P() argument
181 TEST_P(AAudioStreamBuilderChannelCountTest, openStream) { in TEST_P() argument
219 TEST_P(AAudioStreamBuilderFormatTest, openStream) { in TEST_P() argument
256 TEST_P(AAudioStreamBuilderSharingModeTest, openStream) { in TEST_P() argument
285 TEST_P(AAudioStreamBuilderDirectionTest, openStream) { in TEST_P() argument
319 TEST_P(AAudioStreamBuilderBufferCapacityTest, openStream) { in TEST_P() argument
356 TEST_P(AAudioStreamBuilderPerfModeTest, openStream) { in TEST_P() argument
664 TEST_P(AAudioStreamBuilderCommonCombinationTest, openStream) { in TEST_P() argument
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/
H A DCharSource.java110 public abstract Reader openStream() throws IOException; in openStream() method in CharSource
455 public InputStream openStream() throws IOException { in openStream() method in CharSource.AsByteSource
476 public Reader openStream() { in openStream() method in CharSource.CharSequenceCharSource
574 public Reader openStream() { in openStream() method in StringCharSource
623 public Reader openStream() throws IOException { in openStream() method in ConcatenatedCharSource
H A DByteSource.java105 public abstract InputStream openStream() throws IOException; in openStream() method in ByteSource
473 public Reader openStream() throws IOException { in openStream() method in ByteSource.AsCharSource
509 public InputStream openStream() throws IOException { in openStream() method in ByteSource.SlicedByteSource
594 public InputStream openStream() { in openStream() method in ByteSource.ByteArrayByteSource
695 public InputStream openStream() throws IOException { in openStream() method in ByteSource.ConcatenatedByteSource
H A DByteSink.java73 public abstract OutputStream openStream() throws IOException; in openStream() method in ByteSink
151 public Writer openStream() throws IOException { in openStream() method in ByteSink.AsCharSink
H A DFiles.java133 public FileInputStream openStream() throws IOException { in openStream() method in Files.FileByteSource
196 public FileOutputStream openStream() throws IOException { in openStream() method in Files.FileByteSink
/aosp_15_r20/external/guava/guava/src/com/google/common/io/
H A DByteSource.java105 public abstract InputStream openStream() throws IOException; in openStream() method in ByteSource
473 public Reader openStream() throws IOException { in openStream() method in ByteSource.AsCharSource
509 public InputStream openStream() throws IOException { in openStream() method in ByteSource.SlicedByteSource
594 public InputStream openStream() { in openStream() method in ByteSource.ByteArrayByteSource
695 public InputStream openStream() throws IOException { in openStream() method in ByteSource.ConcatenatedByteSource
H A DByteSink.java73 public abstract OutputStream openStream() throws IOException; in openStream() method in ByteSink
151 public Writer openStream() throws IOException { in openStream() method in ByteSink.AsCharSink
H A DFiles.java133 public FileInputStream openStream() throws IOException { in openStream() method in Files.FileByteSource
196 public FileOutputStream openStream() throws IOException { in openStream() method in Files.FileByteSink
H A DCharSource.java115 public abstract Reader openStream() throws IOException; in openStream() method in CharSource
/aosp_15_r20/libcore/ojluni/src/test/java/io/OutputStream/
H A DNullOutputStream.java39 private static OutputStream openStream; field in NullOutputStream
43 public static void openStream() { in openStream() method in NullOutputStream
/aosp_15_r20/external/oboe/tests/
H A DtestStreamStop.cpp37 bool openStream(Direction direction, AudioApi audioApi, PerformanceMode perfMode) { in openStream() function in TestStreamStop
55 bool openStream(AudioStreamBuilder &builder) { in openStream() function in TestStreamStop
H A DtestStreamWaitState.cpp34 bool openStream(Direction direction, PerformanceMode perfMode) { in openStream() function in TestStreamWaitState
47 bool openStream(AudioStreamBuilder &builder) { in openStream() function in TestStreamWaitState
H A DtestStreamStates.cpp35 bool openStream(Direction direction) { in openStream() function in StreamStates
48 bool openStream() { in openStream() function in StreamStates
/aosp_15_r20/external/oboe/src/common/
H A DAudioStreamBuilder.cpp91 Result AudioStreamBuilder::openStream(AudioStream **streamPP) { in openStream() function in oboe::AudioStreamBuilder
218 Result AudioStreamBuilder::openStream(std::shared_ptr<AudioStream> &sharedStream) { in openStream() function in oboe::AudioStreamBuilder
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/input/aidl/android.hardware.tv.input-V2-ndk-source/gen/android/hardware/tv/input/
DITvInput.cpp267 ::ndk::ScopedAStatus BpTvInput::openStream(int32_t in_deviceId, int32_t in_streamId, ::aidl::androi… in openStream() function in aidl::android::hardware::tv::input::BpTvInput
600 ::ndk::ScopedAStatus ITvInputDefault::openStream(int32_t /*in_deviceId*/, int32_t /*in_streamId*/, … in openStream() function in aidl::android::hardware::tv::input::ITvInputDefault
/aosp_15_r20/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassPathEntry.java27 InputStream openStream() throws IOException; in openStream() method
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
H A DInflaterByteSource.java49 public InputStream openStream() throws IOException { in openStream() method in InflaterByteSource
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/
H A DTestCharSource.java49 public Reader openStream() throws IOException { in openStream() method in TestCharSource
H A DTestByteSink.java56 public OutputStream openStream() throws IOException { in openStream() method in TestByteSink
H A DTestByteSource.java56 public InputStream openStream() throws IOException { in openStream() method in TestByteSource
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/
H A DTestCharSource.java49 public Reader openStream() throws IOException { in openStream() method in TestCharSource
H A DTestByteSink.java56 public OutputStream openStream() throws IOException { in openStream() method in TestByteSink
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/
H A Dadb_jsdomtest.ts73 const openStream = jest.fn(); constant
/aosp_15_r20/external/dagger2/javatests/dagger/functional/spi/
H A DSpiTest.java51 try (InputStream stream = getResource(SpiTest.class, "SpiTest_C.properties").openStream()) { in testPluginRuns()
/aosp_15_r20/external/cronet/net/android/java/src/org/chromium/net/
H A DChromiumNetworkAdapter.java56 public static InputStream openStream(URL url, NetworkTrafficAnnotationTag trafficAnnotation) in openStream() method in ChromiumNetworkAdapter

12345678910>>...29