Home
last modified time | relevance | path

Searched defs:p_handle (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/
Dbta_hf_client_test.cc46 uint16_t p_handle = 0; in TEST_F() local
56 uint16_t p_handle; in TEST_F() local
Dbta_hf_client_security_test.cc47 uint16_t p_handle; in TEST_F() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c198 struct svga_winsys_surface **p_handle) in svga_screen_cache_add()
600 struct svga_winsys_surface **p_handle) in svga_screen_surface_destroy()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_api.cc90 bt_status_t BTA_HfClientOpen(const RawAddress& bd_addr, uint16_t* p_handle) { in BTA_HfClientOpen()
Dbta_hf_client_main.cc560 bool bta_hf_client_allocate_handle(const RawAddress& bd_addr, uint16_t* p_handle) { in bta_hf_client_allocate_handle()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/avct/
Davct_api.cc142 uint16_t AVCT_CreateConn(uint8_t* p_handle, tAVCT_CC* p_cc, const RawAddress& peer_addr) { in AVCT_CreateConn()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_api.cc141 uint16_t* p_handle, uint32_t /* mx_chan_id */) { in BNEP_Connect()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc138 tBTA_STATUS BTA_DmSetLocalDiRecord(tSDP_DI_RECORD* p_device_info, uint32_t* p_handle) { in BTA_DmSetLocalDiRecord()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_sdp_api.cc141 tSDP_STATUS SDP_SetLocalDiRecord(const tSDP_DI_RECORD* p_device_info, uint32_t* p_handle) { in SDP_SetLocalDiRecord()
Dmock_bta_dm_api.cc273 tBTA_STATUS BTA_DmSetLocalDiRecord(tSDP_DI_RECORD* p_device_info, uint32_t* p_handle) { in BTA_DmSetLocalDiRecord()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Datt_protocol.cc203 uint16_t* p_handle) { in attp_build_read_multi_cmd()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_api.cc112 const RawAddress& bd_addr, uint16_t* p_handle, in RFCOMM_CreateConnectionWithSecurity()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc930 tSDP_STATUS SDP_SetLocalDiRecord(const tSDP_DI_RECORD* p_device_info, uint32_t* p_handle) { in SDP_SetLocalDiRecord()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/avdt/
Davdt_api.cc167 uint16_t AVDT_CreateStream(uint8_t peer_id, uint8_t* p_handle, in AVDT_CreateStream()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/avrc/
Davrc_api.cc1073 uint16_t AVRC_Open(uint8_t* p_handle, tAVRC_CONN_CB* p_ccb, const RawAddress& peer_addr) { in AVRC_Open()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc117 uint16_t Open(uint8_t* p_handle, tAVRC_CONN_CB* p_ccb, const RawAddress& bd_addr) override { in Open()