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

  /system/core/adf/libadf/include/video/
adf.h 95 struct adf_post_config { struct
194 #define ADF_POST_CONFIG _IOW(ADF_IOCTL_TYPE, 2, struct adf_post_config)
  /system/core/adf/libadf/original-kernel-headers/video/
adf.h 111 * struct adf_buffer_config - description of buffer displayed by adf_post_config
141 * struct adf_post_config - request to flip to a new set of buffers
155 struct adf_post_config { struct
362 #define ADF_POST_CONFIG _IOW(ADF_IOCTL_TYPE, 2, struct adf_post_config)
  /system/core/adf/libadf/
adf.cpp 148 struct adf_post_config data;
158 err = ioctl(dev->fd, ADF_POST_CONFIG, &data);

Completed in 50 milliseconds