/system/bt/bta/include/ |
bta_gatts_co.h | 78 tBTA_GATTS_HNDL_RANGE *p_handle);
|
bta_api.h | [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_screen_cache.c | 203 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);
|
/system/bt/stack/avrc/ |
avrc_api.c | [all...] |
/hardware/qcom/audio/post_proc/ |
volume_listener.c | 668 effect_handle_t *p_handle) 679 if (p_handle == NULL || uuid == NULL) { 680 ALOGE("%s: %s is NULL", __func__, (p_handle == NULL) ? "p_handle" : "uuid"); 725 *p_handle = (effect_handle_t)context;
|
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/ |
mm_lib2d_test.c | 94 img_mem_handle_t *p_handle); 95 int (*img_buffer_release)(img_mem_handle_t *p_handle); 96 int (*img_buffer_cacheops)(img_mem_handle_t *p_handle, img_cache_ops_t ops,
|
/system/bt/stack/bnep/ |
bnep_api.c | 128 ** p_handle - pointer to return the handle for the connection 137 UINT16 *p_handle) 216 *p_handle = p_bcb->handle;
|
/system/bt/stack/avct/ |
avct_api.c | 133 UINT16 AVCT_CreateConn(UINT8 *p_handle, tAVCT_CC *p_cc, BD_ADDR peer_addr) 149 *p_handle = avct_ccb_to_idx(p_ccb);
|
/system/bt/stack/gatt/ |
att_protocol.c | 190 BT_HDR *attp_build_read_multi_cmd(UINT16 payload_size, UINT16 num_handle, UINT16 *p_handle) 203 UINT16_TO_STREAM (p, *(p_handle + i));
|
/system/bt/stack/include/ |
bnep_api.h | 273 ** p_handle - pointer to return the handle for the connection 282 UINT16 *p_handle);
|
port_api.h | 205 ** p_handle - OUT pointer to the handle. 221 BD_ADDR bd_addr, UINT16 *p_handle,
|
avct_api.h | 176 extern UINT16 AVCT_CreateConn(UINT8 *p_handle, tAVCT_CC *p_cc,
|
avrc_api.h | 293 ** p_handle: Pointer to handle. This parameter is only 301 extern UINT16 AVRC_Open(UINT8 *p_handle, tAVRC_CONN_CB *p_ccb,
|
sdp_api.h | 613 UINT32 *p_handle);
|
avdt_api.h | 507 extern UINT16 AVDT_CreateStream(UINT8 *p_handle, tAVDT_CS *p_cs); [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
omx_swvdec.cpp | 3713 private_handle_t *p_handle; local [all...] |
/system/bt/stack/rfcomm/ |
port_api.c | 98 ** p_handle - OUT pointer to the handle. 113 UINT16 mtu, BD_ADDR bd_addr, UINT16 *p_handle, 126 *p_handle = 0; 153 *p_handle = p_port->inx; 187 *p_handle = p_port->inx; [all...] |
/system/bt/stack/sdp/ |
sdp_api.c | [all...] |
/system/bt/bta/dm/ |
bta_dm_api.c | 580 UINT32 *p_handle ) 586 if(SDP_SetLocalDiRecord((tSDP_DI_RECORD *)p_device_info, p_handle) == SDP_SUCCESS) 590 bta_dm_di_cb.di_handle[bta_dm_di_cb.di_num] = *p_handle; [all...] |
/system/bt/stack/avdt/ |
avdt_api.c | 232 UINT16 AVDT_CreateStream(UINT8 *p_handle, tAVDT_CS *p_cs) 249 *p_handle = avdt_scb_to_hdl(p_scb); [all...] |