Home
last modified time | relevance | path

Searched refs:OpenInputStream (Results 1 – 14 of 14) sorted by relevance

/aosp12/hardware/libhardware/modules/audio_remote_submix/tests/
H A Dremote_submix_tests.cpp69 void OpenInputStream(
106 void RemoteSubmixTest::OpenInputStream( in OpenInputStream() function in RemoteSubmixTest
218 OpenInputStream(address, true /*mono*/, 48000, &streamIn); in TEST_F()
231 OpenInputStream(address, true /*mono*/, 48000, &streamIn); in TEST_F()
283 OpenInputStream(address, false /*mono*/, 48000, &streamIn); in TEST_F()
296 OpenInputStream(address, true /*mono*/, 48000, &streamIn); in TEST_F()
309 OpenInputStream(address, true /*mono*/, 24000, &streamIn); in TEST_F()
324 OpenInputStream(address, true /*mono*/, 48000, &streamIn[i]); in TEST_F()
/aosp12/frameworks/base/tools/aapt2/io/
H A DFile.h47 virtual std::unique_ptr<io::InputStream> OpenInputStream() = 0;
77 std::unique_ptr<io::InputStream> OpenInputStream() override;
H A DFile.cpp42 std::unique_ptr<io::InputStream> FileSegment::OpenInputStream() { in OpenInputStream() function in aapt::io::FileSegment
H A DFileSystem.h33 std::unique_ptr<io::InputStream> OpenInputStream() override;
H A DZipArchive.h38 std::unique_ptr<io::InputStream> OpenInputStream() override;
H A DZipArchive.cpp67 std::unique_ptr<io::InputStream> ZipFile::OpenInputStream() { in OpenInputStream() function in aapt::io::ZipFile
H A DFileSystem.cpp50 std::unique_ptr<io::InputStream> RegularFile::OpenInputStream() { in OpenInputStream() function in aapt::io::RegularFile
/aosp12/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp51 std::unique_ptr<io::InputStream> manifest_in = manifest_file->OpenInputStream(); in DetermineApkFormat()
103 std::unique_ptr<io::InputStream> in = table_file->OpenInputStream(); in LoadProtoApkFromFileCollection()
130 std::unique_ptr<io::InputStream> manifest_in = manifest_file->OpenInputStream(); in LoadProtoApkFromFileCollection()
320 std::unique_ptr<io::InputStream> in = file->OpenInputStream(); in LoadXml()
/aosp12/frameworks/base/tools/aapt2/test/
H A DCommon.h93 std::unique_ptr<io::InputStream> OpenInputStream() override { in OpenInputStream() function
/aosp12/frameworks/base/tools/aapt2/format/
H A DArchive_test.cpp73 std::unique_ptr<io::InputStream> stream = zip->FindFile(file)->OpenInputStream(); in VerifyZipFile()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp156 auto fin = file->OpenInputStream(); in CompileTable()
361 auto fin = file->OpenInputStream(); in CompileXml()
H A DConvert.cpp97 unique_ptr<io::InputStream> in = file->file->OpenInputStream(); in SerializeFile()
H A DCompile_test.cpp335 std::unique_ptr<io::InputStream> proto_stream = proto_file->OpenInputStream(); in TEST_F()
H A DLink.cpp1480 std::unique_ptr<io::InputStream> input_stream = file->OpenInputStream(); in MergeFile()