Home
last modified time | relevance | path

Searched defs:create_device (Results 1 – 14 of 14) sorted by relevance

/external/pandora/avatar/avatar/controllers/
Dpandora_device.py24 def create_device(config: Dict[str, Any]) -> PandoraClient: function
/external/ltp/testcases/kernel/input/
Dinput_helper.c188 void create_device(int fd) in create_device() function
/external/libiio/src/
Dxml.c230 static struct iio_device * create_device(struct iio_context *ctx, xmlNode *n) in create_device() function
Dlocal.c1722 static int create_device(void *d, const char *path) in create_device() function
/external/mesa3d/src/gbm/main/
Dgbmint.h133 struct gbm_device *(*create_device)(int fd); member
/external/rust/crates/ash/src/
Dinstance.rs252 pub unsafe fn create_device( in create_device() method
/external/crosvm/hypervisor/src/haxm/
Dvm.rs301 fn create_device(&self, _kind: DeviceKind) -> Result<SafeDescriptor> { in create_device() method
/external/crosvm/hypervisor/src/whpx/
Dvm.rs512 fn create_device(&self, _kind: DeviceKind) -> Result<SafeDescriptor> { in create_device() method
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h472 void (*create_device)(const SP_Platform* platform, member
/external/crosvm/hypervisor/src/
Dlib.rs117 fn create_device(&self, kind: DeviceKind) -> Result<SafeDescriptor>; in create_device() method
/external/crosvm/hypervisor/src/gunyah/
Dmod.rs499 fn create_device(&self, _kind: DeviceKind) -> Result<SafeDescriptor> { in create_device() method
/external/crosvm/hypervisor/src/kvm/
Dmod.rs635 fn create_device(&self, kind: DeviceKind) -> Result<SafeDescriptor> { in create_device() method
/external/crosvm/hypervisor/src/geniezone/
Dmod.rs964 fn create_device(&self, _kind: DeviceKind) -> Result<SafeDescriptor> { in create_device() method
/external/rust/crates/ash/src/vk/
Dfeatures.rs258 pub create_device: PFN_vkCreateDevice, field
452 unsafe extern "system" fn create_device( in load() function
632 pub unsafe fn create_device( in create_device() method