/hardware/bsp/intel/peripheral/libupm/src/nrf8001/ |
D | aci_queue.cxx | 44 bool aci_queue_dequeue(aci_queue_t *aci_q, hal_aci_data_t *p_data) in aci_queue_dequeue() argument 54 memcpy((uint8_t *)p_data, (uint8_t *)&(aci_q->aci_data[aci_q->head]), sizeof(hal_aci_data_t)); in aci_queue_dequeue() 60 bool aci_queue_dequeue_from_isr(aci_queue_t *aci_q, hal_aci_data_t *p_data) in aci_queue_dequeue_from_isr() argument 70 memcpy((uint8_t *)p_data, (uint8_t *)&(aci_q->aci_data[aci_q->head]), sizeof(hal_aci_data_t)); in aci_queue_dequeue_from_isr() 76 bool aci_queue_enqueue(aci_queue_t *aci_q, hal_aci_data_t *p_data) in aci_queue_enqueue() argument 78 const uint8_t length = p_data->buffer[0]; in aci_queue_enqueue() 89 …memcpy((uint8_t *)&(aci_q->aci_data[aci_q->tail].buffer[0]), (uint8_t *)&p_data->buffer[0], length… in aci_queue_enqueue() 95 bool aci_queue_enqueue_from_isr(aci_queue_t *aci_q, hal_aci_data_t *p_data) in aci_queue_enqueue_from_isr() argument 97 const uint8_t length = p_data->buffer[0]; in aci_queue_enqueue_from_isr() 108 …memcpy((uint8_t *)&(aci_q->aci_data[aci_q->tail].buffer[0]), (uint8_t *)&p_data->buffer[0], length… in aci_queue_enqueue_from_isr() [all …]
|
D | aci_queue.h | 60 bool aci_queue_dequeue(aci_queue_t *aci_q, hal_aci_data_t *p_data); 61 bool aci_queue_dequeue_from_isr(aci_queue_t *aci_q, hal_aci_data_t *p_data); 63 bool aci_queue_enqueue(aci_queue_t *aci_q, hal_aci_data_t *p_data); 64 bool aci_queue_enqueue_from_isr(aci_queue_t *aci_q, hal_aci_data_t *p_data); 72 bool aci_queue_peek(aci_queue_t *aci_q, hal_aci_data_t *p_data); 73 bool aci_queue_peek_from_isr(aci_queue_t *aci_q, hal_aci_data_t *p_data);
|
D | hal_aci_tl.cxx | 40 static void m_aci_data_print(hal_aci_data_t *p_data); 58 void m_aci_data_print(hal_aci_data_t *p_data) in m_aci_data_print() argument 60 const uint8_t length = p_data->buffer[0]; in m_aci_data_print() 66 printf("%x", p_data->buffer[i]); in m_aci_data_print()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hci_uart.c | 392 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data) in userial_vendor_ioctl() argument 410 err = ioctl(vnd_userial.fd, USERIAL_IOCTL_BT_WAKE_GET_ST, p_data); in userial_vendor_ioctl() 415 *p_data |=TIOCM_RTS; in userial_vendor_ioctl() 416 err = ioctl(vnd_userial.fd, TIOCMSET, p_data); in userial_vendor_ioctl() 421 ioctl(vnd_userial.fd, TIOCMGET, p_data); in userial_vendor_ioctl() 422 *p_data &= ~TIOCM_RTS; in userial_vendor_ioctl() 423 err = ioctl(vnd_userial.fd, TIOCMSET, p_data); in userial_vendor_ioctl()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hci_uart.c | 392 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data) in userial_vendor_ioctl() argument 410 err = ioctl(vnd_userial.fd, USERIAL_IOCTL_BT_WAKE_GET_ST, p_data); in userial_vendor_ioctl() 415 *p_data |=TIOCM_RTS; in userial_vendor_ioctl() 416 err = ioctl(vnd_userial.fd, TIOCMSET, p_data); in userial_vendor_ioctl() 421 ioctl(vnd_userial.fd, TIOCMGET, p_data); in userial_vendor_ioctl() 422 *p_data &= ~TIOCM_RTS; in userial_vendor_ioctl() 423 err = ioctl(vnd_userial.fd, TIOCMSET, p_data); in userial_vendor_ioctl()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hci_uart.c | 392 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data) in userial_vendor_ioctl() argument 410 err = ioctl(vnd_userial.fd, USERIAL_IOCTL_BT_WAKE_GET_ST, p_data); in userial_vendor_ioctl() 415 *p_data |=TIOCM_RTS; in userial_vendor_ioctl() 416 err = ioctl(vnd_userial.fd, TIOCMSET, p_data); in userial_vendor_ioctl() 421 ioctl(vnd_userial.fd, TIOCMGET, p_data); in userial_vendor_ioctl() 422 *p_data &= ~TIOCM_RTS; in userial_vendor_ioctl() 423 err = ioctl(vnd_userial.fd, TIOCMSET, p_data); in userial_vendor_ioctl()
|
/hardware/libhardware/include/hardware/ |
D | nfc.h | 110 typedef void (nfc_stack_data_callback_t) (uint16_t data_len, uint8_t* p_data); 148 int (*write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data);
|
D | bt_gatt_client.h | 145 typedef void (*notify_callback)(int conn_id, btgatt_notify_params_t *p_data); 149 btgatt_read_params_t *p_data); 159 btgatt_read_params_t *p_data); 344 char addr_type, int data_len, char* p_data, int mask_len,
|
/hardware/broadcom/libbt/include/ |
D | userial_vendor.h | 172 void userial_vendor_ioctl(userial_vendor_ioctl_op_t op, void *p_data);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | ethreading.c | 24 static THREAD_FUNCTION thread_loopfilter(void *p_data) in thread_loopfilter() argument 26 VP8_COMP *cpi = (VP8_COMP *)(((LPFTHREAD_DATA *)p_data)->ptr1); in thread_loopfilter() 49 THREAD_FUNCTION thread_encoding_proc(void *p_data) in thread_encoding_proc() argument 51 int ithread = ((ENCODETHREAD_DATA *)p_data)->ithread; in thread_encoding_proc() 52 VP8_COMP *cpi = (VP8_COMP *)(((ENCODETHREAD_DATA *)p_data)->ptr1); in thread_encoding_proc() 53 MB_ROW_COMP *mbri = (MB_ROW_COMP *)(((ENCODETHREAD_DATA *)p_data)->ptr2); in thread_encoding_proc()
|
/hardware/broadcom/libbt/src/ |
D | userial_vendor.c | 335 void userial_vendor_ioctl(userial_vendor_ioctl_op_t op, void *p_data) in userial_vendor_ioctl() argument 351 ioctl(vnd_userial.fd, USERIAL_IOCTL_BT_WAKE_GET_ST, p_data); in userial_vendor_ioctl()
|
/hardware/libhardware/modules/nfc-nci/ |
D | nfc_nci_example.c | 35 uint16_t data_len, const uint8_t *p_data) { in hal_write() argument
|
/hardware/qcom/bt/msm8996/libbt-vendor/include/ |
D | hci_uart.h | 223 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data);
|
/hardware/qcom/bt/msm8992/libbt-vendor/include/ |
D | hci_uart.h | 223 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data);
|
/hardware/qcom/bt/msm8909/libbt-vendor/include/ |
D | hci_uart.h | 223 int userial_vendor_ioctl(userial_vendor_ioctl_op_t op, int *p_data);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 260 void *p_data, 390 void swvdec_event_handler(SWVDEC_EVENT event, void *p_data);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | threading.c | 620 static THREAD_FUNCTION thread_decoding_proc(void *p_data) in thread_decoding_proc() argument 622 int ithread = ((DECODETHREAD_DATA *)p_data)->ithread; in thread_decoding_proc() 623 VP8D_COMP *pbi = (VP8D_COMP *)(((DECODETHREAD_DATA *)p_data)->ptr1); in thread_decoding_proc() 624 MB_ROW_DEC *mbrd = (MB_ROW_DEC *)(((DECODETHREAD_DATA *)p_data)->ptr2); in thread_decoding_proc()
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg.h | 140 void *p_data[MM_JPEG_CIRQ_SIZE]; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 2309 void *p_data, in swvdec_event_handler_callback() argument 2314 if ((event == SWVDEC_EVENT_RELEASE_REFERENCE) && (p_data == NULL)) in swvdec_event_handler_callback() 2335 p_omx_swvdec->swvdec_event_handler(event, p_data); in swvdec_event_handler_callback() 4405 void omx_swvdec::swvdec_event_handler(SWVDEC_EVENT event, void *p_data) in swvdec_event_handler() argument 4425 SWVDEC_BUFFER *p_buffer_op = (SWVDEC_BUFFER *) p_data; in swvdec_event_handler()
|