/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 183 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_AddService() local 385 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService() local 465 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication() local 563 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification() local 658 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp() local 707 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU() local 888 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover() local 950 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Read() local 1057 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Write() local 1107 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ExecuteWrite() local [all …]
|
D | gatt_main.cc | 442 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in gatt_act_connect() 478 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, tBT_TRANSPORT transport, in gatt_act_connect() 637 tGATT_REG* p_reg = NULL; in gatt_channel_congestion() local 688 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_phy_updated() local 715 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_conn_update() local 748 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_subrate_change() local 990 tGATT_REG* p_reg; in gatt_send_conn_cback() local
|
D | gatt_utils.cc | 882 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback() local 1035 tGATT_REG* p_reg = NULL; in gatt_get_regcb() local 1099 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc() local 1592 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i - 1]; in gatt_is_anybody_interested_in_connection() local 1610 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_cancel_open() local 1755 tGATT_REG* p_reg = gatt_get_regcb(gatt_get_gatt_if(p_clcb->conn_id)); in gatt_end_operation() local 1843 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_disconnect_complete_notify_user() local 1962 uint16_t gatt_get_mtu_pref(const tGATT_REG* p_reg, const RawAddress& bda) { in gatt_get_mtu_pref()
|
D | gatt_cl.cc | 638 tGATT_REG* p_reg; in gatt_process_notification() local
|
D | gatt_int.h | 357 tGATT_REG* p_reg; /* owner of this CLCB */ member
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_vector_arm64_sve.cc | 248 const PRegister p_reg = GetVecGoverningPReg(instruction); in VisitVecReduce() local 286 const PRegisterM p_reg = GetVecGoverningPReg(instruction).Merging(); in VisitVecCnv() local 306 const PRegisterM p_reg = GetVecGoverningPReg(instruction).Merging(); in VisitVecNeg() local 344 const PRegisterM p_reg = GetVecGoverningPReg(instruction).Merging(); in VisitVecAbs() local 380 const PRegisterM p_reg = GetVecGoverningPReg(instruction).Merging(); in VisitVecNot() local 440 const PRegisterM p_reg = GetVecGoverningPReg(instruction).Merging(); in VisitVecAdd() local 499 const PRegisterM p_reg = GetVecGoverningPReg(instruction).Merging(); in VisitVecSub() local 548 const PRegisterM p_reg = GetVecGoverningPReg(instruction).Merging(); in VisitVecMul() local 587 const PRegisterM p_reg = GetVecGoverningPReg(instruction).Merging(); in VisitVecDiv() local 635 const PRegisterM p_reg = GetVecGoverningPReg(instruction).Merging(); in VisitVecAnd() local [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_act.cc | 574 tBTA_GATTS_RCB* p_reg; in bta_gatts_conn_cback() local 609 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_phy_update_cback() local 626 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_conn_update_cback() local 645 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_subrate_chg_cback() local
|
D | bta_gatts_utils.cc | 67 tBTA_GATTS_RCB* p_reg; in bta_gatts_find_app_rcb_by_app_if() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/sys/ |
D | bta_sys_main.cc | 100 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_sys_main.cc | 71 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
|
/aosp_15_r20/system/nfc/src/nfa/sys/ |
H A D | nfa_sys_main.cc | 117 void nfa_sys_register(uint8_t id, const tNFA_SYS_REG* p_reg) { in nfa_sys_register()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ar/ |
D | bta_ar.cc | 128 void bta_ar_reg_avdt(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in bta_ar_reg_avdt()
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | lower_par_copies.rs | 220 let mut p_reg = *vals[p].as_reg().unwrap(); in lower_par_copy() localVariable
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_api.cc | 105 void AVDT_Register(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in AVDT_Register()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/st/ |
D | stm32mp1_ddr.h | 127 struct stm32mp1_ddrphy_reg p_reg; member
|
/aosp_15_r20/external/arm-trusted-firmware/include/drivers/st/ |
H A D | stm32mp1_ddr.h | 166 struct stm32mp1_ddrphy_reg p_reg; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/gatt/ |
D | gatt_sr_test.cc | 157 tGATT_REG* p_reg = gatt_cb.cl_rcb_map[el_.gatt_if].get(); in SetUp() local
|