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_rc.cc98 #define CHECK_RC_CONNECTED(p_dev) \ argument
106 #define CHECK_BR_CONNECTED(p_dev) \ argument
392 static void initialize_device(btif_rc_device_cb_t* p_dev) { in initialize_device()
469 static const uint32_t* get_requested_attributes_list(btif_rc_device_cb_t* p_dev) { in get_requested_attributes_list()
474 static uint8_t get_requested_attributes_list_size(btif_rc_device_cb_t* p_dev) { in get_requested_attributes_list_size()
479 static void handle_rc_ctrl_features_all(btif_rc_device_cb_t* p_dev) { in handle_rc_ctrl_features_all()
541 static void handle_rc_ctrl_features(btif_rc_device_cb_t* p_dev) { in handle_rc_ctrl_features()
588 btif_rc_device_cb_t* p_dev = NULL; in btif_rc_check_pending_cmd() local
623 static void handle_rc_ctrl_psm(btif_rc_device_cb_t* p_dev) { in handle_rc_ctrl_psm()
642 btif_rc_device_cb_t* p_dev = btif_rc_get_device_by_handle(p_rc_br_open->rc_handle); in handle_rc_browse_connect() local
[all …]
Dbtif_hh.cc258 static void update_keyboard_lockstates(btif_hh_device_t* p_dev) { in update_keyboard_lockstates()
286 static void sync_lockstate_on_connect(btif_hh_device_t* p_dev, tBTA_HH_DEV_DSCP_INFO& dscp_info) { in sync_lockstate_on_connect()
356 btif_hh_device_t* p_dev = &btif_hh_cb.devices[i]; in btif_hh_find_dev_by_handle() local
374 btif_hh_device_t* p_dev = &btif_hh_cb.devices[i]; in btif_hh_find_empty_dev() local
431 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_link_spec(link_spec); in btif_hh_stop_vup_timer() local
450 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_link_spec(link_spec); in btif_hh_start_vup_timer() local
474 btif_hh_device_t* p_dev = btif_hh_find_dev_by_link_spec(conn.link_spec); in btif_hh_incoming_connection_timeout() local
586 btif_hh_device_t* p_dev = btif_hh_find_dev_by_link_spec(conn.link_spec); in hh_open_handler() local
692 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_handle(dev_status.handle); in hh_close_handler() local
731 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_handle(hs_data.handle); in hh_get_rpt_handler() local
[all …]
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc492 static bool uhid_fd_open(btif_hh_device_t* p_dev) { in uhid_fd_open()
696 btif_hh_device_t* p_dev = btif_hh_find_dev_by_handle(dev_handle); in bta_hh_co_open() local
748 void bta_hh_co_close(btif_hh_device_t* p_dev) { in bta_hh_co_close()
778 btif_hh_device_t* p_dev; in bta_hh_co_data() local
804 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, uint16_t vendor_id, in bta_hh_co_send_hid_info()
873 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_handle(dev_handle); in bta_hh_co_set_rpt_rsp() local
902 btif_hh_device_t* p_dev; in bta_hh_co_get_rpt_rsp() local
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_conn.cc119 tHID_DEV_DEV_CTB* p_dev; in hidd_l2cif_connect_ind() local
624 tHID_DEV_DEV_CTB* p_dev = &hd_cb.device; in hidd_conn_initiate() local
Dhidh_conn.cc890 tHID_HOST_DEV_CTB* p_dev = &hh_cb.devices[dhandle]; in hidh_conn_initiate() local
964 tHID_HOST_DEV_CTB* p_dev = &hh_cb.devices[dhandle]; in hidh_conn_retry() local
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_pm.cc424 tBTA_DM_PEER_DEVICE* p_dev; in bta_dm_pm_cback() local
1058 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in bta_dm_pm_btm_status() local
1161 tBTA_DM_PEER_DEVICE* p_dev = NULL; in bta_dm_find_peer_device() local
Dbta_dm_act.cc600 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in handle_role_change() local
658 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in handle_remote_features_complete() local
824 tBTA_DM_PEER_DEVICE* p_dev; in bta_dm_check_av() local
887 tBTA_DM_PEER_DEVICE* p_dev; in bta_dm_rm_cback() local
1446 tBTA_DM_PEER_DEVICE* p_dev = &bta_dm_cb.device_list.peer_device[i]; in bta_dm_obtain_system_context() local
Dbta_dm_api.cc122 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in BTA_DmGetConnectionState() local
/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc220 btif_rc_device_cb_t p_dev; in TEST_F() local