Searched refs:p_handle (Results 1 - 20 of 20) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatts_co.h78 tBTA_GATTS_HNDL_RANGE *p_handle);
H A Dbta_api.h1903 UINT32 *p_handle );
1917 UINT32 *p_handle );
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c203 struct svga_winsys_surface **p_handle)
208 struct svga_winsys_surface *handle = *p_handle;
219 *p_handle = NULL;
476 struct svga_winsys_surface **p_handle)
485 svga_screen_cache_add(svgascreen, key, p_handle);
489 "unref sid %p (uncachable)\n", *p_handle);
490 sws->surface_reference(sws, p_handle, NULL);
201 svga_screen_cache_add(struct svga_screen *svgascreen, const struct svga_host_surface_cache_key *key, struct svga_winsys_surface **p_handle) argument
474 svga_screen_surface_destroy(struct svga_screen *svgascreen, const struct svga_host_surface_cache_key *key, struct svga_winsys_surface **p_handle) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c203 struct svga_winsys_surface **p_handle)
208 struct svga_winsys_surface *handle = *p_handle;
219 *p_handle = NULL;
476 struct svga_winsys_surface **p_handle)
485 svga_screen_cache_add(svgascreen, key, p_handle);
489 "unref sid %p (uncachable)\n", *p_handle);
490 sws->surface_reference(sws, p_handle, NULL);
201 svga_screen_cache_add(struct svga_screen *svgascreen, const struct svga_host_surface_cache_key *key, struct svga_winsys_surface **p_handle) argument
474 svga_screen_surface_destroy(struct svga_screen *svgascreen, const struct svga_host_surface_cache_key *key, struct svga_winsys_surface **p_handle) argument
/external/bluetooth/bluedroid/stack/include/
H A Davct_api.h175 AVCT_API extern UINT16 AVCT_CreateConn(UINT8 *p_handle, tAVCT_CC *p_cc,
H A Dsdp_api.h631 UINT32 *p_handle);
640 ** p_handle - if p_handle == NULL, the primary record is returned
646 UINT32 *p_handle );
H A Davrc_api.h283 ** p_handle: Pointer to handle. This parameter is only
291 AVRC_API extern UINT16 AVRC_Open(UINT8 *p_handle, tAVRC_CONN_CB *p_ccb,
H A Dbnep_api.h273 ** p_handle - pointer to return the handle for the connection
282 UINT16 *p_handle);
H A Dport_api.h204 ** p_handle - OUT pointer to the handle.
220 BD_ADDR bd_addr, UINT16 *p_handle,
H A Davdt_api.h500 AVDT_API extern UINT16 AVDT_CreateStream(UINT8 *p_handle, tAVDT_CS *p_cs);
H A Dobx_api.h529 OBX_API extern tOBX_STATUS OBX_StartServer(tOBX_StartParams *p_params, tOBX_HANDLE *p_handle);
717 tOBX_CL_CBACK *p_cback, tOBX_HANDLE *p_handle, BT_HDR *p_pkt);
729 ** The allocated OBEX handle is returned in p_handle.
736 tOBX_CL_CBACK *p_cback, tOBX_HANDLE *p_handle);
H A Dhcimsgs.h1110 HCI_API extern void btsnd_hcie_num_compl_pkts (void *buffer, UINT8 num_handles, UINT16 *p_handle, UINT16 *num_pkts);
/external/bluetooth/bluedroid/stack/avct/
H A Davct_api.c133 UINT16 AVCT_CreateConn(UINT8 *p_handle, tAVCT_CC *p_cc, BD_ADDR peer_addr) argument
149 *p_handle = avct_ccb_to_idx(p_ccb);
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_api.c1132 UINT16 SDP_SetLocalDiRecord( tSDP_DI_RECORD *p_device_info, UINT32 *p_handle )
1143 *p_handle = 0;
1156 *p_handle = handle;
1281 ** p_handle - if p_handle == 0, the primary record is returned
1286 UINT16 SDP_GetLocalDiRecord(tSDP_DI_GET_RECORD *p_device_info, UINT32 *p_handle )
1296 if (*p_handle == 0)
1297 *p_handle = sdp_cb.server_db.di_primary_handle;
1299 if ((p_rec = sdp_db_find_record(*p_handle)) != NULL)
1380 *p_handle
[all...]
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_api.c880 ** p_handle: Pointer to handle. This parameter is only
888 UINT16 AVRC_Open(UINT8 *p_handle, tAVRC_CONN_CB *p_ccb, BD_ADDR_PTR peer_addr) argument
899 status = AVCT_CreateConn(p_handle, &cc, peer_addr);
902 memcpy(&avrc_cb.ccb[*p_handle], p_ccb, sizeof(tAVRC_CONN_CB));
904 memset(&avrc_cb.fcb[*p_handle], 0, sizeof(tAVRC_FRAG_CB));
905 memset(&avrc_cb.rcb[*p_handle], 0, sizeof(tAVRC_RASM_CB));
909 status, *p_handle);
/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_api.c129 ** p_handle - pointer to return the handle for the connection
138 UINT16 *p_handle)
220 *p_handle = p_bcb->handle;
135 BNEP_Connect(BD_ADDR p_rem_bda, tBT_UUID *src_uuid, tBT_UUID *dst_uuid, UINT16 *p_handle) argument
/external/bluetooth/bluedroid/stack/gatt/
H A Datt_protocol.c202 BT_HDR *attp_build_read_multi_cmd(UINT16 payload_size, UINT16 num_handle, UINT16 *p_handle) argument
218 UINT16_TO_STREAM (p, *(p_handle + i));
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c1124 UINT32 *p_handle )
1130 if(SDP_SetLocalDiRecord((tSDP_DI_RECORD *)p_device_info, p_handle) == SDP_SUCCESS)
1134 bta_dm_di_cb.di_handle[bta_dm_di_cb.di_num] = *p_handle;
1155 ** p_handle - if p_handle == 0, the primary record is returned
1161 UINT32 *p_handle )
1165 status = SDP_GetLocalDiRecord(p_device_info, p_handle);
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_api.c63 ** p_handle - OUT pointer to the handle.
78 UINT16 mtu, BD_ADDR bd_addr, UINT16 *p_handle,
90 *p_handle = 0;
150 *p_handle = p_port->inx;
77 RFCOMM_CreateConnection(UINT16 uuid, UINT8 scn, BOOLEAN is_server, UINT16 mtu, BD_ADDR bd_addr, UINT16 *p_handle, tPORT_CALLBACK *p_mgmt_cb) argument
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_api.c253 UINT16 AVDT_CreateStream(UINT8 *p_handle, tAVDT_CS *p_cs) argument
272 *p_handle = avdt_scb_to_hdl(p_scb);

Completed in 354 milliseconds