/system/bt/osi/test/ |
D | alarm_test.cc | 78 alarm_free(alarm); in TEST_F() 81 TEST_F(AlarmTest, test_free_null) { alarm_free(NULL); } in TEST_F() 86 alarm_free(alarm); in TEST_F() 98 alarm_free(alarm); in TEST_F() 107 alarm_free(alarm); in TEST_F() 123 alarm_free(alarm); in TEST_F() 143 alarm_free(alarm); in TEST_F() 162 alarm_free(alarm); in TEST_F() 177 alarm_free(alarm); in TEST_F() 200 alarm_free(alarm[0]); in TEST_F() [all …]
|
D | alarm_mock.h | 47 void alarm_free(alarm_t* alarm) { AlarmMock::Get()->AlarmFreeImpl(alarm); } in alarm_free() function
|
/system/bt/stack/btm/ |
D | btm_main.cc | 97 alarm_free(btm_cb.sec_collision_timer); in btm_free() 100 alarm_free(btm_cb.pairing_timer); in btm_free()
|
D | btm_ble_multi_adv.cc | 107 alarm_free(adv_raddr_timer); in ~AdvertisingInstance() 110 alarm_free(timeout_timer); in ~AdvertisingInstance() 656 alarm_free(p_inst->timeout_timer); in EnableFinish()
|
/system/bt/osi/include/ |
D | alarm.h | 53 void alarm_free(alarm_t* alarm);
|
/system/bt/bta/ag/ |
D | bta_ag_main.cc | 375 alarm_free(p_scb->ring_timer); in bta_ag_scb_dealloc() 376 alarm_free(p_scb->codec_negotiation_timer); in bta_ag_scb_dealloc() 377 alarm_free(p_scb->collision_timer); in bta_ag_scb_dealloc() 589 alarm_free(scb.ring_timer); in bta_ag_api_enable() 590 alarm_free(scb.codec_negotiation_timer); in bta_ag_api_enable() 591 alarm_free(scb.collision_timer); in bta_ag_api_enable()
|
/system/bt/stack/rfcomm/ |
D | rfc_utils.cc | 169 alarm_free(p_mcb->mcb_timer); in rfc_alloc_multiplexer_channel() 210 alarm_free(p_mcb->mcb_timer); in rfc_release_multiplexer_channel()
|
D | port_utils.cc | 268 alarm_free(p_port->rfc.port_timer); in port_release_port()
|
/system/bt/stack/gatt/ |
D | connection_manager.cc | 57 using unique_alarm_ptr = std::unique_ptr<alarm_t, decltype(&alarm_free)>; 230 app_id, unique_alarm_ptr(timeout, &alarm_free)); in direct_connect_add()
|
D | gatt_utils.cc | 936 alarm_free(p_clcb->gatt_rsp_timer_ent); in gatt_clcb_dealloc() 1267 alarm_free(p_tcb->ind_ack_timer); in gatt_cleanup_upon_disc() 1269 alarm_free(p_tcb->conf_timer); in gatt_cleanup_upon_disc()
|
D | gatt_main.cc | 169 alarm_free(gatt_cb.tcb[i].conf_timer); in gatt_free() 172 alarm_free(gatt_cb.tcb[i].ind_ack_timer); in gatt_free()
|
/system/bt/common/benchmark/ |
D | timer_performance_benchmark.cc | 72 alarm_free(alarm_); in TearDown() 172 alarm_free(alarm_); in TearDown()
|
/system/bt/btif/src/ |
D | btif_a2dp_sink.cc | 102 alarm_free(decode_alarm); in Reset() 314 alarm_free(decode_alarm); in btif_a2dp_sink_cleanup() 427 alarm_free(old_alarm); in btif_a2dp_sink_audio_handle_stop_decoding()
|
D | btif_config.cc | 259 alarm_free(config_timer); in init() 304 alarm_free(config_timer); in clean_up()
|
D | btif_hh.cc | 394 alarm_free(p_dev->vup_timer); in btif_hh_stop_vup_timer() 412 alarm_free(p_dev->vup_timer); in btif_hh_start_vup_timer() 764 alarm_free(btif_hh_cb.devices[i].vup_timer); in btif_hh_upstreams_evt()
|
D | btif_hl.cc | 306 alarm_free(p_mcb->cch_timer); in btif_hl_start_cch_timer() 426 alarm_free(p_mcb->cch_timer); in btif_hl_clean_mcl_cb() 745 alarm_free(p_mcb->cch_timer); in btif_hl_cch_open() 1149 alarm_free(btif_hl_cb.acb[app_idx].mcb[i].cch_timer); in btif_hl_free_app_idx() 1822 alarm_free(p_acb->mcb[i].cch_timer); in btif_hl_proc_dereg_cfm() 2160 alarm_free(p_mcb->cch_timer); in btif_hl_proc_cch_open_ind() 3498 alarm_free(p_btif_hl_cb->acb[i].mcb[j].cch_timer); in btif_hl_upstreams_ctrl_evt()
|
/system/bt/hci/src/ |
D | hci_layer.cc | 241 alarm_free(command_response_timer); in hci_module_shut_down() 243 alarm_free(startup_timer); in hci_module_shut_down() 263 alarm_free(hci_timeout_abort_timer); in hci_module_shut_down()
|
/system/bt/stack/avdt/ |
D | avdt_int.h | 467 alarm_free(transport_channel_timer); in Reset() 569 alarm_free(idle_ccb_timer); in ResetCcb() 572 alarm_free(ret_ccb_timer); in ResetCcb() 575 alarm_free(rsp_ccb_timer); in ResetCcb()
|
/system/bt/stack/l2cap/ |
D | l2c_utils.cc | 75 alarm_free(p_lcb->l2c_lcb_timer); in l2cu_allocate_lcb() 76 alarm_free(p_lcb->info_resp_timer); in l2cu_allocate_lcb() 148 alarm_free(p_lcb->l2c_lcb_timer); in l2cu_release_lcb() 150 alarm_free(p_lcb->info_resp_timer); in l2cu_release_lcb() 1456 alarm_free(p_ccb->fcrb.ack_timer); in l2cu_allocate_ccb() 1463 alarm_free(p_ccb->fcrb.mon_retrans_timer); in l2cu_allocate_ccb() 1502 alarm_free(p_ccb->l2c_ccb_timer); in l2cu_allocate_ccb() 1589 alarm_free(p_ccb->l2c_ccb_timer); in l2cu_release_ccb()
|
/system/bt/stack/hid/ |
D | hidh_api.cc | 299 alarm_free(hh_cb.devices[i].conn.process_repage_timer); in HID_HostDeregister()
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 322 alarm_free(bta_dm_cb.disable_timer); in bta_dm_deinit_cb() 323 alarm_free(bta_dm_cb.switch_delay_timer); in bta_dm_deinit_cb() 326 alarm_free(bta_dm_cb.pm_timer[i].timer[j]); in bta_dm_deinit_cb() 365 alarm_free(bta_dm_search_cb.search_timer); in bta_dm_sys_hw_cback() 366 alarm_free(bta_dm_search_cb.gatt_close_timer); in bta_dm_sys_hw_cback() 390 alarm_free(bta_dm_search_cb.search_timer); in bta_dm_sys_hw_cback() 391 alarm_free(bta_dm_search_cb.gatt_close_timer); in bta_dm_sys_hw_cback()
|
/system/bt/stack/bnep/ |
D | bnep_utils.cc | 116 alarm_free(p_bcb->conn_timer); in bnepu_allocate_bcb() 143 alarm_free(p_bcb->conn_timer); in bnepu_release_bcb()
|
/system/bt/stack/sdp/ |
D | sdp_main.cc | 131 alarm_free(sdp_cb.ccb[i].sdp_conn_timer); in sdp_free()
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_main.cc | 303 alarm_free(client_cb->collision_timer); in bta_hf_client_cb_init()
|
/system/bt/osi/src/ |
D | alarm.cc | 191 void alarm_free(alarm_t* alarm) { in alarm_free() function
|