/hardware/interfaces/sensors/2.0/multihal/tests/fake_subhal/ |
D | README | 4 interact with sub-HALs. 6 This sub-HAL implementation has two macros that can be used to configure support 11 but more targets could be added to support both in one sub-HAL or none at all, 19 to cause the multi-HAL to restart and attempt to load in the sub-HAL.
|
/hardware/interfaces/broadcastradio/1.0/ |
D | ITuner.hal | 53 * ignore sub channels (e.g SPS for HD radio). 69 * ignore sub channels (e.g SPS for HD radio).
|
D | ITunerCallback.hal | 76 * @param subChannel The sub channel the metadata is associated with.
|
D | types.hal | 214 uint32_t subChannel; /** current sub channel. (FM_HD) */
|
/hardware/interfaces/power/1.1/ |
D | types.hal | 37 * Total number of times sub-system entered this state.
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera.c | 1785 struct v4l2_event_subscription sub; in mm_camera_evt_sub() local 1787 memset(&sub, 0, sizeof(sub)); in mm_camera_evt_sub() 1788 sub.type = MSM_CAMERA_V4L2_EVENT_TYPE; in mm_camera_evt_sub() 1789 sub.id = MSM_CAMERA_MSM_NOTIFY; in mm_camera_evt_sub() 1792 rc = ioctl(my_obj->ctrl_fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub); in mm_camera_evt_sub() 1802 rc = ioctl(my_obj->ctrl_fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in mm_camera_evt_sub()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 467 struct v4l2_event_subscription sub; in subscribe_to_events() local 470 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 478 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 479 sub.type = event_type[i]; in subscribe_to_events() 480 rc = ioctl(fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in subscribe_to_events() 483 DEBUG_PRINT_ERROR("Failed to subscribe event: 0x%x", sub.type); in subscribe_to_events() 490 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 491 sub.type = event_type[i]; in subscribe_to_events() 492 rc = ioctl(fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub); in subscribe_to_events() 495 DEBUG_PRINT_ERROR("Failed to unsubscribe event: 0x%x", sub.type); in subscribe_to_events() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 562 struct v4l2_event_subscription sub; in subscribe_to_events() local 565 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 573 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 574 sub.type = event_type[i]; in subscribe_to_events() 575 rc = ioctl(fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in subscribe_to_events() 578 DEBUG_PRINT_ERROR("Failed to subscribe event: 0x%x", sub.type); in subscribe_to_events() 585 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 586 sub.type = event_type[i]; in subscribe_to_events() 587 rc = ioctl(fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub); in subscribe_to_events() 590 DEBUG_PRINT_ERROR("Failed to unsubscribe event: 0x%x", sub.type); in subscribe_to_events() [all …]
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 452 struct v4l2_event_subscription sub; in subscribe_to_events() local 455 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 463 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 464 sub.type = event_type[i]; in subscribe_to_events() 465 rc = ioctl(fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in subscribe_to_events() 468 DEBUG_PRINT_ERROR("Failed to subscribe event: 0x%x", sub.type); in subscribe_to_events() 475 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 476 sub.type = event_type[i]; in subscribe_to_events() 477 rc = ioctl(fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub); in subscribe_to_events() 480 DEBUG_PRINT_ERROR("Failed to unsubscribe event: 0x%x", sub.type); in subscribe_to_events() [all …]
|
/hardware/qcom/msm8998/json-c/ |
D | RELEASE_CHECKLIST.txt | 35 config.sub configure depcomp install-sh \
|
D | config.h.in | 133 /* Define to the sub-directory in which libtool stores uninstalled libraries.
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 317 struct v4l2_event_subscription sub; in venc_open() local 318 sub.type=V4L2_EVENT_ALL; in venc_open() 319 ret = ioctl(m_nDriver_fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in venc_open() 443 struct v4l2_event_subscription sub; in venc_close() local 444 sub.type=V4L2_EVENT_ALL; in venc_close() 445 rc = ioctl(m_nDriver_fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub); in venc_close()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 479 struct v4l2_event_subscription sub; in subscribe_to_events() local 482 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 490 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 491 sub.type = event_type[i]; in subscribe_to_events() 492 rc = ioctl(fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in subscribe_to_events() 495 DEBUG_PRINT_ERROR("Failed to subscribe event: 0x%x", sub.type); in subscribe_to_events() 502 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 503 sub.type = event_type[i]; in subscribe_to_events() 504 rc = ioctl(fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub); in subscribe_to_events() 507 DEBUG_PRINT_ERROR("Failed to unsubscribe event: 0x%x", sub.type); in subscribe_to_events() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 530 struct v4l2_event_subscription sub; in subscribe_to_events() local 533 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 541 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 542 sub.type = event_type[i]; in subscribe_to_events() 543 rc = ioctl(fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in subscribe_to_events() 546 DEBUG_PRINT_ERROR("Failed to subscribe event: 0x%x", sub.type); in subscribe_to_events() 553 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 554 sub.type = event_type[i]; in subscribe_to_events() 555 rc = ioctl(fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub); in subscribe_to_events() 558 DEBUG_PRINT_ERROR("Failed to unsubscribe event: 0x%x", sub.type); in subscribe_to_events() [all …]
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 223 * Copies a value into a single sub-Element of this Allocation. 233 * @param compIdx Component number to identify which sub-Element is updated 346 * Returns the value of a single sub-Element of this Allocation. 358 * @param compIdx Component number to identify which sub-Element is updated 576 * Retrieves an Element's sub Elements, specifically their identifiers, 580 * @param numSubElem Number of sub-Elements 583 * @return arraySizes Sizes of sub-Element arrays 683 * @return subID Message sub identifier
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 617 struct v4l2_event_subscription sub; in subscribe_to_events() local 626 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 627 sub.type = event_type[i]; in subscribe_to_events() 628 rc = ioctl(fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in subscribe_to_events() 630 DEBUG_PRINT_ERROR("Failed to subscribe event: 0x%x", sub.type); in subscribe_to_events() 636 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 637 sub.type = event_type[i]; in subscribe_to_events() 638 rc = ioctl(fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub); in subscribe_to_events() 640 DEBUG_PRINT_ERROR("Failed to unsubscribe event: 0x%x", sub.type); in subscribe_to_events() 651 struct v4l2_event_subscription sub; in unsubscribe_to_events() local [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 715 struct v4l2_event_subscription sub; in subscribe_to_events() local 724 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 725 sub.type = event_type[i]; in subscribe_to_events() 726 rc = ioctl(fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in subscribe_to_events() 728 DEBUG_PRINT_ERROR("Failed to subscribe event: 0x%x", sub.type); in subscribe_to_events() 734 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 735 sub.type = event_type[i]; in subscribe_to_events() 736 rc = ioctl(fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub); in subscribe_to_events() 738 DEBUG_PRINT_ERROR("Failed to unsubscribe event: 0x%x", sub.type); in subscribe_to_events() 749 struct v4l2_event_subscription sub; in unsubscribe_to_events() local [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 622 struct v4l2_event_subscription sub; in subscribe_to_events() local 631 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 632 sub.type = event_type[i]; in subscribe_to_events() 633 rc = ioctl(fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in subscribe_to_events() 635 DEBUG_PRINT_ERROR("Failed to subscribe event: 0x%x", sub.type); in subscribe_to_events() 641 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 642 sub.type = event_type[i]; in subscribe_to_events() 643 rc = ioctl(fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub); in subscribe_to_events() 645 DEBUG_PRINT_ERROR("Failed to unsubscribe event: 0x%x", sub.type); in subscribe_to_events() 656 struct v4l2_event_subscription sub; in unsubscribe_to_events() local [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 707 struct v4l2_event_subscription sub; in subscribe_to_events() local 716 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 717 sub.type = event_type[i]; in subscribe_to_events() 718 rc = ioctl(fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in subscribe_to_events() 720 DEBUG_PRINT_ERROR("Failed to subscribe event: 0x%x", sub.type); in subscribe_to_events() 726 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 727 sub.type = event_type[i]; in subscribe_to_events() 728 rc = ioctl(fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub); in subscribe_to_events() 730 DEBUG_PRINT_ERROR("Failed to unsubscribe event: 0x%x", sub.type); in subscribe_to_events() 741 struct v4l2_event_subscription sub; in unsubscribe_to_events() local [all …]
|
D | omx_vdec_msm8974.cpp | 732 struct v4l2_event_subscription sub; in subscribe_to_events() local 741 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 742 sub.type = event_type[i]; in subscribe_to_events() 743 rc = ioctl(fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in subscribe_to_events() 745 DEBUG_PRINT_ERROR("Failed to subscribe event: 0x%x", sub.type); in subscribe_to_events() 751 memset(&sub, 0, sizeof(sub)); in subscribe_to_events() 752 sub.type = event_type[i]; in subscribe_to_events() 753 rc = ioctl(fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub); in subscribe_to_events() 755 DEBUG_PRINT_ERROR("Failed to unsubscribe event: 0x%x", sub.type); in subscribe_to_events() 766 struct v4l2_event_subscription sub; in unsubscribe_to_events() local [all …]
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssNavigationMessageCallback.hal | 111 * contains a sub-index within the current message (or frame) that is being
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 173 * sub format field (lower 24 bits). 175 * The main format indicates the main codec type. The sub format field indicates 176 * options and parameters for each format. The sub format is mainly used for
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 187 * sub format field (lower 24 bits). 189 * The main format indicates the main codec type. The sub format field indicates 190 * options and parameters for each format. The sub format is mainly used for
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 682 struct v4l2_event_subscription sub; in subscribe_to_events() local 690 sub.type = V4L2_EVENT_ALL; in subscribe_to_events() 691 rc = ioctl(fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in subscribe_to_events() 694 DEBUG_PRINT_ERROR("Failed to subscribe event: 0x%x\n", sub.type); in subscribe_to_events() 706 struct v4l2_event_subscription sub; in unsubscribe_to_events() local 715 memset(&sub, 0, sizeof(sub)); in unsubscribe_to_events() 716 sub.type = V4L2_EVENT_ALL; in unsubscribe_to_events() 717 rc = ioctl(fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub); in unsubscribe_to_events() 719 DEBUG_PRINT_ERROR("Failed to unsubscribe event: 0x%x\n", sub.type); in unsubscribe_to_events()
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 475 * Looks up sub-tensors in the input tensor. 479 * The output tensor is the concatenation of sub-tensors of Values as 502 * * 1: Values. An n-D tensor, where n >= 2, from which sub-tensors are 574 * Looks up sub-tensors in the input tensor using a key-value map. 579 * indexes. The output tensor is the concatenation of sub-tensors of 587 * For a hit, the corresponding sub-tensor of Values is included 588 * in the Output tensor. For a miss, the corresponding sub-tensor in 612 * in Keys (Keys[i]) is the key to select the ith sub-tensor in Values
|