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.cc97 #define CHECK_RC_CONNECTED(p_dev) \ argument
105 #define CHECK_BR_CONNECTED(p_dev) \ argument
444 void initialize_device(btif_rc_device_cb_t* p_dev) { in initialize_device()
525 const uint32_t* get_requested_attributes_list(btif_rc_device_cb_t* p_dev) { in get_requested_attributes_list()
531 uint8_t get_requested_attributes_list_size(btif_rc_device_cb_t* p_dev) { in get_requested_attributes_list_size()
538 btif_rc_device_cb_t* p_dev) { in fill_pdu_queue()
562 void handle_rc_ctrl_features_all(btif_rc_device_cb_t* p_dev) { in handle_rc_ctrl_features_all()
626 void handle_rc_ctrl_features(btif_rc_device_cb_t* p_dev) { in handle_rc_ctrl_features()
676 btif_rc_device_cb_t* p_dev = NULL; in btif_rc_check_pending_cmd() local
712 void handle_rc_ctrl_psm(btif_rc_device_cb_t* p_dev) { in handle_rc_ctrl_psm()
[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) { in sync_lockstate_on_connect()
358 btif_hh_device_t* p_dev = &btif_hh_cb.devices[i]; in btif_hh_find_dev_by_handle() local
377 btif_hh_device_t* p_dev = &btif_hh_cb.devices[i]; in btif_hh_find_empty_dev() local
436 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_link_spec(link_spec); in btif_hh_stop_vup_timer() local
455 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_link_spec(link_spec); in btif_hh_start_vup_timer() local
502 btif_hh_device_t* p_dev = btif_hh_find_dev_by_link_spec(conn.link_spec); in hh_open_handler() local
548 btif_hh_device_t* p_dev = btif_hh_find_dev_by_link_spec(conn.link_spec); in hh_open_handler() local
566 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_handle(conn.handle); in hh_open_handler() local
631 btif_hh_device_t* p_dev; in btif_hh_load_bonded_dev() local
[all …]
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc280 static bool uhid_fd_open(btif_hh_device_t* p_dev) { in uhid_fd_open()
441 btif_hh_device_t* p_dev = btif_hh_find_dev_by_handle(dev_handle); in bta_hh_co_open() local
503 void bta_hh_co_close(btif_hh_device_t* p_dev) { in bta_hh_co_close()
540 btif_hh_device_t* p_dev; in bta_hh_co_data() local
582 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, in bta_hh_co_send_hid_info()
651 btif_hh_device_t* p_dev = btif_hh_find_connected_dev_by_handle(dev_handle); in bta_hh_co_set_rpt_rsp() local
705 btif_hh_device_t* p_dev; in bta_hh_co_get_rpt_rsp() local
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_conn.cc112 tHID_DEV_DEV_CTB* p_dev; in hidd_l2cif_connect_ind() local
635 tHID_DEV_DEV_CTB* p_dev = &hd_cb.device; in hidd_conn_initiate() local
Dhidh_conn.cc880 tHID_HOST_DEV_CTB* p_dev = &hh_cb.devices[dhandle]; in hidh_conn_initiate() local
958 tHID_HOST_DEV_CTB* p_dev = &hh_cb.devices[dhandle]; in hidh_conn_retry() local
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_pm.cc430 tBTA_DM_PEER_DEVICE* p_dev; in bta_dm_pm_cback() local
1091 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in bta_dm_pm_btm_status() local
1193 tBTA_DM_PEER_DEVICE* p_dev = NULL; in bta_dm_find_peer_device() local
Dbta_dm_act.cc604 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in handle_role_change() local
669 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in handle_remote_features_complete() local
866 tBTA_DM_PEER_DEVICE* p_dev; in bta_dm_check_av() local
936 tBTA_DM_PEER_DEVICE* p_dev; in bta_dm_rm_cback() local
1497 tBTA_DM_PEER_DEVICE* p_dev = &bta_dm_cb.device_list.peer_device[i]; in bta_dm_obtain_system_context() local
Dbta_dm_api.cc127 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.cc259 btif_rc_device_cb_t p_dev; in TEST_F() local