Home
last modified time | relevance | path

Searched refs:adf_device (Results 1 – 3 of 3) sorted by relevance

/system/core/deprecated-adf/libadf/include/adf/
Dadf.h28 struct adf_device { struct
50 int adf_device_open(adf_id_t id, int flags, struct adf_device *dev); argument
54 void adf_device_close(struct adf_device *dev);
61 int adf_get_device_data(struct adf_device *dev, struct adf_device_data *data);
73 int adf_device_post(struct adf_device *dev,
93 int adf_device_post_v2(struct adf_device *dev,
103 int adf_device_attach(struct adf_device *dev, adf_id_t overlay_engine,
108 int adf_device_detach(struct adf_device *dev, adf_id_t overlay_engine,
116 ssize_t adf_interfaces(struct adf_device *dev, adf_id_t **interfaces);
124 ssize_t adf_interfaces_for_overlay_engine(struct adf_device *dev,
[all …]
/system/core/deprecated-adf/libadf/
Dadf.cpp83 int adf_device_open(adf_id_t id, int flags, struct adf_device *dev) in adf_device_open()
97 void adf_device_close(struct adf_device *dev) in adf_device_close()
103 int adf_get_device_data(struct adf_device *dev, struct adf_device_data *data) in adf_get_device_data()
142 int adf_device_post(struct adf_device *dev, in adf_device_post()
165 int adf_device_post_v2(struct adf_device *dev, in adf_device_post_v2()
196 static int adf_device_attachment(struct adf_device *dev, in adf_device_attachment()
213 int adf_device_attach(struct adf_device *dev, adf_id_t overlay_engine, in adf_device_attach()
219 int adf_device_detach(struct adf_device *dev, adf_id_t overlay_engine, in adf_device_detach()
225 ssize_t adf_interfaces(struct adf_device *dev, adf_id_t **interfaces) in adf_interfaces()
233 ssize_t adf_interfaces_for_overlay_engine(struct adf_device *dev, in adf_interfaces_for_overlay_engine()
[all …]
/system/core/deprecated-adf/libadf/tests/
Dadf_test.cpp164 adf_device dev;