Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 25 of 122) sorted by relevance

12345

/system/chre/platform/
Dplatform.mk16 COMMON_SRCS += platform/shared/platform_sensor_util.cc
30 SLPI_CFLAGS += -I$(SLPI_PREFIX)/platform/inc
31 SLPI_CFLAGS += -I$(SLPI_PREFIX)/platform/inc/HAP
32 SLPI_CFLAGS += -I$(SLPI_PREFIX)/platform/inc/stddef
33 SLPI_CFLAGS += -I$(SLPI_PREFIX)/platform/rtld/inc
59 SLPI_SEE_CFLAGS += -I$(SLPI_PREFIX)/chre/chre/src/system/chre/platform/slpi
86 SLPI_SRCS += platform/shared/chre_api_audio.cc
87 SLPI_SRCS += platform/shared/chre_api_core.cc
88 SLPI_SRCS += platform/shared/chre_api_gnss.cc
89 SLPI_SRCS += platform/shared/chre_api_re.cc
[all …]
/system/chre/
DREADME.md11 target platform (ie: slpi, nanohub, linux, googletest).
84 - ``platform``
88 - ``platform/shared``
91 - ``platform/linux``
111 The platform directory contains an interface that common code under ``core``
113 interface provided in ``platform/include``.
117 - ``platform`` - The top-level directory for platform-specific code.
119 - ``shared`` - Code that may be shared by more than one platform but not
127 ``core``. This code must have a stable way to access the platform-specific
128 implementation of the common platform API. This is handled by providing a stable
[all …]
/system/chre/ash/
Dash.mk13 SLPI_SMGR_SRCS += ash/platform/slpi/smgr/ash.cc
17 SIM_SRCS += ash/platform/linux/ash.cc
/system/sepolicy/prebuilts/api/29.0/private/
Dplatform_app.te2 ### Apps signed with the platform key.
35 # This is a performance optimization that allows platform apps to bypass the FUSE layer
73 # Allow platform apps to interact with gpuservice
76 # Allow platform apps to log via statsd.
87 # allow platform apps to use UDP sockets provided by the system server but not
92 # allow platform apps to connect to the property service
95 # allow platform apps to create symbolic link
Dseapp_contexts143 user=_app seinfo=platform name=com.android.traceur domain=traceur_app type=app_data_file levelFrom=…
144 user=system seinfo=platform domain=system_app type=system_app_data_file
145 user=bluetooth seinfo=platform domain=bluetooth type=bluetooth_data_file
147 user=nfc seinfo=platform domain=nfc type=nfc_data_file
148 user=secure_element seinfo=platform domain=secure_element levelFrom=all
149 user=radio seinfo=platform domain=radio type=radio_data_file
151 user=shell seinfo=platform domain=shell name=com.android.shell type=shell_data_file
156 user=_app seinfo=platform domain=platform_app type=app_data_file levelFrom=user
/system/sepolicy/private/
Dplatform_app.te2 ### Apps signed with the platform key.
35 # This is a performance optimization that allows platform apps to bypass the FUSE layer
73 # Allow platform apps to interact with gpuservice
76 # Allow platform apps to log via statsd.
87 # allow platform apps to use UDP sockets provided by the system server but not
92 # allow platform apps to connect to the property service
95 # allow platform apps to create symbolic link
Dseapp_contexts143 user=_app seinfo=platform name=com.android.traceur domain=traceur_app type=app_data_file levelFrom=…
144 user=system seinfo=platform domain=system_app type=system_app_data_file
145 user=bluetooth seinfo=platform domain=bluetooth type=bluetooth_data_file
147 user=nfc seinfo=platform domain=nfc type=nfc_data_file
148 user=secure_element seinfo=platform domain=secure_element levelFrom=all
149 user=radio seinfo=platform domain=radio type=radio_data_file
151 user=shell seinfo=platform domain=shell name=com.android.shell type=shell_data_file
156 user=_app seinfo=platform domain=platform_app type=app_data_file levelFrom=user
/system/bt/
DREADME.md16 git clone https://android.googlesource.com/platform/system/bt
33 git clone https://android.googlesource.com/platform/external/aac
34 git clone https://android.googlesource.com/platform/external/libchrome
35 git clone https://android.googlesource.com/platform/external/libldac
36 git clone https://android.googlesource.com/platform/external/modp_b64
37 git clone https://android.googlesource.com/platform/external/tinyxml2
/system/tools/aidl/build/
Dmessage_check_equality.txt2 # ERROR: AIDL API change detected on a released platform #
4 Above AIDL file(s) has changed and this is NEVER allowed on a release platform
/system/sepolicy/prebuilts/api/28.0/private/
Dseapp_contexts102 user=_app seinfo=platform name=com.android.traceur domain=traceur_app type=app_data_file levelFrom=…
103 user=system seinfo=platform domain=system_app type=system_app_data_file
104 user=bluetooth seinfo=platform domain=bluetooth type=bluetooth_data_file
105 user=nfc seinfo=platform domain=nfc type=nfc_data_file
106 user=secure_element seinfo=platform domain=secure_element levelFrom=all
107 user=radio seinfo=platform domain=radio type=radio_data_file
109 user=shell seinfo=platform domain=shell name=com.android.shell type=shell_data_file
113 user=_app seinfo=platform domain=platform_app type=app_data_file levelFrom=user
Dplatform_app.te2 ### Apps signed with the platform key.
35 # This is a performance optimization that allows platform apps to bypass the FUSE layer
72 # allow platform apps to use UDP sockets provided by the system server but not
77 # allow platform apps to connect to the property service
/system/extras/simpleperf/scripts/
Dutils.py36 return sys.platform == 'win32' or sys.platform == 'cygwin'
39 return sys.platform == 'darwin'
107 elif sys.platform == 'darwin': # OSX
158 def _get_binutils_path_in_ndk(toolname, arch, platform): argument
163 path = 'toolchains/aarch64-linux-android-4.9/prebuilt/%s-x86_64/bin/%s' % (platform, name)
166 path = 'toolchains/arm-linux-androideabi-4.9/prebuilt/%s-x86_64/bin/%s' % (platform, name)
169 path = 'toolchains/x86_64-4.9/prebuilt/%s-x86_64/bin/%s' % (platform, name)
172 path = 'toolchains/x86-4.9/prebuilt/%s-x86_64/bin/%s' % (platform, name)
183 platform = get_platform()
185 toolname_with_arch, path_in_ndk = _get_binutils_path_in_ndk(toolname, arch, platform)
[all …]
/system/core/libnetutils/
DOWNERS1 include platform/system/netd:/OWNERS
/system/media/camera/
DOWNERS2 include platform/frameworks/av:/camera/OWNERS
/system/sepolicy/public/
Dplatform_app.te2 ### Apps signed with the platform key.
/system/sepolicy/prebuilts/api/26.0/public/
Dplatform_app.te2 ### Apps signed with the platform key.
/system/sepolicy/prebuilts/api/29.0/public/
Dplatform_app.te2 ### Apps signed with the platform key.
/system/sepolicy/prebuilts/api/27.0/public/
Dplatform_app.te2 ### Apps signed with the platform key.
/system/sepolicy/prebuilts/api/28.0/public/
Dplatform_app.te2 ### Apps signed with the platform key.
/system/extras/toolchain-extras/
DOWNERS1 include platform/prebuilts/clang/host/linux-x86:/OWNERS
/system/sepolicy/prebuilts/api/27.0/private/
Dseapp_contexts98 user=system seinfo=platform domain=system_app type=system_app_data_file
99 user=bluetooth seinfo=platform domain=bluetooth type=bluetooth_data_file
100 user=nfc seinfo=platform domain=nfc type=nfc_data_file
101 user=radio seinfo=platform domain=radio type=radio_data_file
103 user=shell seinfo=platform domain=shell type=shell_data_file
106 user=_app seinfo=platform domain=platform_app type=app_data_file levelFrom=user
/system/sepolicy/prebuilts/api/26.0/private/
Dseapp_contexts98 user=system seinfo=platform domain=system_app type=system_app_data_file
99 user=bluetooth seinfo=platform domain=bluetooth type=bluetooth_data_file
100 user=nfc seinfo=platform domain=nfc type=nfc_data_file
101 user=radio seinfo=platform domain=radio type=radio_data_file
103 user=shell seinfo=platform domain=shell type=shell_data_file
105 user=_app seinfo=platform domain=platform_app type=app_data_file levelFrom=user
/system/sepolicy/reqd_mask/
Dseapp_contexts2 # devices without any non-platform seapp_contexts customizations.
Dservice_contexts2 # non-platform service_context for devices without any service_contexts
Dproperty_contexts2 # non-platform property context for devices without any property_contexts

12345