Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_rc.cc653 btif_rc_device_cb_t* p_dev = in handle_rc_browse_connect() local
792 btif_rc_device_cb_t* p_dev = in handle_rc_passthrough_cmd() local
3150 btif_rc_device_cb_t* p_dev = in handle_get_capability_response() local
3237 btif_rc_device_cb_t* p_dev = in handle_notification_response() local
3443 btif_rc_device_cb_t* p_dev = in handle_app_attr_response() local
3496 btif_rc_device_cb_t* p_dev = in handle_app_val_response() local
3629 btif_rc_device_cb_t* p_dev = in handle_app_attr_txt_response() local
3704 btif_rc_device_cb_t* p_dev = in handle_app_attr_val_txt_response() local
3829 btif_rc_device_cb_t* p_dev = in handle_set_app_attr_val_response() local
3860 btif_rc_device_cb_t* p_dev = in handle_get_metadata_attr_response() local
[all …]
H A Dbtif_hh.cc425 btif_hh_device_t* p_dev; in btif_hh_remove_device() local
508 btif_hh_device_t* p_dev; in btif_hh_virtual_unplug() local
725 btif_hh_device_t* p_dev = NULL; in btif_hh_upstreams_evt() local
1196 btif_hh_device_t* p_dev = (btif_hh_device_t*)data; in btif_hh_timer_timeout() local
1271 btif_hh_device_t* p_dev; in disconnect() local
1300 btif_hh_device_t* p_dev; in virtual_unplug() local
1458 btif_hh_device_t* p_dev; in set_protocol() local
1498 btif_hh_device_t* p_dev; in get_report() local
1536 btif_hh_device_t* p_dev; in set_report() local
1591 btif_hh_device_t* p_dev; in send_data() local
[all …]
/aosp12/hardware/st/nfc/1.0/
H A Dnfc_nci_st21nfc.c63 static int hal_open(const struct nfc_nci_device* p_dev, in hal_open()
93 static int hal_write(const struct nfc_nci_device* p_dev, uint16_t data_len, in hal_write()
123 static int hal_core_initialized(const struct nfc_nci_device* p_dev, in hal_core_initialized()
136 static int hal_pre_discover(__attribute__((unused)) const struct nfc_nci_device* p_dev) { in hal_pre_discover()
142 static int hal_close(__attribute__((unused)) const struct nfc_nci_device* p_dev) { in hal_close()
164 static int hal_control_granted(__attribute__((unused)) const struct nfc_nci_device* p_dev) { in hal_control_granted()
170 static int hal_power_cycle(const struct nfc_nci_device* p_dev) { in hal_power_cycle()
/aosp12/system/bt/btif/co/
H A Dbta_hh_co.cc80 static int uhid_read_event(btif_hh_device_t* p_dev) { in uhid_read_event()
231 btif_hh_device_t* p_dev = (btif_hh_device_t*)arg; in btif_hh_poll_event_thread() local
274 static inline void btif_hh_close_poll_thread(btif_hh_device_t* p_dev) { in btif_hh_close_poll_thread()
320 btif_hh_device_t* p_dev = NULL; in bta_hh_co_open() local
413 btif_hh_device_t* p_dev = NULL; in bta_hh_co_close() local
460 btif_hh_device_t* p_dev; in bta_hh_co_data() local
506 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, in bta_hh_co_send_hid_info()
582 btif_hh_device_t* p_dev; in bta_hh_co_get_rpt_rsp() local
/aosp12/system/bt/stack/hid/
H A Dhidh_conn.cc317 tHID_HOST_DEV_CTB* p_dev = NULL; in hidh_l2cif_connect_cfm() local
851 tHID_HOST_DEV_CTB* p_dev = &hh_cb.devices[dhandle]; in hidh_conn_initiate() local
922 tHID_HOST_DEV_CTB* p_dev = &hh_cb.devices[dhandle]; in hidh_conn_retry() local
H A Dhidd_conn.cc93 tHID_DEV_DEV_CTB* p_dev; in hidd_l2cif_connect_ind() local
609 tHID_DEV_DEV_CTB* p_dev = &hd_cb.device; in hidd_conn_initiate() local
/aosp12/system/bt/bta/dm/
H A Dbta_dm_pm.cc334 tBTA_DM_PEER_DEVICE* p_dev; in bta_dm_pm_cback() local
952 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in bta_dm_pm_btm_status() local
1056 tBTA_DM_PEER_DEVICE* p_dev = NULL; in bta_dm_find_peer_device() local
H A Dbta_dm_act.cc2315 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in handle_role_change() local
2367 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in handle_remote_features_complete() local
2545 tBTA_DM_PEER_DEVICE* p_dev; in bta_dm_check_av() local
2598 tBTA_DM_PEER_DEVICE* p_dev; in bta_dm_rm_cback() local
H A Dbta_dm_api.cc356 tBTA_DM_PEER_DEVICE* p_dev = bta_dm_find_peer_device(bd_addr); in BTA_DmGetConnectionState() local
/aosp12/system/bt/test/mock/
H A Dmock_btif_co_bta_hh_co.cc64 void bta_hh_co_send_hid_info(btif_hh_device_t* p_dev, const char* dev_name, in bta_hh_co_send_hid_info()
/aosp12/system/bt/stack/btm/
H A Dbtm_ble_privacy.cc847 tBTM_SEC_DEV_REC* p_dev = static_cast<tBTM_SEC_DEV_REC*>(data); in is_on_resolving_list() local
/aosp12/system/bt/main/shim/
H A Dacl.cc979 const btif_hh_device_t* p_dev = &btif_hh_cb.devices[i]; in DumpsysHid() local
989 const btif_hh_added_device_t* p_dev = &btif_hh_cb.added_devices[i]; in DumpsysHid() local