Home
last modified time | relevance | path

Searched defs:fd_array (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/qcom/bt/msm8960/libbt-vendor/src/
H A Dbt_vendor_qcom.c144 int (*fd_array)[] = (int (*) []) param; in op() local
/aosp12/hardware/broadcom/libbt/src/
H A Dbt_vendor_brcm.c181 int (*fd_array)[] = (int (*)[]) param; in op() local
/aosp12/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dbt_vendor_qcom.c710 int (*fd_array)[] = (int (*)[]) param; in op() local
718 int (*fd_array)[] = (int (*) []) param; in op() local
/aosp12/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dbt_vendor_qcom.c730 int (*fd_array)[] = (int (*)[]) param; in op() local
738 int (*fd_array)[] = (int (*) []) param; in op() local
/aosp12/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dbt_vendor_qcom.c757 int (*fd_array)[] = (int (*)[]) param; in op() local
765 int (*fd_array)[] = (int (*) []) param; in op() local
/aosp12/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dbt_vendor_qcom.c827 int (*fd_array)[] = (int (*)[]) param; in op() local
835 int (*fd_array)[] = (int (*) []) param; in op() local
/aosp12/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
H A Dbt_vendor_qcom.c863 int (*fd_array)[] = (int (*)[]) param; in __op() local
871 int (*fd_array)[] = (int (*) []) param; in __op() local
/aosp12/hardware/qcom/sdm845/bt/libbt-vendor/src/
H A Dbt_vendor_qcom.c867 int (*fd_array)[] = (int (*)[]) param; in __op() local
875 int (*fd_array)[] = (int (*) []) param; in __op() local
/aosp12/frameworks/native/libs/vr/libbufferhub/
H A Dion_buffer.cpp122 int IonBuffer::Import(const int* fd_array, int fd_count, const int* int_array, in Import()
/aosp12/system/libhwbinder/
H A DParcel.cpp869 struct binder_fd_array_object fd_array { in writeNativeHandleNoDup() struct