Searched defs:open (Results 1 - 3 of 3) 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.h154 int (*open)(const struct hw_module_t* module, const char* id, member in struct:hw_module_methods_t
H A Dnfc.h43 * 1) Core NCI stack calls open()
113 * (*open)() Opens the NFC controller device and performs initialization.
116 * If open completes successfully, the controller should be ready to perform
120 * If open() returns 0, the NCI stack will wait for a HAL_NFC_OPEN_CPLT_EVT
123 * If open() returns any other value, the NCI stack will stop.
126 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, member in struct:nfc_nci_device
183 * Convenience methods that the NFC stack can use to open
188 return module->methods->open(module, NFC_NCI_CONTROLLER,
263 return module->methods->open(module, NFC_PN544_CONTROLLER,

Completed in 343 milliseconds