Home
last modified time | relevance | path

Searched refs:p_buf (Results 1 – 6 of 6) sorted by relevance

/hardware/broadcom/libbt/src/
Dhardware.c548 static uint8_t hw_config_set_bdaddr(HC_BT_HDR *p_buf) in hw_config_set_bdaddr() argument
551 uint8_t *p = (uint8_t *) (p_buf + 1); in hw_config_set_bdaddr()
566 p_buf->len = HCI_CMD_PREAMBLE_SIZE + BD_ADDR_LEN; in hw_config_set_bdaddr()
569 retval = bt_vendor_cbacks->xmit_cb(HCI_VSC_WRITE_BD_ADDR, p_buf, \ in hw_config_set_bdaddr()
586 static uint8_t hw_config_read_bdaddr(HC_BT_HDR *p_buf) in hw_config_read_bdaddr() argument
589 uint8_t *p = (uint8_t *) (p_buf + 1); in hw_config_read_bdaddr()
594 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in hw_config_read_bdaddr()
597 retval = bt_vendor_cbacks->xmit_cb(HCI_READ_LOCAL_BDADDR, p_buf, \ in hw_config_read_bdaddr()
619 HC_BT_HDR *p_buf=NULL; in hw_config_cback() local
633 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \ in hw_config_cback()
[all …]
/hardware/qcom/bt/libbt-vendor/src/
Dhardware.c142 HC_BT_HDR *p_buf = NULL; in hw_epilog_process() local
151 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \ in hw_epilog_process()
155 if (p_buf) in hw_epilog_process()
157 p_buf->event = MSG_STACK_TO_HC_HCI_CMD; in hw_epilog_process()
158 p_buf->offset = 0; in hw_epilog_process()
159 p_buf->layer_specific = 0; in hw_epilog_process()
160 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in hw_epilog_process()
162 p = (uint8_t *) (p_buf + 1); in hw_epilog_process()
167 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback); in hw_epilog_process()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_H264ES.c812 static inline void lnc_H264_append_EOSEQ(unsigned char *p_buf, unsigned int *p_size) in lnc_H264_append_EOSEQ() argument
818 …_DEBUG_GENERAL, "Previous 4 bytes: %x %x %x %x\n", *(p_buf - 3), *(p_buf - 2), *(p_buf - 1), *(p_b… in lnc_H264_append_EOSEQ()
819 p_buf += *p_size; in lnc_H264_append_EOSEQ()
820 memcpy(p_buf, &EOSEQ[0], sizeof(EOSEQ)); in lnc_H264_append_EOSEQ()
821 …DEO_DEBUG_GENERAL, "After 4 bytes: %x %x %x %x\n", *(p_buf + 1), *(p_buf + 2), *(p_buf + 3), *(p_b… in lnc_H264_append_EOSEQ()
825 static inline void lnc_H264_append_EOSTREAM(unsigned char *p_buf, unsigned int *p_size) in lnc_H264_append_EOSTREAM() argument
831 p_buf += *p_size; in lnc_H264_append_EOSTREAM()
832 memcpy(p_buf, EOSTREAM, sizeof(EOSTREAM)); in lnc_H264_append_EOSTREAM()
/hardware/intel/common/libwsbm/src/
Dwsbm_manager.h90 extern void wsbmBOUnreference(struct _WsbmBufferObject **p_buf);
Dwsbm_slabpool.c793 pool_destroy(struct _WsbmBufStorage **p_buf) in pool_destroy() argument
795 struct _WsbmBufStorage *buf = *p_buf; in pool_destroy()
800 *p_buf = NULL; in pool_destroy()
Dwsbm_manager.c461 wsbmBOUnreference(struct _WsbmBufferObject **p_buf) in wsbmBOUnreference() argument
463 struct _WsbmBufferObject *buf = *p_buf; in wsbmBOUnreference()
465 *p_buf = NULL; in wsbmBOUnreference()