Home
last modified time | relevance | path

Searched refs:adf_device_data (Results 1 – 5 of 5) sorted by relevance

/system/core/deprecated-adf/libadf/original-kernel-headers/video/
Dadf.h283 struct adf_device_data { struct
365 #define ADF_GET_DEVICE_DATA _IOR(ADF_IOCTL_TYPE, 4, struct adf_device_data)
/system/core/deprecated-adf/libadf/include/video/
Dadf.h146 struct adf_device_data { struct
196 #define ADF_GET_DEVICE_DATA _IOR(ADF_IOCTL_TYPE, 4, struct adf_device_data)
/system/core/deprecated-adf/libadf/include/adf/
Dadf.h61 int adf_get_device_data(struct adf_device *dev, struct adf_device_data *data);
65 void adf_free_device_data(struct adf_device_data *data);
/system/core/deprecated-adf/libadf/
Dadf.cpp103 int adf_get_device_data(struct adf_device *dev, struct adf_device_data *data) in adf_get_device_data()
132 void adf_free_device_data(struct adf_device_data *data) in adf_free_device_data()
236 struct adf_device_data data; in adf_interfaces_for_overlay_engine()
451 struct adf_device_data data; in adf_overlay_engines_for_interface()
/system/core/deprecated-adf/libadf/tests/
Dadf_test.cpp201 adf_device_data data; in TEST_F()