Home
last modified time | relevance | path

Searched defs:open (Results 1 – 20 of 20) sorted by relevance

/device/generic/vulkan-cereal/base/
DSharedLibrary.cpp63 SharedLibrary* SharedLibrary::open(const char* libraryName) { in open() function in android::base::SharedLibrary
69 SharedLibrary* SharedLibrary::open(const char* libraryName, in open() function in android::base::SharedLibrary
DSharedMemory_posix.cpp49 int SharedMemory::open(AccessMode access) { in open() function in android::base::SharedMemory
DSharedMemory_win32.cpp56 int SharedMemory::open(AccessMode access) { in open() function in android::base::SharedMemory
/device/generic/goldfish-opengl/fuchsia/include/hardware/
Dhardware.h29 int (*open)(const struct hw_module_t* module, const char* id, member
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dhardware.h61 int (*open)(const hw_module_t*, const char*, hw_device_t**); member
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dutilities.cpp861 size_t open = name.find_last_of('[', baseNameLength - 1); in ParseResourceName() local
931 size_t open = name.find_last_of('['); in ParseArrayIndex() local
/device/google/sunfish/vibrator/common/
DHardwareBase.h93 void HwApiBase::open(const std::string &name, T *stream) { in open() function
/device/google/redbull/json-c/
Djson_util.c46 # define open _open macro
/device/google/crosshatch/json-c/
Djson_util.c46 # define open _open macro
/device/google/coral/json-c/
Djson_util.c46 # define open _open macro
/device/google/sunfish/json-c/
Djson_util.c46 # define open _open macro
/device/google/bonito/json-c/
Djson_util.c46 # define open _open macro
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXw32defs.h41 # define open _open macro
/device/generic/goldfish/gnss/
Dgnss.cpp160 bool Gnss20::open() { in open() function in goldfish::Gnss20
/device/generic/goldfish/dhcp/common/
Dsocket.cpp75 Result Socket::open(int domain, int type, int protocol) { in open() function in Socket
/device/generic/vulkan-cereal/host-common/testing/
DHostAddressSpace.cpp60 uint32_t open() { in open() function in android::HostAddressSpaceDevice::Impl
401 uint32_t HostAddressSpaceDevice::open() { in open() function in android::HostAddressSpaceDevice
/device/generic/vulkan-cereal/fake-android-guest/hardware/
Dhardware.h158 int (*open)(const struct hw_module_t* module, const char* id, member
/device/generic/vulkan-cereal/base/testing/
Dfile_io.cpp216 int __cdecl open(const char* pathname, int flags, ...) { in open() function
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/
Dgoldfish_address_space.h253 address_space_open_t open; member
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DAttributeLayoutTest.cpp73 void open(void) { memset(mMemory, 0xff, kSize); } in open() function in __anon6cf97ed70111::Container