Home
last modified time | relevance | path

Searched defs:p_dev (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc235 static void update_keyboard_lockstates(btif_hh_device_t* p_dev) { in update_keyboard_lockstates()
263 static void sync_lockstate_on_connect(btif_hh_device_t* p_dev) { in sync_lockstate_on_connect()
361 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_bda(*bd_addr); in btif_hh_stop_vup_timer() local
380 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_bda(*bd_addr); in btif_hh_start_vup_timer() local
410 btif_hh_device_t* p_dev = btif_hh_find_dev_by_bda(conn.bda); in hh_open_handler() local
427 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_handle(conn.handle); in hh_open_handler() local
489 btif_hh_device_t* p_dev; in btif_hh_remove_device() local
566 btif_hh_device_t* p_dev; in btif_hh_virtual_unplug() local
687 const btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_bda(*bd_addr); in btif_hh_disconnect() local
707 void btif_hh_setreport(btif_hh_device_t* p_dev, bthh_report_type_t r_type, in btif_hh_setreport()
[all …]
Dbtif_rc.cc97 #define CHECK_RC_CONNECTED(p_dev) \ argument
105 #define CHECK_BR_CONNECTED(p_dev) \ argument
418 void initialize_device(btif_rc_device_cb_t* p_dev) { in initialize_device()
497 const uint32_t* get_requested_attributes_list(btif_rc_device_cb_t* p_dev) { in get_requested_attributes_list()
503 uint8_t get_requested_attributes_list_size(btif_rc_device_cb_t* p_dev) { in get_requested_attributes_list_size()
510 btif_rc_device_cb_t* p_dev) { in fill_pdu_queue()
534 void handle_rc_ctrl_features(btif_rc_device_cb_t* p_dev) { in handle_rc_ctrl_features()
579 void handle_rc_ctrl_psm(btif_rc_device_cb_t* p_dev) { in handle_rc_ctrl_psm()
588 void handle_rc_features(btif_rc_device_cb_t* p_dev) { in handle_rc_features()
653 btif_rc_device_cb_t* p_dev = in handle_rc_browse_connect() local
[all …]
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc73 static bool uhid_feature_req_handler(btif_hh_device_t* p_dev, in uhid_feature_req_handler()
101 static bool uhid_set_report_req_handler(btif_hh_device_t* p_dev, in uhid_set_report_req_handler()
148 static int uhid_read_event(btif_hh_device_t* p_dev) { in uhid_read_event()
274 static void uhid_fd_close(btif_hh_device_t* p_dev) { in uhid_fd_close()
287 static bool uhid_fd_open(btif_hh_device_t* p_dev) { in uhid_fd_open()
313 btif_hh_device_t* p_dev = (btif_hh_device_t*)arg; in btif_hh_poll_event_thread() local
402 btif_hh_device_t* p_dev = NULL; in bta_hh_co_open() local
481 void bta_hh_co_close(btif_hh_device_t* p_dev) { in bta_hh_co_close()
524 btif_hh_device_t* p_dev; in bta_hh_co_data() local
570 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, in bta_hh_co_send_hid_info()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_co_bta_hh_co.cc46 void bta_hh_co_close(btif_hh_device_t* p_dev) { inc_func_call_count(__func__); } in bta_hh_co_close()
62 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, in bta_hh_co_send_hid_info()
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_conn.cc106 tHID_DEV_DEV_CTB* p_dev; in hidd_l2cif_connect_ind() local
634 tHID_DEV_DEV_CTB* p_dev = &hd_cb.device; in hidd_conn_initiate() local
Dhidh_conn.cc872 tHID_HOST_DEV_CTB* p_dev = &hh_cb.devices[dhandle]; in hidh_conn_initiate() local
950 tHID_HOST_DEV_CTB* p_dev = &hh_cb.devices[dhandle]; in hidh_conn_retry() local
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_pm.cc347 tBTA_DM_PEER_DEVICE* p_dev; in bta_dm_pm_cback() local
1004 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in bta_dm_pm_btm_status() local
1108 tBTA_DM_PEER_DEVICE* p_dev = NULL; in bta_dm_find_peer_device() local
Dbta_dm_act.cc2566 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in handle_role_change() local
2618 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in handle_remote_features_complete() local
2816 tBTA_DM_PEER_DEVICE* p_dev; in bta_dm_check_av() local
2869 tBTA_DM_PEER_DEVICE* p_dev; in bta_dm_rm_cback() local
Dbta_dm_api.cc299 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in BTA_DmGetConnectionState() local