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

/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.h55 // Disconnect from the underlying hardware, and close the HAL.
57 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.c121 tMCA_CLOSE close; local
126 close.param = MCA_INT;
127 close.reason = L2CAP_DISC_OK;
128 close.lcid = 0;
129 mca_dcb_event(p_dcb, MCA_DCB_TC_CLOSE_EVT, (tMCA_DCB_EVT *) &close);
H A Dmca_main.c292 ** the channel and sends it a close event. The reason
303 tMCA_CLOSE close; local
305 close.param = MCA_ACP;
306 close.reason = reason;
307 close.lcid = p_tbl->lcid;
318 close.param = MCA_INT;
322 /* if control channel, notify ccb that channel close */
326 mca_ccb_event(p_ccb, MCA_CCB_LL_CLOSE_EVT, (tMCA_CCB_EVT *)&close);
328 /* notify dcb that channel close */
335 mca_dcb_event(p_dcb, MCA_DCB_TC_CLOSE_EVT, (tMCA_DCB_EVT *) &close);
[all...]
H A Dmca_int.h75 tMCA_CLOSE close; member in union:__anon1229
100 MCA_CCB_LL_CLOSE_EVT, /* Lower layer close. This event is sent when the lower layer channel is closed. */
108 tMCA_CLOSE close; member in union:__anon1232
135 MCA_DCB_TC_CLOSE_EVT, /* Transport Channel close.*/
/system/bt/bta/include/
H A Dbta_pan_api.h108 tBTA_PAN_CLOSE close; /* Connection has been closed. */ member in union:__anon500
H A Dbta_ag_api.h316 tBTA_AG_CLOSE close; member in union:__anon269
H A Dbta_av_api.h435 tBTA_AV_CLOSE close; member in union:__anon342
H A Dbta_gatt_api.h118 #define BTA_GATTC_CLOSE_EVT 5 /* GATTC close request status event */
410 tBTA_GATTC_CLOSE close; member in union:__anon376
/system/bt/stack/avdt/
H A Davdt_ad.c315 ** the channel and sends it a close event. The reason
327 tAVDT_SCB_TC_CLOSE close; local
330 close.old_tc_state = p_tbl->state;
337 p_tbl->tcid, close.old_tc_state);
344 /* if media or other channel, notify scb that channel close */
351 close.tcid = p_tbl->tcid;
352 close.type = avdt_ad_tcid_to_type(p_tbl->tcid);
353 avdt_scb_event(p_scb, AVDT_SCB_TC_CLOSE_EVT, (tAVDT_SCB_EVT *)&close);
607 ** Description This function is called by a CCB or SCB to close a
629 /* if we're listening on this channel, send ourselves a close in
[all...]
H A Davdt_int.h474 tAVDT_SCB_TC_CLOSE close; member in union:__anon803
497 UINT8 close_code; /* Error code received in close response */
/system/bt/bta/ag/
H A Dbta_ag_act.c222 /* close servers */
410 tBTA_AG_CLOSE close; local
438 close.hdr.handle = bta_ag_scb_to_idx(p_scb);
439 close.hdr.app_id = p_scb->app_id;
440 bdcpy(close.bd_addr, p_scb->peer_addr);
444 /* call close call-out */
445 bta_ag_co_data_close(close.hdr.handle);
447 /* call close cback */
448 (*bta_ag_cb.p_cback)(BTA_AG_CLOSE_EVT, (tBTA_AG *) &close);
483 /* else close por
[all...]
/system/core/init/
H A Dbootchart.cpp141 size_t close = stat.find_last_of(')'); local
142 if (open != std::string::npos && close != std::string::npos) {
143 stat.replace(open + 1, close - open - 1, full_name);
198 close(open(LOG_ACCT, O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0644));
/system/core/adb/
H A Dadb.h89 /* flag: quit adbd when both ends close the
126 ** Always followed by a call to close. Optional, i.e. can be NULL.
130 /* close is called by the peer when it has gone away.
132 ** peer once our close method is called.
134 void (*close)(asocket *s); member in struct:asocket
180 void (*close)(atransport *t); member in struct:atransport
H A Dsysdeps.h144 return close(fd);
146 #undef close macro
147 #define close ____xxx_close macro
366 return close(fd);
368 #undef close macro
369 #define close ____xxx_close macro
/system/core/libsparse/
H A Doutput_file.c67 void (*close)(struct output_file *); member in struct:output_file_ops
181 .close = file_close,
265 .close = gz_file_close,
315 .close = callback_file_close,
538 out->ops->close(out);
758 close(file_fd);
/system/bt/bta/av/
H A Dbta_av_int.h190 tBTA_AV_CO_CLOSE close; member in struct:__anon36

Completed in 556 milliseconds