Searched defs:close (Results 1 - 25 of 33) sorted by relevance

12

/system/bt/hci/include/
H A Dhci_inject.h27 // Once started, this module must be shut down with |close|.
31 void (*close)(void); member in struct:hci_inject_t
H A Dhci_hal.h58 // Disconnect from the underlying hardware, and close the HAL.
60 void (*close)(void); member in struct:hci_hal_t
H A Dvendor.h58 void (*close)(void); member in struct:vendor_t
/system/bt/stack/mcap/
H A Dmca_dact.cc115 tMCA_CLOSE close; local
116 close.param = MCA_INT;
117 close.reason = L2CAP_DISC_OK;
118 close.lcid = 0;
120 mca_dcb_evt.close = close;
/system/chre/pal/include/chre/pal/
H A Dwifi.h133 * accessible at least until after close() is called.
136 * memory remains accessible at least until after close() is called.
149 void (*close)(void); member in struct:chrePalWifiApi
H A Dwwan.h80 * accessible at least until after close() is called.
83 * memory remains accessible at least until after close() is called.
96 void (*close)(void); member in struct:chrePalWwanApi
H A Dgnss.h146 * accessible at least until after close() is called.
149 * memory remains accessible at least until after close() is called.
163 void (*close)(void); member in struct:chrePalGnssApi
/system/core/adb/daemon/
H A Dusb.h35 void (*close)(usb_handle* h); member in struct:usb_handle
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
H A DTestLogger.java48 public void close() { method in class:TestLogger
50 mLogFile.close();
/system/core/adb/
H A Dsocket.h50 // write packets and close directly.
53 /* flag: quit adbd when both ends close the
87 * Always followed by a call to close. Optional, i.e. can be NULL.
91 /* close is called by the peer when it has gone away.
93 * peer once our close method is called.
95 void (*close)(asocket* s); member in struct:asocket
H A Dtransport.h75 void (*close)(atransport* t) = nullptr; member in class:atransport
/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc51 mHci->close();
127 Return<void> BluetoothHci::close() { function in class:android::hardware::bluetooth::V1_0::sim::BluetoothHci
/system/bt/bta/include/
H A Dbta_pan_api.h97 tBTA_PAN_CLOSE close; /* Connection has been closed. */ member in union:__anon470
/system/bt/stack/avdt/
H A Davdt_ad.cc274 * the channel and sends it a close event. The reason
285 tAVDT_SCB_TC_CLOSE close; local
287 close.old_tc_state = p_tbl->state;
294 close.old_tc_state);
300 /* if media or other channel, notify scb that channel close */
306 close.tcid = p_tbl->tcid;
307 close.type = avdt_ad_tcid_to_type(p_tbl->tcid);
309 avdt_scb_evt.close = close;
552 * Description This function is called by a CCB or SCB to close
[all...]
/system/bt/vendor_libs/test_vendor_lib/scripts/
H A Dtest_channel.py70 def close(self): member in class:Connection
71 self._socket.close()
93 def close(self): member in class:TestChannel
94 self._connection.close()
222 self._test_channel.close()
/system/core/init/
H A Dbootchart.cpp126 size_t close = stat.find_last_of(')'); local
127 if (open != std::string::npos && close != std::string::npos) {
128 stat.replace(open + 1, close - open - 1, full_name);
/system/nfc/src/hal/include/
H A Dnfc_hal_api.h89 tHAL_API_CLOSE* close; member in struct:__anon2017
/system/timezone/distro/core/src/test/com/android/timezone/distro/
H A DTimeZoneDistroTest.java195 public void close() throws IOException { method in class:TimeZoneDistroTest.TestInputStream
197 super.close();
/system/bt/bta/ag/
H A Dbta_ag_act.cc202 /* close servers */
370 tBTA_AG_CLOSE close; local
396 close.hdr.handle = bta_ag_scb_to_idx(p_scb);
397 close.hdr.app_id = p_scb->app_id;
398 close.bd_addr = p_scb->peer_addr;
402 /* call close call-out */
403 bta_ag_co_data_close(close.hdr.handle);
405 /* call close cback */
406 (*bta_ag_cb.p_cback)(BTA_AG_CLOSE_EVT, (tBTA_AG*)&close);
437 /* else close por
[all...]
/system/core/include/log/
H A Dlog_event_list.h141 int close() { function in class:android_log_event_list
/system/core/liblog/include/log/
H A Dlog_event_list.h141 int close() { function in class:android_log_event_list
/system/core/liblog/
H A Dlogger.h48 void (*close)(); /* free up resources */ member in struct:android_log_transport_write
67 void (*close)(struct android_log_logger_list* logger_list, member in struct:android_log_transport_read
/system/extras/libfec/include/fec/
H A Dio.h146 bool close() { function in class:fec::io
/system/netd/server/
H A DXfrmController.h42 virtual void close() { function in class:android::net::XfrmSocket
44 ::close(mSock);
51 virtual ~XfrmSocket() { close(); }
/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.cc90 ::close(fd);
100 ::close(fd);
109 ::close(bt_soc_fd_);
195 ::close(fd);
213 ::close(fd);
238 ::close(fd);
241 ::close(fd);
254 mHci->close();
303 Return<void> BluetoothHci::close() { function in class:android::hardware::bluetooth::V1_0::btlinux::BluetoothHci
304 ALOGI("BluetoothHci::close()");
[all...]

Completed in 3452 milliseconds

12