Searched defs:create_device (Results 1 – 11 of 11) sorted by relevance
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/ |
D | devices.py | 42 def create_device(self, system_name, channel, **kwargs): member in DevicesClient
|
/external/autotest/client/common_lib/cros/fake_device_server/ |
D | devices.py | 81 def create_device(self, api_key, device_config): member in Devices
|
/external/adhd/cras/src/tests/ |
D | dev_io_stubs.cc | 132 DevicePtr create_device(CRAS_STREAM_DIRECTION direction, in create_device() function
|
/external/libiio/src/ |
D | xml.c | 230 static struct iio_device * create_device(struct iio_context *ctx, xmlNode *n) in create_device() function
|
D | local.c | 1722 static int create_device(void *d, const char *path) in create_device() function
|
/external/ltp/testcases/kernel/input/ |
D | input_helper.c | 188 void create_device(int fd) in create_device() function
|
/external/mesa3d/src/gbm/main/ |
D | gbmint.h | 133 struct gbm_device *(*create_device)(int fd); member
|
/external/crosvm/hypervisor/src/ |
D | lib.rs | 88 fn create_device(&self, kind: DeviceKind) -> Result<SafeDescriptor>; in create_device() method
|
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor.h | 448 void (*create_device)(const SP_Platform* platform, member
|
D | stream_executor_test.cc | 175 void create_device(const SP_Platform* platform, SE_CreateDeviceParams* params, in create_device() function
|
/external/crosvm/hypervisor/src/kvm/ |
D | mod.rs | 525 fn create_device(&self, kind: DeviceKind) -> Result<SafeDescriptor> { in create_device() method
|