Searched refs:p_buf (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/bt/msm8960/libbt-vendor/src/
H A Dhardware.c144 HC_BT_HDR *p_buf = NULL; local
153 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \
157 if (p_buf)
159 p_buf->event = MSG_STACK_TO_HC_HCI_CMD;
160 p_buf->offset = 0;
161 p_buf->layer_specific = 0;
162 p_buf->len = HCI_CMD_PREAMBLE_SIZE;
164 p = (uint8_t *) (p_buf + 1);
169 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhardware.c143 HC_BT_HDR *p_buf = NULL; local
152 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \
156 if (p_buf)
158 p_buf->event = MSG_STACK_TO_HC_HCI_CMD;
159 p_buf->offset = 0;
160 p_buf->layer_specific = 0;
161 p_buf->len = HCI_CMD_PREAMBLE_SIZE;
163 p = (uint8_t *) (p_buf + 1);
168 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);
/hardware/marvell/bt/libbt-vendor/
H A Dhardware_mrvl.c143 HC_BT_HDR *p_buf = NULL; local
149 p_buf = (HC_BT_HDR *) vnd_cb->alloc(BT_HC_HDR_SIZE + cmd_len);
151 if (!p_buf)
154 p_buf->event = MSG_STACK_TO_HC_HCI_CMD;
155 p_buf->offset = 0;
156 p_buf->layer_specific = 0;
157 p_buf->len = cmd_len;
159 p = (uint8_t *) (p_buf + 1);
171 return p_buf;
222 HC_BT_HDR *p_buf; local
287 HC_BT_HDR *p_buf; local
319 HC_BT_HDR *p_buf; local
[all...]
/hardware/broadcom/libbt/src/
H A Dhardware.c552 static uint8_t hw_config_set_bdaddr(HC_BT_HDR *p_buf) argument
555 uint8_t *p = (uint8_t *) (p_buf + 1);
570 p_buf->len = HCI_CMD_PREAMBLE_SIZE + BD_ADDR_LEN;
573 retval = bt_vendor_cbacks->xmit_cb(HCI_VSC_WRITE_BD_ADDR, p_buf, \
590 static uint8_t hw_config_read_bdaddr(HC_BT_HDR *p_buf) argument
593 uint8_t *p = (uint8_t *) (p_buf + 1);
598 p_buf->len = HCI_CMD_PREAMBLE_SIZE;
601 retval = bt_vendor_cbacks->xmit_cb(HCI_READ_LOCAL_BDADDR, p_buf, \
623 HC_BT_HDR *p_buf=NULL; local
637 p_buf
966 HC_BT_HDR *p_buf = NULL; local
1112 HC_BT_HDR *p_buf = NULL; local
1163 HC_BT_HDR *p_buf = NULL; local
1337 HC_BT_HDR *p_buf = NULL; local
1401 HC_BT_HDR *p_buf = NULL; local
1597 HC_BT_HDR *p_buf = NULL; local
[all...]
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhardware.c156 HC_BT_HDR *p_buf = NULL; local
165 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \
169 if (p_buf)
171 p_buf->event = MSG_STACK_TO_HC_HCI_CMD;
172 p_buf->offset = 0;
173 p_buf->layer_specific = 0;
174 p_buf->len = HCI_CMD_PREAMBLE_SIZE;
176 p = (uint8_t *) (p_buf + 1);
181 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhardware.c157 HC_BT_HDR *p_buf = NULL; local
166 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \
170 if (p_buf)
172 p_buf->event = MSG_STACK_TO_HC_HCI_CMD;
173 p_buf->offset = 0;
174 p_buf->layer_specific = 0;
175 p_buf->len = HCI_CMD_PREAMBLE_SIZE;
177 p = (uint8_t *) (p_buf + 1);
182 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhardware.c161 HC_BT_HDR *p_buf = NULL; local
168 p_buf = (HC_BT_HDR *) q->cb->alloc(BT_HC_HDR_SIZE + HCI_CMD_PREAMBLE_SIZE);
169 if (p_buf)
171 p_buf->event = MSG_STACK_TO_HC_HCI_CMD;
172 p_buf->offset = 0;
173 p_buf->layer_specific = 0;
174 p_buf->len = HCI_CMD_PREAMBLE_SIZE;
176 p = (uint8_t *) (p_buf + 1);
181 q->cb->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);
/hardware/interfaces/bluetooth/1.0/default/
H A Dbt_vendor_lib.h297 typedef void (*mdealloc_cb)(void* p_buf);
322 typedef uint8_t (*cmd_xmit_cb)(uint16_t opcode, void* p_buf,
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_H264ES.c812 static inline void lnc_H264_append_EOSEQ(unsigned char *p_buf, unsigned int *p_size) argument
818 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Previous 4 bytes: %x %x %x %x\n", *(p_buf - 3), *(p_buf - 2), *(p_buf - 1), *(p_buf));
819 p_buf += *p_size;
820 memcpy(p_buf, &EOSEQ[0], sizeof(EOSEQ));
821 drv_debug_msg(VIDEO_DEBUG_GENERAL, "After 4 bytes: %x %x %x %x\n", *(p_buf + 1), *(p_buf + 2), *(p_buf
825 lnc_H264_append_EOSTREAM(unsigned char *p_buf, unsigned int *p_size) argument
[all...]
/hardware/intel/common/libwsbm/src/
H A Dwsbm_manager.h90 extern void wsbmBOUnreference(struct _WsbmBufferObject **p_buf);
H A Dwsbm_manager.c461 wsbmBOUnreference(struct _WsbmBufferObject **p_buf) argument
463 struct _WsbmBufferObject *buf = *p_buf;
465 *p_buf = NULL;
H A Dwsbm_slabpool.c797 pool_destroy(struct _WsbmBufStorage **p_buf) argument
799 struct _WsbmBufStorage *buf = *p_buf;
804 *p_buf = NULL;

Completed in 728 milliseconds