Searched refs:OpenInputStream (Results 1 – 14 of 14) sorted by relevance
/aosp12/hardware/libhardware/modules/audio_remote_submix/tests/ |
H A D | remote_submix_tests.cpp | 69 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 D | File.h | 47 virtual std::unique_ptr<io::InputStream> OpenInputStream() = 0; 77 std::unique_ptr<io::InputStream> OpenInputStream() override;
|
H A D | File.cpp | 42 std::unique_ptr<io::InputStream> FileSegment::OpenInputStream() { in OpenInputStream() function in aapt::io::FileSegment
|
H A D | FileSystem.h | 33 std::unique_ptr<io::InputStream> OpenInputStream() override;
|
H A D | ZipArchive.h | 38 std::unique_ptr<io::InputStream> OpenInputStream() override;
|
H A D | ZipArchive.cpp | 67 std::unique_ptr<io::InputStream> ZipFile::OpenInputStream() { in OpenInputStream() function in aapt::io::ZipFile
|
H A D | FileSystem.cpp | 50 std::unique_ptr<io::InputStream> RegularFile::OpenInputStream() { in OpenInputStream() function in aapt::io::RegularFile
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | LoadedApk.cpp | 51 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 D | Common.h | 93 std::unique_ptr<io::InputStream> OpenInputStream() override { in OpenInputStream() function
|
/aosp12/frameworks/base/tools/aapt2/format/ |
H A D | Archive_test.cpp | 73 std::unique_ptr<io::InputStream> stream = zip->FindFile(file)->OpenInputStream(); in VerifyZipFile()
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Compile.cpp | 156 auto fin = file->OpenInputStream(); in CompileTable() 361 auto fin = file->OpenInputStream(); in CompileXml()
|
H A D | Convert.cpp | 97 unique_ptr<io::InputStream> in = file->file->OpenInputStream(); in SerializeFile()
|
H A D | Compile_test.cpp | 335 std::unique_ptr<io::InputStream> proto_stream = proto_file->OpenInputStream(); in TEST_F()
|
H A D | Link.cpp | 1480 std::unique_ptr<io::InputStream> input_stream = file->OpenInputStream(); in MergeFile()
|