Home
last modified time | relevance | path

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

/system/core/adf/libadf/include/adf/
Dadf.h26 typedef __u32 adf_id_t; typedef
29 adf_id_t id;
43 ssize_t adf_devices(adf_id_t **ids);
50 int adf_device_open(adf_id_t id, int flags, struct adf_device *dev);
74 adf_id_t *interfaces, size_t n_interfaces,
80 int adf_device_attach(struct adf_device *dev, adf_id_t overlay_engine,
81 adf_id_t interface);
85 int adf_device_detach(struct adf_device *dev, adf_id_t overlay_engine,
86 adf_id_t interface);
93 ssize_t adf_interfaces(struct adf_device *dev, adf_id_t **interfaces);
[all …]
/system/core/adf/libadf/
Dadf.c34 static ssize_t adf_find_nodes(const char *pattern, adf_id_t **ids) in adf_find_nodes()
40 adf_id_t *ids_ret = NULL; in adf_find_nodes()
48 adf_id_t id; in adf_find_nodes()
58 adf_id_t *new_ids = realloc(ids_ret, (n + 1) * sizeof(ids_ret[0])); in adf_find_nodes()
82 ssize_t adf_devices(adf_id_t **ids) in adf_devices()
87 int adf_device_open(adf_id_t id, int flags, struct adf_device *dev) in adf_device_open()
161 adf_id_t *interfaces, size_t n_interfaces, in adf_device_post()
184 adf_id_t overlay_engine, adf_id_t interface, bool attach) in adf_device_attachment()
200 int adf_device_attach(struct adf_device *dev, adf_id_t overlay_engine, in adf_device_attach()
201 adf_id_t interface) in adf_device_attach()
[all …]
/system/core/adf/libadf/tests/
Dadf_test.cpp146 adf_id_t intf_id;
148 adf_id_t eng_id;
152 const static adf_id_t dev_id = 0;
170 adf_id_t *devs; in TEST()