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

  /system/core/adf/libadf/include/video/
adf.h 130 struct adf_simple_post_config { struct
200 #define ADF_SIMPLE_POST_CONFIG _IOW(ADF_IOCTL_TYPE, 7, struct adf_simple_post_config)
  /system/core/adf/libadf/original-kernel-headers/video/
adf.h 229 * struct adf_simple_post_config - request to flip to a single buffer without
239 struct adf_simple_post_config { struct
371 #define ADF_SIMPLE_POST_CONFIG _IOW(ADF_IOCTL_TYPE, 7, \
372 struct adf_simple_post_config)
  /system/core/adf/libadf/
adf.cpp 402 struct adf_simple_post_config data;
407 ret = ioctl(fd, ADF_SIMPLE_POST_CONFIG, &data);

Completed in 55 milliseconds