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

  /system/core/adf/libadf/include/video/
adf.h 106 struct adf_post_config_v2 { struct
205 #define ADF_POST_CONFIG_V2 _IOW(ADF_IOCTL_TYPE, 11, struct adf_post_config_v2)
  /system/core/adf/libadf/original-kernel-headers/video/
adf.h 143 * This request is equivalent to &struct adf_post_config_v2 with
169 * struct adf_post_config_v2 - request to flip to a new set of buffers
182 struct adf_post_config_v2 { struct
380 #define ADF_POST_CONFIG_V2 _IOW(ADF_IOCTL_TYPE, 11, \
381 struct adf_post_config_v2)
  /system/core/adf/libadf/
adf.cpp 173 struct adf_post_config_v2 data;
184 err = ioctl(dev->fd, ADF_POST_CONFIG_V2, &data);

Completed in 533 milliseconds