Searched refs:domain (Results 1 – 25 of 107) sorted by relevance
12345
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/ |
D | ifreqs.cpp | 32 int domain; member 42 static SocketParams getSocketParams(int domain) { in getSocketParams() argument 43 if (socketParams.count(domain)) return socketParams.find(domain)->second; in getSocketParams() 46 params.domain = domain; in getSocketParams() 52 base::unique_fd sock(socket(sp.domain, sp.type, sp.protocol)); in trySend()
|
/hardware/google/pixel-sepolicy/connectivity_thermal_power_manager/ |
D | connectivity_thermal_power_manager.te | 1 # platform_apps cannot access PowerHAL, so we need to define our own domain. 2 # Since we're defining and moving CTPM to its own domain, we need to assign 5 type connectivity_thermal_power_manager, domain, coredomain, system_suspend_internal_server;
|
D | seapp_contexts | 1 user=_app seinfo=platform name=com.google.android.connectivitythermalpowermanager domain=connectivi…
|
/hardware/google/pixel-sepolicy/common/vendor/ |
D | te_macros | 3 # Defines a new domain for executables under /vendor/bin/dump 7 type $1, domain;
|
/hardware/google/pixel-sepolicy/mm/ |
D | init-mm-logging.sh.te | 1 type init-mm-logging-sh, domain; 6 dontaudit init-mm-logging-sh { domain -kernel }:{ file dir } *;
|
/hardware/google/pixel-sepolicy/wifi_diagnostic/ |
D | wifi_diagnostic.te | 1 type wifi_diagnostic, domain; 4 # make transition from init to its domain
|
/hardware/google/pixel-sepolicy/mm/gki/ |
D | init-mm-logging.sh.te | 1 type init-mm-logging-sh, domain; 6 dontaudit init-mm-logging-sh { domain -kernel }:{ file dir } *;
|
/hardware/google/pixel-sepolicy/wifi_sniffer/ |
D | wifi_sniffer.te | 1 type wifi_sniffer, domain; 5 # make transition from init to its domain
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | memorymodel.adoc | 664 the domain. 668 Each memory domain is considered the _dual_ of a scope, and vice versa. 694 except for shader call instance domain, 699 The shader call instance domain is at an implementation-dependent location 701 The shader call instance domain is not broader than the queue family 702 instance domain. 728 be made available from/visible to the shader via the device domain. 731 _Availability operations_, _visibility operations_, and _memory domain 739 * For a memory domain operation, the source scope is a memory domain and 740 the destination scope is a memory domain. [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_calibrated_timestamps.adoc | 36 * Add a new query type allowing the timestamp to be returned in a different domain (e.g. the host) 40 Returning a timestamp in a different domain via query operations is difficult as this would involve… 58 This extension provides four domains to the application; while the device domain is always availabl… 78 For Windows systems, `VK_TIME_DOMAIN_QUERY_PERFORMANCE_COUNTER_EXT` corresponds to the time domain … 80 Finally, the `VK_TIME_DOMAIN_DEVICE_EXT` is the time domain used by the device for all link:{refpag… 82 Implementations must always expose the device domain and at least one other domain when this extens… 105 … each element of `pTimestamps` will be a raw timestamp value in the time domain specified by the c… 111 === Should other time domain combinations be supported? 140 for each time domain Y != X
|
/hardware/google/pixel-sepolicy/turbo_adapter/public/ |
D | turbo_adapter.te | 1 type turbo_adapter, domain;
|
/hardware/google/pixel-sepolicy/wifi_perf_diag/ |
D | wifi_perf_diag.te | 1 type wifi_perf_diag, domain; 4 # make transition from init to its domain
|
/hardware/google/pixel-sepolicy/citadel/ |
D | citadel_provision.te | 1 type citadel_provision, domain;
|
D | wait_for_strongbox.te | 2 type wait_for_strongbox, domain;
|
D | hal_authsecret_citadel.te | 1 type hal_authsecret_citadel, domain;
|
D | hal_oemlock_citadel.te | 1 type hal_oemlock_citadel, domain;
|
D | hal_keymint_citadel.te | 1 type hal_keymint_citadel, domain;
|
D | hal_keymaster_citadel.te | 1 type hal_keymaster_citadel, domain;
|
D | hal_weaver_citadel.te | 1 type hal_weaver_citadel, domain;
|
/hardware/google/pixel-sepolicy/turbo_adapter/private/ |
D | seapp_contexts | 1 user=_app seinfo=platform name=com.google.android.turboadapter domain=turbo_adapter type=app_data_f…
|
/hardware/google/pixel-sepolicy/astd/ |
D | astd.te | 2 type astd, domain;
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/ |
D | device_select_x11.c | 104 if (xdev->businfo.pci->domain == devices[i].bus_info.domain && in device_select_find_xcb_pci_default()
|
/hardware/google/pixel-sepolicy/logger_app/ |
D | seapp_contexts | 2 user=_app seinfo=platform name=com.android.pixellogger domain=logger_app type=app_data_file levelFr…
|
/hardware/google/pixel-sepolicy/flipendo/ |
D | seapp_contexts | 2 user=_app seinfo=platform name=com.google.android.flipendo domain=flipendo type=app_data_file level…
|
/hardware/google/pixel-sepolicy/hardware_info_app/ |
D | seapp_contexts | 2 user=_app isPrivApp=true name=com.google.android.hardwareinfo domain=hardware_info_app type=app_dat…
|
12345