Home
last modified time | relevance | path

Searched defs:p_reg (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc183 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 …]
Dgatt_main.cc442 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
Dgatt_utils.cc882 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()
Dgatt_cl.cc638 tGATT_REG* p_reg; in gatt_process_notification() local
Dgatt_int.h357 tGATT_REG* p_reg; /* owner of this CLCB */ member
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_vector_arm64_sve.cc248 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/
Dbta_gatts_act.cc574 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
Dbta_gatts_utils.cc67 tBTA_GATTS_RCB* p_reg; in bta_gatts_find_app_rcb_by_app_if() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/sys/
Dbta_sys_main.cc100 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/
Dmock_bta_sys_main.cc71 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 Dnfa_sys_main.cc117 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/
Dbta_ar.cc128 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 Dlower_par_copies.rs220 let mut p_reg = *vals[p].as_reg().unwrap(); in lower_par_copy() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/stack/avdt/
Davdt_api.cc105 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/
Dstm32mp1_ddr.h127 struct stm32mp1_ddrphy_reg p_reg; member
/aosp_15_r20/external/arm-trusted-firmware/include/drivers/st/
H A Dstm32mp1_ddr.h166 struct stm32mp1_ddrphy_reg p_reg; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/gatt/
Dgatt_sr_test.cc157 tGATT_REG* p_reg = gatt_cb.cl_rcb_map[el_.gatt_if].get(); in SetUp() local