Home
last modified time | relevance | path

Searched defs:Open (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/cmds/idmap2/libidmap2/
DZipFile.cpp33 std::unique_ptr<const ZipFile> ZipFile::Open(const std::string& path) { in Open() function in android::idmap2::ZipFile
/frameworks/base/tools/aapt2/format/
DArchive.cpp43 bool Open(const StringPiece& out_dir) { in Open() function in aapt::__anon52c9490b0111::DirectoryWriter
129 bool Open(const StringPiece& path) { in Open() function in aapt::__anon52c9490b0111::ZipFileWriter
/frameworks/base/libs/androidfw/
DApkAssets.cpp167 std::unique_ptr<Asset> ApkAssets::Open(const std::string& path, Asset::AccessMode mode) const { in Open() function in android::ApkAssets
DAssetManager2.cpp291 std::unique_ptr<Asset> AssetManager2::Open(const std::string& filename, in Open() function in android::AssetManager2
297 std::unique_ptr<Asset> AssetManager2::Open(const std::string& filename, ApkAssetsCookie cookie, in Open() function in android::AssetManager2
/frameworks/native/services/vr/virtual_touchpad/tests/
DVirtualTouchpad_test.cpp41 int Open() override { in Open() function in android::dvr::__anonb6efdf4d0111::UInputRecorder
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_ContentPipe.h155 CPresult (*Open)( CPhandle* hContent, CPstring szURI, CP_ACCESSTYPE eAccess ); member
/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp14 int EvdevInjector::UInput::Open() { in Open() function in android::dvr::EvdevInjector::UInput
/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp132 bool LayerLibrary::Open() { in Open() function in vulkan::api::__anon240457cc0111::LayerLibrary
Ddriver.cpp232 bool Hal::Open() { in Open() function in vulkan::driver::__anonbed2d0790111::Hal
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp198 static int Open(std::string path, int flags, mode_t mode = 0) { in Open() function