8cac66dc34
The binder_device in microdroid has been removed in aosp/2310572. Bug: 222479468 Test: atest MicrodroidTests MicrodroidHostTests Change-Id: Ie87e3b5ca1afc4046d5b35cba5fc2f99bbc09f43
39 lines
1.2 KiB
Text
39 lines
1.2 KiB
Text
type ashmem_device, dev_type;
|
|
type ashmem_libcutils_device, dev_type;
|
|
type block_device, dev_type;
|
|
type console_device, dev_type;
|
|
type device, dev_type, fs_type;
|
|
type dm_device, dev_type;
|
|
type dm_user_device, dev_type;
|
|
type dmabuf_heap_device, dev_type, dmabuf_heap_device_type;
|
|
type dmabuf_system_heap_device, dev_type, dmabuf_heap_device_type;
|
|
type dmabuf_system_secure_heap_device, dev_type, dmabuf_heap_device_type;
|
|
type fuse_device, dev_type;
|
|
type hw_random_device, dev_type;
|
|
type kmsg_debug_device, dev_type;
|
|
type kmsg_device, dev_type;
|
|
type kvm_device, dev_type;
|
|
type loop_control_device, dev_type;
|
|
type loop_device, dev_type;
|
|
type null_device, dev_type;
|
|
type open_dice_device, dev_type;
|
|
type owntty_device, dev_type;
|
|
type ppp_device, dev_type;
|
|
type properties_device, dev_type;
|
|
type properties_serial, dev_type;
|
|
type property_info, dev_type;
|
|
type ptmx_device, dev_type;
|
|
type ram_device, dev_type;
|
|
type random_device, dev_type;
|
|
type rtc_device, dev_type;
|
|
type serial_device, dev_type;
|
|
type log_device, dev_type;
|
|
type socket_device, dev_type;
|
|
type tty_device, dev_type;
|
|
type tun_device, dev_type;
|
|
type uhid_device, dev_type;
|
|
type uio_device, dev_type;
|
|
type userdata_sysdev, dev_type;
|
|
type vd_device, dev_type;
|
|
type vsock_device, dev_type;
|
|
type zero_device, dev_type;
|