Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/device/google/sunfish/
Dinit.msm.usb.configfs.rc31 rm /config/usb_gadget/g1/configs/b.1/f1
32 rm /config/usb_gadget/g1/configs/b.1/f2
33 rm /config/usb_gadget/g1/configs/b.1/f3
34 rm /config/usb_gadget/g1/configs/b.1/f4
35 rm /config/usb_gadget/g1/configs/b.1/f5
36 rm /config/usb_gadget/g1/configs/b.1/f6
37 rm /config/usb_gadget/g1/configs/b.1/f7
38 rm /config/usb_gadget/g1/configs/b.1/f8
39 rm /config/usb_gadget/g1/configs/b.1/f9
42 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "msc"
[all …]
Dinit.hardware.usb.rc41 mkdir /config/usb_gadget/g1/configs/b.1 0770
42 mkdir /config/usb_gadget/g1/configs/b.1/strings/0x409 0770
54 symlink /config/usb_gadget/g1/configs/b.1 /config/usb_gadget/g1/os_desc/b.1
69 chown system system /config/usb_gadget/g1/configs/b.1
70 chown system system /config/usb_gadget/g1/configs/b.1/MaxPower
71 chown system system /config/usb_gadget/g1/configs/b.1/bmAttributes
72 chown system system /config/usb_gadget/g1/configs/b.1/strings
106 chown system system /config/usb_gadget/g1/os_desc/b.1
107 chown system system /config/usb_gadget/g1/os_desc/b.1/MaxPower
108 chown system system /config/usb_gadget/g1/os_desc/b.1/bmAttributes
[all …]
/device/google/redbull/
Dinit.msm.usb.configfs.rc31 rm /config/usb_gadget/g1/configs/b.1/f1
32 rm /config/usb_gadget/g1/configs/b.1/f2
33 rm /config/usb_gadget/g1/configs/b.1/f3
34 rm /config/usb_gadget/g1/configs/b.1/f4
35 rm /config/usb_gadget/g1/configs/b.1/f5
36 rm /config/usb_gadget/g1/configs/b.1/f6
37 rm /config/usb_gadget/g1/configs/b.1/f7
38 rm /config/usb_gadget/g1/configs/b.1/f8
39 rm /config/usb_gadget/g1/configs/b.1/f9
42 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "msc"
[all …]
Dinit.hardware.usb.rc41 mkdir /config/usb_gadget/g1/configs/b.1 0770
54 symlink /config/usb_gadget/g1/configs/b.1 /config/usb_gadget/g1/os_desc/b.1
74 rm /config/usb_gadget/g1/configs/b.1/f1
75 rm /config/usb_gadget/g1/configs/b.1/f2
76 rm /config/usb_gadget/g1/configs/b.1/f3
77 rm /config/usb_gadget/g1/configs/b.1/f4
78 rm /config/usb_gadget/g1/configs/b.1/f5
79 rm /config/usb_gadget/g1/configs/b.1/f6
80 rm /config/usb_gadget/g1/configs/b.1/f7
81 rm /config/usb_gadget/g1/configs/b.1/f8
[all …]
/device/google/coral/
Dinit.msm.usb.configfs.rc31 rm /config/usb_gadget/g1/configs/b.1/f1
32 rm /config/usb_gadget/g1/configs/b.1/f2
33 rm /config/usb_gadget/g1/configs/b.1/f3
34 rm /config/usb_gadget/g1/configs/b.1/f4
35 rm /config/usb_gadget/g1/configs/b.1/f5
36 rm /config/usb_gadget/g1/configs/b.1/f6
37 rm /config/usb_gadget/g1/configs/b.1/f7
38 rm /config/usb_gadget/g1/configs/b.1/f8
39 rm /config/usb_gadget/g1/configs/b.1/f9
42 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "msc"
[all …]
Dinit.hardware.usb.rc41 mkdir /config/usb_gadget/g1/configs/b.1 0770
53 symlink /config/usb_gadget/g1/configs/b.1 /config/usb_gadget/g1/os_desc/b.1
68 chown system system /config/usb_gadget/g1/configs/b.1
69 chown system system /config/usb_gadget/g1/configs/b.1/MaxPower
70 chown system system /config/usb_gadget/g1/configs/b.1/bmAttributes
71 chown system system /config/usb_gadget/g1/configs/b.1/strings
106 chown system system /config/usb_gadget/g1/os_desc/b.1
107 chown system system /config/usb_gadget/g1/os_desc/b.1/MaxPower
108 chown system system /config/usb_gadget/g1/os_desc/b.1/bmAttributes
109 chown system system /config/usb_gadget/g1/os_desc/b.1/strings
[all …]
/device/google/sunfish/json-c/
Dlinkhash.c158 #define mix(a,b,c) \ argument
160 a -= c; a ^= rot(c, 4); c += b; \
161 b -= a; b ^= rot(a, 6); a += c; \
162 c -= b; c ^= rot(b, 8); b += a; \
163 a -= c; a ^= rot(c,16); c += b; \
164 b -= a; b ^= rot(a,19); a += c; \
165 c -= b; c ^= rot(b, 4); b += a; \
193 #define final(a,b,c) \ argument
195 c ^= b; c -= rot(b,14); \
197 b ^= a; b -= rot(a,25); \
[all …]
/device/google/redbull/json-c/
Dlinkhash.c158 #define mix(a,b,c) \ argument
160 a -= c; a ^= rot(c, 4); c += b; \
161 b -= a; b ^= rot(a, 6); a += c; \
162 c -= b; c ^= rot(b, 8); b += a; \
163 a -= c; a ^= rot(c,16); c += b; \
164 b -= a; b ^= rot(a,19); a += c; \
165 c -= b; c ^= rot(b, 4); b += a; \
193 #define final(a,b,c) \ argument
195 c ^= b; c -= rot(b,14); \
197 b ^= a; b -= rot(a,25); \
[all …]
/device/google/coral/json-c/
Dlinkhash.c158 #define mix(a,b,c) \ argument
160 a -= c; a ^= rot(c, 4); c += b; \
161 b -= a; b ^= rot(a, 6); a += c; \
162 c -= b; c ^= rot(b, 8); b += a; \
163 a -= c; a ^= rot(c,16); c += b; \
164 b -= a; b ^= rot(a,19); a += c; \
165 c -= b; c ^= rot(b, 4); b += a; \
193 #define final(a,b,c) \ argument
195 c ^= b; c -= rot(b,14); \
197 b ^= a; b -= rot(a,25); \
[all …]
/device/google/cuttlefish/host/frontend/webrtc_operator/certs/
Dtrusted.pem5 5b:12:83:24:00:64:74:65:b5:10:1d:8b:d4:ab:2b:66:47:45:ad:7f
19 e7:44:83:b5:55:be:ec:37:f5:a7:f5:fc:4c:41:0b:
21 3b:f3:d8:2d:ef:6e:bc:89:ba:55:ed:04:35:d7:b6:
22 a8:78:47:70:ee:4a:4e:ba:42:94:1b:ce:d0:ed:b6:
23 56:96:c6:77:15:7f:e7:c5:2b:f5:1e:7b:f9:04:00:
24 71:a3:4b:b2:33:cb:6f:e4:a1:97:5b:04:7c:6e:c9:
25 85:08:21:2b:f2:2d:80:b6:09:4e:9f:25:52:57:71:
26 32:d7:c5:5b:fe:68:2d:f8:4e:18:13:a5:a8:6d:30:
30 71:43:e3:2b:cd:ce:c7:93:41:49:a9:49:53:e9:61:
32 b4:08:60:7f:85:2a:3f:fe:ea:eb:52:ed:8b:11:40:
[all …]
/device/google/gs101-sepolicy/tracking_denials/
Dbug_map2 chre vendor_data_file dir b/301948771
3 dump_display sysfs file b/340722772
4 hal_power_default hal_power_default capability b/240632824
5 hal_sensors_default sysfs file b/340723303
6 hal_vibrator_default default_android_service service_manager b/317316478
7 incidentd debugfs_wakeup_sources file b/282626428
8 incidentd incidentd anon_inode b/282626428
9 kernel dm_device blk_file b/315907959
10 kernel kernel capability b/340722537
11 kernel kernel capability b/340723030
[all …]
/device/google/cuttlefish_prebuilts/bootloader/crosvm_x86_64/
DSystem.map2747 fff69b60 b i440fx
2748 fff69b70 b idt
2749 fff6a370 b idt_ptr
2750 fff6a378 b irq_handlers
2751 fff6a438 b spurious_irq_cnt
2752 fff6a43c b state
2753 fff6a458 b images
2754 fff6a7ac b get_console.console
2755 fff6a7b0 b block
2756 fff6a7b4 b partition_data
[all …]
/device/google/gs201-sepolicy/tracking_denials/
Dbug_map1 hal_face_default traced_producer_socket sock_file b/305600808
2 hal_power_default hal_power_default capability b/237492146
3 hal_sensors_default sysfs file b/336451433
4 incidentd debugfs_wakeup_sources file b/282626428
5 incidentd incidentd anon_inode b/282626428
6 insmod-sh insmod-sh key b/336451874
7 kernel dm_device blk_file b/319403445
8 kernel kernel capability b/336451113
9 kernel tmpfs chr_file b/321731318
10 rfsd vendor_cbd_prop file b/317734397
[all …]
/device/google/zuma-sepolicy/tracking_denials/
Dbug_map1 dumpstate app_zygote process b/288049050
2 hal_radioext_default radio_vendor_data_file file b/312590044
3 hal_vibrator_default default_android_service service_manager b/314054292
4 incidentd debugfs_wakeup_sources file b/288049561
5 incidentd incidentd anon_inode b/288049561
6 insmod-sh insmod-sh key b/274374722
7 kernel dm_device blk_file b/319403445
8 mtectrl unlabeled dir b/264483752
9 pixelstats_vendor sysfs file b/299553682
10 shell sysfs_net file b/330081782
[all …]
/device/google/cuttlefish_prebuilts/bootloader/qemu_x86_64/
DSystem.map2847 fff6ccc4 b i440fx
2848 fff6ccc8 b ap_callbacks
2849 fff6cccc b mp_info.0
2850 fff6ccd0 b mp_info.1
2851 fff6ccd4 b load_sipi_vector.msr_save
2852 fff6cee0 b idt
2853 fff6d6e0 b idt_ptr
2854 fff6d6e8 b irq_handlers
2855 fff6d7a8 b spurious_irq_cnt
2856 fff6d7ac b isa_irq_occupied
[all …]
/device/google/cuttlefish_prebuilts/bootloader/qemu_arm/
DSystem.map2163 0006623b r env_help_text
2167 0006645b r extract_keymint_relevant_data.system_version_key
2454 00079c80 b get_console.console
2455 00079c84 b block
2456 00079c88 b partition_data
2457 00079d40 b bcb
2458 0007a540 b image_addr
2459 0007a544 b image_size
2460 0007a548 b bootefi_device_path
2461 0007a54c b bootefi_image_path
[all …]
/device/google/cuttlefish_prebuilts/bootloader/crosvm_aarch64/
DSystem.map2139 000000000006688b R _ctype
2448 00000000000868e0 b get_console.console
2449 00000000000868e8 b block
2450 00000000000868f0 b partition_data
2451 00000000000869c0 b bcb
2452 00000000000871c0 b image_addr
2453 00000000000871c8 b image_size
2454 00000000000871d0 b bootefi_device_path
2455 00000000000871d8 b bootefi_image_path
2456 00000000000871e0 b avail_row
[all …]
/device/google/coral-sepolicy/tracking_denials/
Dbug_map1 dumpstate app_zygote process b/238263963
2 dumpstate dumpstate binder b/238953877
3 dumpstate system_data_file dir b/238837224
4 hal_drm_widevine default_prop file b/238263778
5 hal_power_default hal_power_default capability b/238263962
6 rfs_access unlabeled dir b/238705225
7 shell adb_keys_file file b/238836599
8 shell cache_file lnk_file b/238836599
9 shell init_exec lnk_file b/238836599
10 shell linkerconfig_file dir b/238836599
[all …]
/device/google/cuttlefish_prebuilts/bootloader/qemu_aarch64/
DSystem.map2439 0000000000086ca0 b get_console.console
2440 0000000000086ca8 b block
2441 0000000000086cb0 b partition_data
2442 0000000000086d80 b bcb
2443 0000000000087580 b image_addr
2444 0000000000087588 b image_size
2445 0000000000087590 b bootefi_device_path
2446 0000000000087598 b bootefi_image_path
2447 00000000000875a0 b avail_row
2448 00000000000875a4 b eficonfig_init.init
[all …]
/device/google/sunfish-sepolicy/vendor/google/
Dbug_map1 audioserver vendor_file file b/310991726
2 cnd wifi_hal_prop file b/162700455
3 google_camera_app selinuxfs file b/175910397
4 hal_health_default unlabeled file b/156200409
5 hal_neuralnetworks_default default_prop file b/159570217
6 hal_vibrator_default default_prop file b/162700134
7 init_qti_chg_policy sysfs_charge file b/162702119
8 pixelstats_vendor sysfs file b/161875858
9 platform_app default_android_hwservice hwservice_manager b/156059972
10 shell debugfs file b/175106535
[all …]
/device/google/contexthub/util/nanoapp_sign/
Dtest_modulus2 b0:05:9f:88:e1:0b:c9:2b:83:74:6d:1d:e0:04:e4:
4 48:88:e6:d8:5e:4d:3c:b6:5b:09:1a:c5:9a:fc:d8:
7 b3:e9:3b:a8:0a:9a:88:49:66:1f:92:8a:38:42:68:
8 c5:f2:e8:36:2b:a1:7b:f9:c8:21:98:46:cd:0e:92:
9 14:7f:a4:f7:99:bc:8b:1b:c2:01:c2:65:ee:f7:44:
12 fe:3c:f0:4b:ed:12:f7:dc:6b:94:a9:f0:84:4f:95:
14 af:9e:11:7c:72:83:eb:31:b0:3a:77:38:4f:ec:0b:
15 70:0e:08:11:01:5b:83:6e:5a:e9:3b:e5:27:17:3d:
16 94:0f:43:33:7f:77:dd:13:82:a8:71:b7:10:72:1b:
17 55:0d:72:f2:a9:2a:b3:a9:75:35:0a:50:d0:54:2b:
/device/google/zumapro-sepolicy/tracking_denials/
Dbug_map2 dump_display sysfs file b/322917055
3 dumpstate image_processing_hal binder b/322916328
4 dumpstate image_processing_server binder b/322916328
5 hal_audio_default fwk_stats_service service_manager b/340369535
6 hal_audio_default traced_producer_socket sock_file b/340369535
7 hal_gnss_default vendor_gps_prop file b/318310869
8 incidentd incidentd anon_inode b/322917075
9 sctd sctd tcp_socket b/309550514
10 sctd swcnd unix_stream_socket b/309550514
11 sctd vendor_persist_config_default_prop file b/309550514
[all …]
/device/google/contexthub/lib/nanohub/
Dsha2.c37 #define STRINFIGY2(b) #b argument
38 #define STRINGIFY(b) STRINFIGY2(b) argument
39 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret… argument
68 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
83 b = state->h[1]; in sha2processBlock()
97 uint32_t maj = (a & b) ^ (a & c) ^ (b & c); in sha2processBlock()
105 c = b; in sha2processBlock()
106 b = a; in sha2processBlock()
112 state->h[1] += b; in sha2processBlock()
133 memcpy(state->b + state->bufBytesUsed, inBytes, bytesToCopy); in sha2processBytes()
[all …]
/device/google/tangorpro/uwb/
DUWB-calibration-jp.conf105b:0a:66:ea:c3:09:a4:ea:0a:09:cd:ea:66:08:0a:eb:ae:07:33:eb:f6:06:48:eb:52:06:71:eb:9a:05:c3:eb:e1:…
106b:0a:29:ee:c3:09:3d:ee:0a:09:cd:ee:66:08:c3:ef:ae:07:f6:f0:f6:06:3d:f2:52:06:52:f2:9a:05:cd:f2:e1:…
107b:0a:e1:ec:c3:09:14:ee:0a:09:d7:ef:66:08:8f:f2:ae:07:00:f6:f6:06:cd:f6:52:06:33:f7:9a:05:d7:f7:e1:…
108b:0a:c3:ef:c3:09:00:f0:0a:09:14:f0:66:08:7b:f0:ae:07:48:f1:f6:06:00:f2:52:06:c3:f3:9a:05:00:f6:e1:…
DUWB-calibration-tw.conf105b:0a:66:ea:c3:09:a4:ea:0a:09:cd:ea:66:08:0a:eb:ae:07:33:eb:f6:06:48:eb:52:06:71:eb:9a:05:c3:eb:e1:…
106b:0a:29:ee:c3:09:3d:ee:0a:09:cd:ee:66:08:c3:ef:ae:07:f6:f0:f6:06:3d:f2:52:06:52:f2:9a:05:cd:f2:e1:…
107b:0a:e1:ec:c3:09:14:ee:0a:09:d7:ef:66:08:8f:f2:ae:07:00:f6:f6:06:cd:f6:52:06:33:f7:9a:05:d7:f7:e1:…
108b:0a:c3:ef:c3:09:00:f0:0a:09:14:f0:66:08:7b:f0:ae:07:48:f1:f6:06:00:f2:52:06:c3:f3:9a:05:00:f6:e1:…

12345678910>>...30