Searched defs:close (Results 1 - 25 of 38) 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/core/libstats/
H A Dstatsd_writer.h38 void (*close)(); /* free up resources */ member in struct:android_log_transport_write
/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 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.h156 * accessible at least until after close() is called.
159 * memory remains accessible at least until after close() is called.
173 void (*close)(void); member in struct:chrePalGnssApi
H A Dwifi.h163 * accessible at least until after close() is called.
166 * memory remains accessible at least until after close() is called.
179 void (*close)(void); member in struct:chrePalWifiApi
/system/extras/perfprofd/scripts/
H A Dperf_proto_json2sqlite.py58 def close(self): member in class:SqliteWriter
60 self._conn.close()
159 fp.close()
166 sql_out.close()
H A Dperf_proto_stack_sqlite_flame.py110 def close(self): member in class:SqliteReader
111 self._conn.close()
210 f.close()
234 sql_out.close()
/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.h47 // write packets and close directly.
50 /* flag: quit adbd when both ends close the
85 * Always followed by a call to close. Optional, i.e. can be NULL.
89 /* close is called by the peer when it has gone away.
91 * peer once our close method is called.
93 void (*close)(asocket* s) = nullptr; member in struct:asocket
/system/core/adb/daemon/
H A Dusb.h46 void (*close)(usb_handle* h); member in struct:usb_handle
/system/core/libstats/include/
H A Dstats_event_list.h58 int close() { function in class:stats_event_list
/system/nfc/src/include/
H A Dnfc_hal_api.h56 tHAL_API_CLOSE* close; member in struct:__anon2138
/system/bt/bta/include/
H A Dbta_pan_api.h97 tBTA_PAN_CLOSE close; /* Connection has been closed. */ member in union:__anon436
/system/bt/stack/avdt/
H A Davdt_ad.cc292 * the channel and sends it a close event. The reason
304 tAVDT_SCB_TC_CLOSE close; local
306 close.old_tc_state = p_tbl->state;
313 close.old_tc_state);
320 /* if media or other channel, notify scb that channel close */
328 close.tcid = p_tbl->tcid;
329 close.type = avdt_ad_tcid_to_type(p_tbl->tcid);
331 avdt_scb_evt.close = close;
577 * Description This function is called by a CCB or SCB to close
[all...]
/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc56 mHci->close();
146 Return<void> BluetoothHci::close() { function in class:android::hardware::bluetooth::V1_0::sim::BluetoothHci
/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()
212 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/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.cc193 /* close servers */
364 tBTA_AG_CLOSE close = {}; local
394 close.hdr.handle = bta_ag_scb_to_idx(p_scb);
395 close.hdr.app_id = p_scb->app_id;
396 close.bd_addr = p_scb->peer_addr;
404 /* call close cback */
405 (*bta_ag_cb.p_cback)(BTA_AG_CLOSE_EVT, (tBTA_AG*)&close);
436 /* else close port and deallocate scb */
551 // If client port is opened, close it
586 /* close an
[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

Completed in 661 milliseconds

12