Home
last modified time | relevance | path

Searched refs:UNUSED_ATTR (Results 1 – 25 of 140) sorted by relevance

123456

/system/bt/btif/co/
Dbta_pan_co.cc214 void bta_pan_co_rx_path(UNUSED_ATTR uint16_t handle, in bta_pan_co_rx_path()
215 UNUSED_ATTR uint8_t app_id) { in bta_pan_co_rx_path()
232 void bta_pan_co_tx_write(UNUSED_ATTR uint16_t handle, in bta_pan_co_tx_write()
233 UNUSED_ATTR uint8_t app_id, UNUSED_ATTR BD_ADDR src, in bta_pan_co_tx_write()
234 UNUSED_ATTR BD_ADDR dst, UNUSED_ATTR uint16_t protocol, in bta_pan_co_tx_write()
235 UNUSED_ATTR uint8_t* p_data, UNUSED_ATTR uint16_t len, in bta_pan_co_tx_write()
236 UNUSED_ATTR bool ext, UNUSED_ATTR bool forward) { in bta_pan_co_tx_write()
253 void bta_pan_co_tx_writebuf(UNUSED_ATTR uint16_t handle, in bta_pan_co_tx_writebuf()
254 UNUSED_ATTR uint8_t app_id, UNUSED_ATTR BD_ADDR src, in bta_pan_co_tx_writebuf()
255 UNUSED_ATTR BD_ADDR dst, in bta_pan_co_tx_writebuf()
[all …]
Dbta_gatts_co.cc105 UNUSED_ATTR bool is_add, UNUSED_ATTR tBTA_GATTS_HNDL_RANGE* p_hndl_range) {} in bta_gatts_co_update_handle_range()
124 bool bta_gatts_co_srv_chg(UNUSED_ATTR tBTA_GATTS_SRV_CHG_CMD cmd, in bta_gatts_co_srv_chg()
125 UNUSED_ATTR tBTA_GATTS_SRV_CHG_REQ* p_req, in bta_gatts_co_srv_chg()
126 UNUSED_ATTR tBTA_GATTS_SRV_CHG_RSP* p_rsp) { in bta_gatts_co_srv_chg()
143 UNUSED_ATTR uint8_t index, in bta_gatts_co_load_handle_range()
144 UNUSED_ATTR tBTA_GATTS_HNDL_RANGE* p_handle_range) { in bta_gatts_co_load_handle_range()
Dbta_dm_co.cc49 bool bta_dm_co_get_compress_memory(UNUSED_ATTR tBTA_SYS_ID id, in bta_dm_co_get_compress_memory()
50 UNUSED_ATTR uint8_t** memory_p, in bta_dm_co_get_compress_memory()
51 UNUSED_ATTR uint32_t* memory_size) { in bta_dm_co_get_compress_memory()
72 void bta_dm_co_io_req(UNUSED_ATTR BD_ADDR bd_addr, tBTA_IO_CAP* p_io_cap, in bta_dm_co_io_req()
118 void bta_dm_co_lk_upgrade(UNUSED_ATTR BD_ADDR bd_addr, in bta_dm_co_lk_upgrade()
119 UNUSED_ATTR bool* p_upgrade) {} in bta_dm_co_lk_upgrade()
277 void bta_dm_co_le_io_key_req(UNUSED_ATTR BD_ADDR bd_addr, in bta_dm_co_le_io_key_req()
332 void bta_dm_co_ble_io_req(UNUSED_ATTR BD_ADDR bd_addr, tBTA_IO_CAP* p_io_cap, in bta_dm_co_ble_io_req()
Dbta_hl_co.cc381 void bta_hl_co_get_echo_data(UNUSED_ATTR uint8_t app_id, in bta_hl_co_get_echo_data()
383 UNUSED_ATTR uint16_t buf_size, in bta_hl_co_get_echo_data()
384 UNUSED_ATTR uint8_t* p_buf, uint16_t evt) { in bta_hl_co_get_echo_data()
407 void bta_hl_co_put_echo_data(UNUSED_ATTR uint8_t app_id, in bta_hl_co_put_echo_data()
409 UNUSED_ATTR uint16_t data_size, in bta_hl_co_put_echo_data()
410 UNUSED_ATTR uint8_t* p_data, uint16_t evt) { in bta_hl_co_put_echo_data()
/system/bt/bta/pan/
Dbta_pan_ci.cc234 void bta_pan_ci_tx_ready(UNUSED_ATTR uint16_t handle) {} in bta_pan_ci_tx_ready()
236 void bta_pan_ci_rx_ready(UNUSED_ATTR uint16_t handle) {} in bta_pan_ci_rx_ready()
238 void bta_pan_ci_tx_flow(UNUSED_ATTR uint16_t handle, UNUSED_ATTR bool enable) {} in bta_pan_ci_tx_flow()
240 void bta_pan_ci_rx_writebuf(UNUSED_ATTR uint16_t handle, in bta_pan_ci_rx_writebuf()
241 UNUSED_ATTR BD_ADDR src, UNUSED_ATTR BD_ADDR dst, in bta_pan_ci_rx_writebuf()
242 UNUSED_ATTR uint16_t protocol, in bta_pan_ci_rx_writebuf()
243 UNUSED_ATTR BT_HDR* p_buf, UNUSED_ATTR bool ext) {} in bta_pan_ci_rx_writebuf()
245 BT_HDR* bta_pan_ci_readbuf(UNUSED_ATTR uint16_t handle, UNUSED_ATTR BD_ADDR src, in bta_pan_ci_readbuf()
246 UNUSED_ATTR BD_ADDR dst, in bta_pan_ci_readbuf()
247 UNUSED_ATTR uint16_t* p_protocol, in bta_pan_ci_readbuf()
[all …]
Dbta_pan_api.cc178 void BTA_PanEnable(UNUSED_ATTR tBTA_PAN_CBACK p_cback) {} in BTA_PanEnable()
182 void BTA_PanSetRole(UNUSED_ATTR tBTA_PAN_ROLE role, in BTA_PanSetRole()
183 UNUSED_ATTR tBTA_PAN_ROLE_INFO* p_user_info, in BTA_PanSetRole()
184 UNUSED_ATTR tBTA_PAN_ROLE_INFO* p_gn_info, in BTA_PanSetRole()
185 UNUSED_ATTR tBTA_PAN_ROLE_INFO* p_nap_info) {} in BTA_PanSetRole()
187 void BTA_PanOpen(UNUSED_ATTR BD_ADDR bd_addr, in BTA_PanOpen()
188 UNUSED_ATTR tBTA_PAN_ROLE local_role, in BTA_PanOpen()
189 UNUSED_ATTR tBTA_PAN_ROLE peer_role) {} in BTA_PanOpen()
191 void BTA_PanClose(UNUSED_ATTR uint16_t handle) {} in BTA_PanClose()
/system/bt/vendor_libs/test_vendor_lib/src/
Ddual_mode_controller.cc244 UNUSED_ATTR const vector<std::string>& args) { in TestChannelClear()
250 UNUSED_ATTR const vector<std::string>& args) { in TestChannelDiscover()
261 UNUSED_ATTR const vector<std::string>& args) { in TestChannelTimeoutAll()
267 const vector<std::string>& args UNUSED_ATTR) { in TestChannelSetEventDelay() argument
273 UNUSED_ATTR const vector<std::string>& args) { in TestChannelClearEventDelay()
278 void DualModeController::HciReset(UNUSED_ATTR const vector<uint8_t>& args) { in HciReset()
292 UNUSED_ATTR const vector<uint8_t>& args) { in HciReadBufferSize()
305 UNUSED_ATTR const vector<uint8_t>& args) { in HciHostBufferSize()
311 UNUSED_ATTR const vector<uint8_t>& args) { in HciReadLocalVersionInformation()
322 UNUSED_ATTR const vector<uint8_t>& args) { in HciReadBdAddr()
[all …]
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc168 static void ts_log(UNUSED_ATTR const char* tag, UNUSED_ATTR int val, in ts_log()
1043 static int out_set_format(UNUSED_ATTR struct audio_stream* stream, in out_set_format()
1044 UNUSED_ATTR audio_format_t format) { in out_set_format()
1064 static int out_dump(UNUSED_ATTR const struct audio_stream* stream, in out_dump()
1065 UNUSED_ATTR int fd) { in out_dump()
1237 static int out_set_volume(UNUSED_ATTR struct audio_stream_out* stream, in out_set_volume()
1238 UNUSED_ATTR float left, UNUSED_ATTR float right) { in out_set_volume()
1285 static int out_add_audio_effect(UNUSED_ATTR const struct audio_stream* stream, in out_add_audio_effect()
1286 UNUSED_ATTR effect_handle_t effect) { in out_add_audio_effect()
1292 UNUSED_ATTR const struct audio_stream* stream, in out_remove_audio_effect()
[all …]
/system/bt/stack/smp/
Dsmp_utils.cc138 static BT_HDR* smp_build_confirm_cmd(UNUSED_ATTR uint8_t cmd_code,
140 static BT_HDR* smp_build_rand_cmd(UNUSED_ATTR uint8_t cmd_code, tSMP_CB* p_cb);
141 static BT_HDR* smp_build_pairing_fail(UNUSED_ATTR uint8_t cmd_code,
143 static BT_HDR* smp_build_identity_info_cmd(UNUSED_ATTR uint8_t cmd_code,
145 static BT_HDR* smp_build_encrypt_info_cmd(UNUSED_ATTR uint8_t cmd_code,
147 static BT_HDR* smp_build_security_request(UNUSED_ATTR uint8_t cmd_code,
149 static BT_HDR* smp_build_signing_info_cmd(UNUSED_ATTR uint8_t cmd_code,
151 static BT_HDR* smp_build_master_id_cmd(UNUSED_ATTR uint8_t cmd_code,
153 static BT_HDR* smp_build_id_addr_cmd(UNUSED_ATTR uint8_t cmd_code,
155 static BT_HDR* smp_build_pair_public_key_cmd(UNUSED_ATTR uint8_t cmd_code,
[all …]
/system/bt/stack/a2dp/
Da2dp_vendor.cc57 bool A2DP_IsVendorSinkCodecValid(UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_IsVendorSinkCodecValid()
68 UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_IsVendorPeerSourceCodecValid()
104 bool A2DP_IsVendorSinkCodecSupported(UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_IsVendorSinkCodecSupported()
115 UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_IsVendorPeerSourceCodecSupported()
126 UNUSED_ATTR const uint8_t* p_src_cap, UNUSED_ATTR uint8_t* p_pref_cfg) { in A2DP_VendorBuildSrc2SinkConfig()
184 const char* A2DP_VendorCodecName(UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_VendorCodecName()
369 UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_VendorGetSinkTrackChannelType()
380 UNUSED_ATTR uint64_t time_interval_ms, in A2DP_VendorGetSinkFramesCountToProcess()
381 UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_VendorGetSinkFramesCountToProcess()
Da2dp_aac.cc88 UNUSED_ATTR static tA2DP_STATUS A2DP_CodecInfoMatchesCapabilityAac(
193 bool A2DP_IsSinkCodecValidAac(UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_IsSinkCodecValidAac()
197 bool A2DP_IsPeerSourceCodecValidAac(UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_IsPeerSourceCodecValidAac()
209 bool A2DP_IsSinkCodecSupportedAac(UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_IsSinkCodecSupportedAac()
214 UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_IsPeerSourceCodecSupportedAac()
218 tA2DP_STATUS A2DP_BuildSrc2SinkConfigAac(UNUSED_ATTR const uint8_t* p_src_cap, in A2DP_BuildSrc2SinkConfigAac()
219 UNUSED_ATTR uint8_t* p_pref_cfg) { in A2DP_BuildSrc2SinkConfigAac()
271 bool A2DP_UsesRtpHeaderAac(UNUSED_ATTR bool content_protection_enabled, in A2DP_UsesRtpHeaderAac()
272 UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_UsesRtpHeaderAac()
276 const char* A2DP_CodecNameAac(UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_CodecNameAac()
[all …]
Da2dp_vendor_aptx.cc82 UNUSED_ATTR static tA2DP_STATUS A2DP_CodecInfoMatchesCapabilityAptx(
221 bool A2DP_VendorUsesRtpHeaderAptx(UNUSED_ATTR bool content_protection_enabled, in A2DP_VendorUsesRtpHeaderAptx()
222 UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_VendorUsesRtpHeaderAptx()
231 const char* A2DP_VendorCodecNameAptx(UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_VendorCodecNameAptx()
334 bool A2DP_VendorGetPacketTimestampAptx(UNUSED_ATTR const uint8_t* p_codec_info, in A2DP_VendorGetPacketTimestampAptx()
342 bool A2DP_VendorBuildCodecHeaderAptx(UNUSED_ATTR const uint8_t* p_codec_info, in A2DP_VendorBuildCodecHeaderAptx()
343 UNUSED_ATTR BT_HDR* p_buf, in A2DP_VendorBuildCodecHeaderAptx()
344 UNUSED_ATTR uint16_t frames_per_packet) { in A2DP_VendorBuildCodecHeaderAptx()
396 UNUSED_ATTR const uint8_t* p_codec_info) { in A2DP_VendorSourceCodecIndexAptx()
/system/bt/stack/gatt/
Dgatt_attr.cc47 static void gatt_connect_cback(UNUSED_ATTR tGATT_IF gatt_if, BD_ADDR bda,
55 static void gatt_cl_op_cmpl_cback(UNUSED_ATTR uint16_t conn_id,
56 UNUSED_ATTR tGATTC_OPTYPE op,
57 UNUSED_ATTR tGATT_STATUS status,
58 UNUSED_ATTR tGATT_CL_COMPLETE* p_data);
235 static void gatt_connect_cback(UNUSED_ATTR tGATT_IF gatt_if, BD_ADDR bda, in gatt_connect_cback()
370 static void gatt_cl_op_cmpl_cback(UNUSED_ATTR uint16_t conn_id, in gatt_cl_op_cmpl_cback()
371 UNUSED_ATTR tGATTC_OPTYPE op, in gatt_cl_op_cmpl_cback()
372 UNUSED_ATTR tGATT_STATUS status, in gatt_cl_op_cmpl_cback()
373 UNUSED_ATTR tGATT_CL_COMPLETE* p_data) {} in gatt_cl_op_cmpl_cback()
/system/bt/stack/btu/
Dbtu_task.cc99 void btu_hci_msg_ready(fixed_queue_t* queue, UNUSED_ATTR void* context) { in btu_hci_msg_ready()
104 void btu_bta_msg_ready(fixed_queue_t* queue, UNUSED_ATTR void* context) { in btu_bta_msg_ready()
147 void btu_task_start_up(UNUSED_ATTR void* context) { in btu_task_start_up()
187 void btu_task_shut_down(UNUSED_ATTR void* context) { in btu_task_shut_down()
/system/bt/stack/avdt/
Davdt_scb_act.cc98 void avdt_scb_hdl_abort_rsp(UNUSED_ATTR tAVDT_SCB* p_scb, in avdt_scb_hdl_abort_rsp()
99 UNUSED_ATTR tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_abort_rsp()
159 void avdt_scb_hdl_getconfig_rsp(UNUSED_ATTR tAVDT_SCB* p_scb, in avdt_scb_hdl_getconfig_rsp()
160 UNUSED_ATTR tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_getconfig_rsp()
206 UNUSED_ATTR tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_open_rsp()
387 void avdt_scb_drop_pkt(UNUSED_ATTR tAVDT_SCB* p_scb, tAVDT_SCB_EVT* p_data) { in avdt_scb_drop_pkt()
568 UNUSED_ATTR tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_setconfig_rsp()
592 UNUSED_ATTR tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_start_cmd()
625 UNUSED_ATTR tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_suspend_cmd()
916 UNUSED_ATTR tAVDT_SCB_EVT* p_data) { in avdt_scb_snd_abort_req()
[all …]
Davdt_ccb_act.cc80 void avdt_ccb_chan_open(tAVDT_CCB* p_ccb, UNUSED_ATTR tAVDT_CCB_EVT* p_data) { in avdt_ccb_chan_open()
96 void avdt_ccb_chan_close(tAVDT_CCB* p_ccb, UNUSED_ATTR tAVDT_CCB_EVT* p_data) { in avdt_ccb_chan_close()
112 void avdt_ccb_chk_close(tAVDT_CCB* p_ccb, UNUSED_ATTR tAVDT_CCB_EVT* p_data) { in avdt_ccb_chk_close()
631 void avdt_ccb_clear_cmds(tAVDT_CCB* p_ccb, UNUSED_ATTR tAVDT_CCB_EVT* p_data) { in avdt_ccb_clear_cmds()
712 void avdt_ccb_free_cmd(tAVDT_CCB* p_ccb, UNUSED_ATTR tAVDT_CCB_EVT* p_data) { in avdt_ccb_free_cmd()
788 void avdt_ccb_snd_cmd(tAVDT_CCB* p_ccb, UNUSED_ATTR tAVDT_CCB_EVT* p_data) { in avdt_ccb_snd_cmd()
817 void avdt_ccb_snd_msg(tAVDT_CCB* p_ccb, UNUSED_ATTR tAVDT_CCB_EVT* p_data) { in avdt_ccb_snd_msg()
853 void avdt_ccb_set_reconn(tAVDT_CCB* p_ccb, UNUSED_ATTR tAVDT_CCB_EVT* p_data) { in avdt_ccb_set_reconn()
867 void avdt_ccb_clr_reconn(tAVDT_CCB* p_ccb, UNUSED_ATTR tAVDT_CCB_EVT* p_data) { in avdt_ccb_clr_reconn()
883 void avdt_ccb_chk_reconn(tAVDT_CCB* p_ccb, UNUSED_ATTR tAVDT_CCB_EVT* p_data) { in avdt_ccb_chk_reconn()
[all …]
/system/bt/btif/src/
Dbtif_gatt_test.cc89 static void btif_test_connect_cback(UNUSED_ATTR tGATT_IF gatt_if, in btif_test_connect_cback()
90 UNUSED_ATTR BD_ADDR bda, uint16_t conn_id, in btif_test_connect_cback()
92 UNUSED_ATTR tGATT_DISCONN_REASON reason, in btif_test_connect_cback()
93 UNUSED_ATTR tBT_TRANSPORT transport) { in btif_test_connect_cback()
123 static void btif_test_discovery_result_cback(UNUSED_ATTR uint16_t conn_id, in btif_test_discovery_result_cback()
184 UNUSED_ATTR uint16_t conn_id, UNUSED_ATTR tGATT_DISC_TYPE disc_type, in btif_test_discovery_complete_cback()
Dbtif_a2dp_sink.cc111 static void btif_a2dp_sink_avk_handle_timer(UNUSED_ATTR void* context);
123 UNUSED_ATTR static const char* dump_media_event(uint16_t event) { in dump_media_event()
173 static void btif_a2dp_sink_startup_delayed(UNUSED_ATTR void* context) { in btif_a2dp_sink_startup_delayed()
202 static void btif_a2dp_sink_shutdown_delayed(UNUSED_ATTR void* context) { in btif_a2dp_sink_shutdown_delayed()
218 UNUSED_ATTR void* context) { in btif_a2dp_sink_command_ready()
273 void btif_a2dp_sink_on_stopped(UNUSED_ATTR tBTA_AV_SUSPEND* p_av_suspend) { in btif_a2dp_sink_on_stopped()
279 void btif_a2dp_sink_on_suspended(UNUSED_ATTR tBTA_AV_SUSPEND* p_av_suspend) { in btif_a2dp_sink_on_suspended()
296 static void btif_decode_alarm_cb(UNUSED_ATTR void* context) { in btif_decode_alarm_cb()
373 static void btif_a2dp_sink_avk_handle_timer(UNUSED_ATTR void* context) { in btif_a2dp_sink_avk_handle_timer()
552 void btif_a2dp_sink_debug_dump(UNUSED_ATTR int fd) { in btif_a2dp_sink_debug_dump()
Dstack_manager.cc132 static void event_start_up_stack(UNUSED_ATTR void* context) { in event_start_up_stack()
161 static void event_shut_down_stack(UNUSED_ATTR void* context) { in event_shut_down_stack()
223 static void event_signal_stack_up(UNUSED_ATTR void* context) { in event_signal_stack_up()
230 static void event_signal_stack_down(UNUSED_ATTR void* context) { in event_signal_stack_down()
Dbtif_gatt_util.cc221 static void btif_gatt_set_encryption_cb(UNUSED_ATTR BD_ADDR bd_addr, in btif_gatt_set_encryption_cb()
222 UNUSED_ATTR tBTA_TRANSPORT transport, in btif_gatt_set_encryption_cb()
248 void btif_gatt_check_encrypted_link(UNUSED_ATTR BD_ADDR bd_addr, in btif_gatt_check_encrypted_link()
249 UNUSED_ATTR tBTA_GATT_TRANSPORT in btif_gatt_check_encrypted_link()
/system/bt/stack/srvc/
Dsrvc_battery.cc103 UNUSED_ATTR tGATT_VALUE* p_value, in battery_s_read_attr_value()
151 bool battery_gatt_c_read_ba_req(UNUSED_ATTR uint16_t conn_id) { return true; } in battery_gatt_c_read_ba_req()
162 void battery_c_cmpl_cback(UNUSED_ATTR tSRVC_CLCB* p_clcb, in battery_c_cmpl_cback()
163 UNUSED_ATTR tGATTC_OPTYPE op, in battery_c_cmpl_cback()
164 UNUSED_ATTR tGATT_STATUS status, in battery_c_cmpl_cback()
165 UNUSED_ATTR tGATT_CL_COMPLETE* p_data) {} in battery_c_cmpl_cback()
359 bool Battery_ReadBatteryLevel(UNUSED_ATTR BD_ADDR peer_bda) { in Battery_ReadBatteryLevel()
/system/bt/stack/avct/
Davct_bcb_act.cc67 static BT_HDR* avct_bcb_msg_asmbl(UNUSED_ATTR tAVCT_BCB* p_bcb, BT_HDR* p_buf) { in avct_bcb_msg_asmbl()
94 void avct_bcb_chnl_open(tAVCT_BCB* p_bcb, UNUSED_ATTR tAVCT_LCB_EVT* p_data) { in avct_bcb_chnl_open()
129 void avct_bcb_unbind_disc(UNUSED_ATTR tAVCT_BCB* p_bcb, tAVCT_LCB_EVT* p_data) { in avct_bcb_unbind_disc()
213 void avct_bcb_open_fail(tAVCT_BCB* p_bcb, UNUSED_ATTR tAVCT_LCB_EVT* p_data) { in avct_bcb_open_fail()
234 void avct_bcb_close_ind(tAVCT_BCB* p_bcb, UNUSED_ATTR tAVCT_LCB_EVT* p_data) { in avct_bcb_close_ind()
341 void avct_bcb_chnl_disc(tAVCT_BCB* p_bcb, UNUSED_ATTR tAVCT_LCB_EVT* p_data) { in avct_bcb_chnl_disc()
356 void avct_bcb_bind_fail(UNUSED_ATTR tAVCT_BCB* p_bcb, tAVCT_LCB_EVT* p_data) { in avct_bcb_bind_fail()
481 void avct_bcb_free_msg_ind(UNUSED_ATTR tAVCT_BCB* p_bcb, in avct_bcb_free_msg_ind()
571 void avct_bcb_dealloc(tAVCT_BCB* p_bcb, UNUSED_ATTR tAVCT_LCB_EVT* p_data) { in avct_bcb_dealloc()
Davct_lcb_act.cc167 void avct_lcb_chnl_open(tAVCT_LCB* p_lcb, UNUSED_ATTR tAVCT_LCB_EVT* p_data) { in avct_lcb_chnl_open()
190 void avct_lcb_unbind_disc(UNUSED_ATTR tAVCT_LCB* p_lcb, tAVCT_LCB_EVT* p_data) { in avct_lcb_unbind_disc()
275 void avct_lcb_close_ind(tAVCT_LCB* p_lcb, UNUSED_ATTR tAVCT_LCB_EVT* p_data) { in avct_lcb_close_ind()
381 void avct_lcb_chnl_disc(tAVCT_LCB* p_lcb, UNUSED_ATTR tAVCT_LCB_EVT* p_data) { in avct_lcb_chnl_disc()
396 void avct_lcb_bind_fail(UNUSED_ATTR tAVCT_LCB* p_lcb, tAVCT_LCB_EVT* p_data) { in avct_lcb_bind_fail()
447 void avct_lcb_discard_msg(UNUSED_ATTR tAVCT_LCB* p_lcb, tAVCT_LCB_EVT* p_data) { in avct_lcb_discard_msg()
561 void avct_lcb_free_msg_ind(UNUSED_ATTR tAVCT_LCB* p_lcb, in avct_lcb_free_msg_ind()
/system/bt/osi/src/
Dallocation_tracker.cc136 void* allocation_tracker_notify_free(UNUSED_ATTR uint8_t allocator_id, in allocation_tracker_notify_free()
156 UNUSED_ATTR const char* beginning_canary = ((char*)ptr) - canary_size; in allocation_tracker_notify_free()
157 UNUSED_ATTR const char* end_canary = ((char*)ptr) + allocation->size; in allocation_tracker_notify_free()
/system/bt/stack/mcap/
Dmca_dact.cc100 void mca_dcb_free_data(UNUSED_ATTR tMCA_DCB* p_dcb, tMCA_DCB_EVT* p_data) { in mca_dcb_free_data()
113 void mca_dcb_do_disconn(tMCA_DCB* p_dcb, UNUSED_ATTR tMCA_DCB_EVT* p_data) { in mca_dcb_do_disconn()

123456