Home
last modified time | relevance | path

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

12345678

/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/a1std
33 SLPI_CFLAGS += -I$(SLPI_PREFIX)/platform/inc/stddef
34 SLPI_CFLAGS += -I$(SLPI_PREFIX)/platform/rtld/inc
68 SLPI_SEE_CFLAGS += -I$(SLPI_PREFIX)/chre/chre/src/system/chre/platform/slpi
95 SLPI_SRCS += platform/shared/chre_api_audio.cc
96 SLPI_SRCS += platform/shared/chre_api_core.cc
97 SLPI_SRCS += platform/shared/chre_api_gnss.cc
[all …]
/system/chre/build/sys_support/qcom/
Dchre.scons167 "${BUILD_ROOT}/chre/chre/src/system/chre/platform/include",
168 "${BUILD_ROOT}/chre/chre/src/system/chre/platform/shared/include",
169 "${BUILD_ROOT}/chre/chre/src/system/chre/platform/slpi",
170 "${BUILD_ROOT}/chre/chre/src/system/chre/platform/slpi/include",
171 "${BUILD_ROOT}/chre/chre/src/system/chre/platform/slpi/see/include",
188 env.RequirePublicApi(platform_public_apis, area='platform')
286 # CHRE platform-specific implementation
287 "${BUILDPATH}/system/chre/platform/shared/chre_api_audio.cc",
288 "${BUILDPATH}/system/chre/platform/shared/chre_api_core.cc",
289 "${BUILDPATH}/system/chre/platform/shared/chre_api_gnss.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 …]
DAndroid.mk55 platform/shared/host_protocol_common.cc
62 system/chre/platform/shared/include \
63 system/chre/platform/slpi/include \
/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
/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
71 # Allow platform apps to log via statsd.
82 # allow platform apps to use UDP sockets provided by the system server but not
87 # allow platform apps to connect to the property service
90 # allow platform apps to read keyguard.no_require_sim
93 # allow platform apps to create symbolic link
/system/sepolicy/prebuilts/api/30.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
72 # Allow platform apps to interact with gpuservice
75 # Allow platform apps to log via statsd.
86 # allow platform apps to use UDP sockets provided by the system server but not
91 # allow platform apps to connect to the property service
94 # allow platform apps to create symbolic link
/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_release.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
DOWNERS1 include platform/build/soong:/OWNERS
/system/core/libprocessgroup/
DAndroid.bp17 "//apex_available:platform",
61 "//apex_available: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/timezone/
DOWNERS1 include platform/libcore:/OWNERS
/system/extras/simpleperf/scripts/
Dutils.py36 return sys.platform == 'win32' or sys.platform == 'cygwin'
39 return sys.platform == 'darwin'
118 elif sys.platform == 'darwin': # OSX
160 lambda platform: 'toolchains/llvm/prebuilt/%s-x86_64/bin/llvm-symbolizer' % platform,
170 def _get_binutils_path_in_ndk(toolname, arch, platform): argument
183 path = 'toolchains/llvm/prebuilt/%s-x86_64/bin/%s' % (platform, name)
192 platform = get_platform()
194 toolname_with_arch, path_in_ndk = _get_binutils_path_in_ndk(toolname, arch, platform)
197 path_in_ndk = tool_info['path_in_ndk'](platform)
214 default_ndk_path = os.path.join(home, DEFAULT_NDK_PATH[platform].replace('/', os.sep))
/system/core/libnetutils/
DOWNERS1 include platform/system/netd:/OWNERS
/system/tools/hidl/build/
DOWNERS1 include platform/build/soong:/OWNERS
/system/sepolicy/vendor/
Dkeys.conf19 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/platform.x509.pem
/system/core/toolbox/
DOWNERS1 include platform/system/core:/janitors/OWNERS
/system/media/camera/
DOWNERS2 include platform/frameworks/av:/camera/OWNERS
/system/sepolicy/prebuilts/api/26.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/sepolicy/prebuilts/api/30.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.

12345678