Searched refs:vdc (Results 1 – 4 of 4) sorted by relevance
1 # vdc spawned from init for the following services:8 type vdc, domain;11 init_daemon_domain(vdc)13 unix_socket_connect(vdc, vold, vold)15 # vdc sends information back to dumpstate when "adb bugreport" is used16 allow vdc dumpstate:fd use;17 allow vdc dumpstate:unix_stream_socket { read write getattr };19 # vdc information is written to shell owned bugreport files20 allow vdc shell_data_file:file { write getattr };23 allow vdc dumpstate:unix_dgram_socket { read write };
52 # Execute and transition to the vdc domain53 domain_auto_trans(dumpstate, vdc_exec, vdc)
161 /system/bin/vdc u:object_r:vdc_exec:s0
84 class VeryDerivedC : public B, virtual public A {} vdc; variable