Searched refs:buf (Results 126 - 150 of 532) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayCtrlData.h87 void getDump(char *buf, size_t len);
114 void getDump(char *buf, size_t len);
223 inline void Ctrl::getDump(char *buf, size_t len) { argument
224 mMdp.getDump(buf, len);
263 inline void Data::getDump(char *buf, size_t len) { argument
264 mMdp.getDump(buf, len);
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayCtrlData.h87 void getDump(char *buf, size_t len);
112 void getDump(char *buf, size_t len);
218 inline void Ctrl::getDump(char *buf, size_t len) { argument
219 mMdp->getDump(buf, len);
243 inline void Data::getDump(char *buf, size_t len) { argument
244 mMdp->getDump(buf, len);
/hardware/intel/img/psb_video/src/
H A Dpsb_surface.c152 ret = psb_buffer_create(driver_data, psb_surface->size, buffer_type, &psb_surface->buf);
188 ret = psb_buffer_create(driver_data, psb_surface->size, psb_bt_cpu_vpu_shared, &psb_surface->buf);
237 ret = psb_kbuffer_reference(driver_data, &psb_surface->buf, kbuf_handle);
245 * for v4l2 buf: it is offset used in V4L2 buffer mmap
268 ret = psb_buffer_create_camera(driver_data, &psb_surface->buf,
283 * for v4l2 buf: it is offset used in V4L2 buffer mmap
303 ret = psb_buffer_create_camera_from_ub(driver_data, &psb_surface->buf,
323 int ret = psb_buffer_map(&psb_surface->buf, &surface_data);
329 psb_buffer_unmap(&psb_surface->buf);
339 psb_buffer_destroy(&psb_surface->buf);
[all...]
H A Dpnw_MPEG2.c933 psb_cmdbuf_rendec_write_address(cmdbuf, &target_surface->buf, target_surface->buf.buffer_ofs);
936 psb_cmdbuf_rendec_write_address(cmdbuf, &target_surface->buf, target_surface->buf.buffer_ofs + target_surface->chroma_offset);
977 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_ref_surface->psb_surface->buf.buffer_ofs);
980 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_ref_surface->psb_surface\
981 ->buf.buffer_ofs + ctx->forward_ref_surface->psb_surface->chroma_offset);
989 psb_cmdbuf_rendec_write_address(cmdbuf, &target_surface->buf, target_surface->buf
[all...]
/hardware/qcom/display/msm8226/liboverlay/pipes/
H A DoverlayGenPipe.cpp103 void GenericPipe::getDump(char *buf, size_t len) { argument
104 mCtrl->getDump(buf, len);
105 mData->getDump(buf, len);
/hardware/qcom/display/msm8909/libqservice/
H A DIQHDMIClient.cpp62 void *buf = data.writeInplace(len); local
63 if (buf != NULL)
64 memcpy(buf, msg, len);
/hardware/qcom/display/msm8909w_3100/libqservice/
H A DIQHDMIClient.cpp62 void *buf = data.writeInplace(len); local
63 if (buf != NULL)
64 memcpy(buf, msg, len);
/hardware/qcom/display/msm8994/liboverlay/pipes/
H A DoverlayGenPipe.cpp103 void GenericPipe::getDump(char *buf, size_t len) { argument
104 mCtrl->getDump(buf, len);
105 mData->getDump(buf, len);
/hardware/qcom/display/msm8996/libqservice/
H A DIQHDMIClient.cpp62 void *buf = data.writeInplace(len); local
63 if (buf != NULL)
64 memcpy(buf, msg, len);
/hardware/qcom/display/msm8998/libqservice/
H A DIQHDMIClient.cpp62 void *buf = data.writeInplace(len); local
63 if (buf != NULL)
64 memcpy(buf, msg, len);
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidItem.cpp51 charvectorbuf<unsigned char> buf(begin, size);
52 std::istream is(&buf);
58 charvectorbuf<unsigned char> buf(descriptor);
59 std::istream is(&buf);
/hardware/google/av/media/codecs/vorbis/
H A DC2SoftVorbisDec.cpp207 ogg_buffer *buf, ogg_reference *ref, oggpack_buffer *bits) {
208 buf->data = (uint8_t *)data;
209 buf->size = size;
210 buf->refcount = 1;
211 buf->ptr.owner = nullptr;
213 ref->buffer = buf;
272 ogg_buffer buf; local
277 makeBitReader((const uint8_t *)data + 7, inSize - 7, &buf, &ref, &bits);
359 ogg_buffer buf; local
360 buf
205 makeBitReader( const void *data, size_t size, ogg_buffer *buf, ogg_reference *ref, oggpack_buffer *bits) argument
[all...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger_diag.cpp125 u8* buf, int length)
146 pScanCapabilities = (wlan_ext_scan_capabilities_payload_type *)buf;
225 u32 id, u8* buf, int length)
246 pBtScanStart = (wlan_bt_coex_bt_scan_start_payload_type *)buf;
261 pBtScanStop = (wlan_bt_coex_bt_scan_stop_payload_type *)buf;
279 u8* buf, int length)
300 pBtCoexStartPL = (wlan_bt_coex_bt_sco_start_payload_type *)buf;
315 pBtCoexStopPL = (wlan_bt_coex_bt_sco_stop_payload_type *)buf;
330 pBtCoexHidStartPL = (wlan_bt_coex_bt_hid_start_payload_type *)buf;
344 pBtCoexHidStopPL = (wlan_bt_coex_bt_hid_stop_payload_type *)buf;
124 process_log_extscan_capabilities(hal_info *info, u8* buf, int length) argument
224 process_bt_coex_scan_event(hal_info *info, u32 id, u8* buf, int length) argument
278 process_bt_coex_event(hal_info *info, u32 id, u8* buf, int length) argument
398 process_extscan_event(hal_info *info, u32 id, u8* buf, int length) argument
540 process_addba_success_event(hal_info *info, u8* buf, int length) argument
584 process_addba_failed_event(hal_info *info, u8* buf, int length) argument
628 process_roam_event(hal_info *info, u32 id, u8* buf, int length) argument
773 process_firmware_prints(hal_info *info, u8 *buf, u16 length) argument
810 process_beacon_received_event(hal_info *info, u8* buf, int length) argument
849 process_fw_diag_msg(hal_info *info, u8* buf, u16 length) argument
1049 process_wlan_pe_event(hal_info *info, u8* buf, int length) argument
1099 process_wlan_eapol_event(hal_info *info, u8* buf, int length) argument
1152 process_wakelock_event(hal_info *info, u8* buf, int length) argument
1224 process_wlan_log_complete_event(hal_info *info, u8* buf, int length) argument
1242 process_wlan_low_resource_failure(hal_info *info, u8* buf, u16 length) argument
1419 parse_rx_stats(hal_info *info, u8 *buf, u16 size) argument
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_common.h64 extern int wl_get(void *wl, int cmd, void *buf, int len);
65 extern int wl_set(void *wl, int cmd, void *buf, int len);
H A Ddhdu.c92 char *buf, uint buflen, int *perr);
98 static int read_vars(char *fname, char *buf, int buf_maxlen);
107 static char *buf = (char*) &bufstruct_dhd.bufdata; variable
431 char *buf; local
445 buf = malloc(len);
446 if (buf == NULL) {
451 *(buf+i) = 0;
457 strcat(buf+row*80, cmd->name);
458 pad = 18 * (col + 1) - strlen(buf+row*80);
462 strcat(buf
556 dhd_hexdump(uchar *buf, uint nbytes, uint saddr) argument
1386 read_vars(char *fname, char *buf, int buf_maxlen) argument
2959 dhd_iovar_mkbuf(char *name, char *data, uint datalen, char *buf, uint buflen, int *perr) argument
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmendian.h69 #define ltoh16_buf(buf, i)
70 #define htol16_buf(buf, i)
116 #define bcmswap16_buf(buf, len) ({ \
117 uint16 *_buf = (uint16 *)(buf); \
199 /* buf - start of buffer of shorts to swap */
202 bcmswap16_buf(uint16 *buf, uint len) argument
207 *buf = bcmswap16(*buf);
208 buf++;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_parse_sc.c30 ptr = cxt->buf;
111 state->next_sc = cxt->buf[cxt->sc_end_pos];
/hardware/qcom/display/msm8084/libqservice/
H A DIQHDMIClient.cpp62 void *buf = data.writeInplace(len); local
63 memcpy(buf, msg, len);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
H A Dextra_data_handler.h73 OMX_S32 parse_rbsp(OMX_U8 *buf, OMX_U32 len);
78 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
H A Dextra_data_handler.h72 OMX_S32 parse_rbsp(OMX_U8 *buf, OMX_U32 len);
77 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
H A Dextra_data_handler.h72 OMX_S32 parse_rbsp(OMX_U8 *buf, OMX_U32 len);
77 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
/hardware/qcom/msm8998/kernel-headers/linux/
H A Dspcom.h62 char buf[0]; member in struct:spcom_send_command
87 char buf[0]; member in struct:spcom_user_send_modified_command
/hardware/qcom/msm8998/original-kernel-headers/linux/
H A Dspcom.h37 * file read(fd, buf, size) with this size,
79 char buf[0]; /* Variable buffer size - must be last field */ member in struct:spcom_send_command
88 /* maximum ION buf for send-modfied-command */
109 char buf[0]; /* Variable buffer size - must be last field */ member in struct:spcom_user_send_modified_command
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhw_ar3k.c427 #define __check_comment(buf) (((buf)[0] == '/') && ((buf)[1] == '/'))
468 static int get_input_format(char *buf, struct ps_entry_type *format) argument
477 if (strstr(buf, "[") != buf)
480 ptr = strstr(buf, "]");
484 if (get_ps_type(buf, ptr - buf, &type, &sub_type) < 0)
506 static unsigned int read_data_in_section(char *buf, struc argument
532 char buf[3]; local
547 update_char_count(const char *buf) argument
567 char buf[LINE_SIZE_MAX + 1]; local
[all...]
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
H A Dhw_ar3k.c429 #define __check_comment(buf) (((buf)[0] == '/') && ((buf)[1] == '/'))
470 static int get_input_format(char *buf, struct ps_entry_type *format) argument
479 if (strstr(buf, "[") != buf)
482 ptr = strstr(buf, "]");
486 if (get_ps_type(buf, ptr - buf, &type, &sub_type) < 0)
508 static unsigned int read_data_in_section(char *buf, struc argument
534 char buf[3]; local
549 update_char_count(const char *buf) argument
569 char buf[LINE_SIZE_MAX + 1]; local
[all...]

Completed in 3190 milliseconds

1234567891011>>