Home
last modified time | relevance | path

Searched defs:OpenInputStream (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/base/tools/aapt2/io/
H A DFile.cpp42 std::unique_ptr<android::InputStream> FileSegment::OpenInputStream() { in OpenInputStream() function in aapt::io::FileSegment
H A DZipArchive.cpp66 std::unique_ptr<android::InputStream> ZipFile::OpenInputStream() { in OpenInputStream() function in aapt::io::ZipFile
H A DFileSystem.cpp52 std::unique_ptr<android::InputStream> RegularFile::OpenInputStream() { in OpenInputStream() function in aapt::io::RegularFile
/aosp_15_r20/frameworks/base/tools/aapt2/test/
H A DCommon.h119 std::unique_ptr<android::InputStream> OpenInputStream() override { in OpenInputStream() function
/aosp_15_r20/external/webp/imageio/
H A Dwicdec.c88 static HRESULT OpenInputStream(const char* filename, IStream** stream) { in OpenInputStream() function
/aosp_15_r20/hardware/libhardware/modules/audio_remote_submix/tests/
H A Dremote_submix_tests.cpp106 void RemoteSubmixTest::OpenInputStream( in OpenInputStream() function in RemoteSubmixTest