HomeSort by relevance Sort by last modified time
    Searched refs:ADF_SIMPLE_POST_CONFIG_V2 (Results 1 - 3 of 3) sorted by null

  /system/core/adf/libadf/include/video/
adf.h 135 struct adf_simple_post_config_v2 { struct
206 #define ADF_SIMPLE_POST_CONFIG_V2 _IOW(ADF_IOCTL_TYPE, 12, struct adf_simple_post_config_v2)
  /system/core/adf/libadf/original-kernel-headers/video/
adf.h 232 * This request is equivalent to &struct adf_simple_post_config_v2 with
245 * struct adf_simple_post_config_v2 - request to flip to a single buffer without
254 struct adf_simple_post_config_v2 { struct
382 #define ADF_SIMPLE_POST_CONFIG_V2 \
384 struct adf_simple_post_config_v2)
  /system/core/adf/libadf/
adf.cpp 421 struct adf_simple_post_config_v2 data;
428 ret = ioctl(fd, ADF_SIMPLE_POST_CONFIG_V2, &data);

Completed in 45 milliseconds