Home
last modified time | relevance | path

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

/system/core/deprecated-adf/libadf/include/adf/
Dadf.h50 int adf_device_open(adf_id_t id, int flags, struct adf_device *dev);
/system/core/deprecated-adf/libadf/tests/
Dadf_test.cpp30 int err = adf_device_open(dev_id, O_RDWR, &dev); in SetUp()
/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() function