Searched defs:open (Results 1 - 4 of 4) sorted by relevance

/hardware/ril/mock-ril/src/java/com/android/internal/telephony/
H A DRilChannel.java45 private void open() throws IOException { method in class:RilChannel
47 mChannel= SocketChannel.open(mockRilAddr);
59 sm.open();
65 * Close an open channel
/hardware/libhardware/include/hardware/
H A Dhardware.h78 int (*open)(const struct hw_module_t* module, const char* id, member in struct:hw_module_methods_t
/hardware/msm7k/libgralloc-qsd8k/
H A Dgralloc.cpp103 virtual int open(const char* pathname, int flags, int mode) { function in class:PmemAllocatorDepsDeviceImpl
104 return ::open(pathname, flags, mode);
149 open: gralloc_device_open
/hardware/msm7k/libgralloc-qsd8k/tests/
H A Dpmemalloc_test.cpp59 virtual int open(const char* pathname, int flags, int mode) { function in class:DepsStub
96 virtual int open(const char* pathname, int flags, int mode) { function in struct:Deps_InitPmemAreaLockedWithSuccessfulCompletion
138 virtual int open(const char* pathname, int flags, int mode) { function in struct:Deps_InitPmemAreaLockedWithEnomemOnMmap
183 virtual int open(const char* pathname, int flags, int mode) { function in struct:Deps_InitPmemAreaLockedWithEaccesOnGetPmemTotalSize
213 virtual int open(const char* pathname, int flags, int mode) { function in struct:Deps_InitPmemAreaLockedWithEaccesOnOpen
287 virtual int open(const char* pathname, int flags, int mode) { function in struct:Deps_InitPmemAreaLockedWithSuccessfulCompletionWithNoFlags
374 virtual int open(const char* pathname, int flags, int mode) { function in struct:Deps_InitPmemAreaLockedWithEnodevOnOpen
476 virtual int open(const char* pathname, int flags, int mode) { function in struct:Deps_KernelAllocPmemBufferWithSuccessfulCompletionWithNoFlags
540 virtual int open(const char* pathname, int flags, int mode) { function in struct:Deps_KernelAllocPmemBufferWithEpermOnOpen
568 virtual int open(cons function in struct:Deps_KernelAllocPmemBufferWithEnomemOnMmap
[all...]

Completed in 273 milliseconds