Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 274) sorted by relevance

1234567891011

/system/chre/platform/
Dplatform.mk30 SLPI_CFLAGS += -Iplatform/shared/aligned_alloc_unsupported/include
31 SLPI_CFLAGS += -Iplatform/shared/include
95 SLPI_SRCS += platform/shared/assert.cc
96 SLPI_SRCS += platform/shared/chre_api_audio.cc
97 SLPI_SRCS += platform/shared/chre_api_core.cc
98 SLPI_SRCS += platform/shared/chre_api_gnss.cc
99 SLPI_SRCS += platform/shared/chre_api_re.cc
100 SLPI_SRCS += platform/shared/chre_api_user_settings.cc
101 SLPI_SRCS += platform/shared/chre_api_version.cc
102 SLPI_SRCS += platform/shared/chre_api_wifi.cc
[all …]
/system/extras/alloc-stress/
Dmem-pressure.cpp23 void add_pressure(size_t* shared, size_t size, size_t step_size, size_t duration, in add_pressure() argument
35 *shared = size; in add_pressure()
40 *shared = size; in add_pressure()
55 size_t* shared; in main() local
86 shared = (size_t*)mmap(NULL, sizeof(size_t), PROT_READ | PROT_WRITE, MAP_ANONYMOUS | MAP_SHARED, in main()
90 *shared = 0; in main()
94 add_pressure(shared, size, step_size, duration, oom_score); in main()
99 printf("Child %d allocated %zd MB\n", i, *shared / 1024 / 1024); in main()
100 size = *shared / 2; in main()
/system/libprocinfo/include/procinfo/
Dprocess_map.h55 bool shared; member
58 const char* name, bool shared) in MapInfo()
65 shared(shared) {} in MapInfo()
74 shared(params.shared) {} in MapInfo()
79 ino_t inode, const char* name, bool shared)> MapInfoParamsCallback;
108 uint64_t& pgoff, ino_t& inode, char** name, bool& shared, char** next_line) { in ParseMapsFileLine() argument
155 shared = *p == 's'; in ParseMapsFileLine()
200 bool shared; in ReadMapFileContent() local
204 inode, &name, shared, &next_line); in ReadMapFileContent()
210 callback(start_addr, end_addr, flags, pgoff, inode, name, shared); in ReadMapFileContent()
[all …]
/system/chre/apps/test/chqts/src/
DAndroid.bp36 "shared/chunk_allocator.cc",
37 "shared/nano_endian.cc",
38 "shared/nano_string.cc",
41 "shared/chunk_allocator_test.cc",
42 "shared/nano_endian_be_test.cc",
43 "shared/nano_endian_le_test.cc",
44 "shared/nano_endian_test.cc",
45 "shared/nano_string_test.cc",
/system/chre/
DAndroid.bp67 "platform/shared/include",
79 "platform/shared/host_protocol_common.cc",
312 name: "android.hardware.contexthub@1.X-shared-impl",
344 "android.hardware.contexthub@1.X-shared-impl",
373 "android.hardware.contexthub@1.X-shared-impl",
381 "android.hardware.contexthub@1.X-shared-impl",
443 "android.hardware.contexthub@1.X-shared-impl",
527 "platform/shared/include/",
664 "platform/shared/pal_system_api.cc",
670 "platform/shared/include",
[all …]
/system/chre/build/variant/
Daosp_riscv55e300_tinysys.mk47 TARGET_SO_LDFLAGS += -shared
58 TARGET_CFLAGS += -I$(CHRE_PREFIX)/platform/shared/include/chre/platform/shared/libc
74 include $(CHRE_PREFIX)/platform/shared/mbedtls/mbedtls.mk
Daosp_riscv55e03_tinysys.mk46 TARGET_SO_LDFLAGS += -shared
57 TARGET_CFLAGS += -I$(CHRE_PREFIX)/platform/shared/include/chre/platform/shared/libc
73 include $(CHRE_PREFIX)/platform/shared/mbedtls/mbedtls.mk
Daosp_cm4_exynos-embos.mk23 TARGET_CFLAGS += -I$(CHRE_PREFIX)/platform/shared/include/chre/platform/shared/libc
/system/chre/build/sys_support/qcom/
Dchre.scons118 env['SHLINKGRP'] = ' -shared -fPIC -Bsymbolic --start-group $QDSP6OBJS1 $QDSP6OBJS3 $SOURCES.posix'…
121 # Tells SCons to link various shared libraries against the CHRE library (drivers, various Hexagon l…
168 "${BUILD_ROOT}/chre/chre/src/system/chre/platform/shared/include",
290 "${BUILDPATH}/system/chre/platform/shared/chre_api_audio.cc",
291 "${BUILDPATH}/system/chre/platform/shared/chre_api_core.cc",
292 "${BUILDPATH}/system/chre/platform/shared/chre_api_gnss.cc",
293 "${BUILDPATH}/system/chre/platform/shared/chre_api_re.cc",
294 "${BUILDPATH}/system/chre/platform/shared/chre_api_sensor.cc",
295 "${BUILDPATH}/system/chre/platform/shared/chre_api_version.cc",
296 "${BUILDPATH}/system/chre/platform/shared/chre_api_wifi.cc",
[all …]
/system/sepolicy/prebuilts/api/30.0/public/
Dshared_relro.te1 # Process which creates/updates shared RELRO files to be used by other apps.
4 # Grant write access to the shared relro files/directory.
/system/sepolicy/prebuilts/api/29.0/public/
Dshared_relro.te1 # Process which creates/updates shared RELRO files to be used by other apps.
4 # Grant write access to the shared relro files/directory.
/system/sepolicy/microdroid/system/private/
Dmicrodroid_app.te2 # loads a shared library from an apk and executes it by calling an entry point
6 # Both microdroid_launcher and payload from the shared library run in the
Dtraced.te26 # Allow traced to use shared memory supplied by producers. Typically, traced
27 # (i.e. the tracing service) creates the shared memory used for data transfer
29 # creates the shared memory, that is then adopted by traced (after validating
34 # shared memory scheme.
/system/apex/tests/testdata/sharedlibs/
DREADME.md1 ### Test artifacts for shared libraries APEX support
4 moving shared libraries used by binaries within an APEX package into another
/system/chre/apps/test/chqts/build/
Dshared_make.mk17 TEST_SHARED_PATH = $(CHRE_PREFIX)/apps/test/common/shared
30 $(addprefix $(NANOAPP_SRC_PATH)/shared/, $(SHARED_LIB_FILES))
/system/libhwbinder/
DAndroid.bp84 name: "libhwbinder-impl-shared-libs",
113 // Used as shared library to provide headers for libhidltransport-impl-internal.
124 "libhwbinder-impl-shared-libs",
/system/sepolicy/prebuilts/api/32.0/public/
Dshared_relro.te1 # Process which creates/updates shared RELRO files to be used by other apps.
/system/sepolicy/prebuilts/api/34.0/public/
Dshared_relro.te1 # Process which creates/updates shared RELRO files to be used by other apps.
Dhal_audio.te23 # Needed to allow sound trigger hal to access shared memory from apps.
25 # Allow sound trigger hal to access shared memory from system server.
/system/sepolicy/prebuilts/api/33.0/public/
Dshared_relro.te1 # Process which creates/updates shared RELRO files to be used by other apps.
/system/sepolicy/prebuilts/api/202404/public/
Dshared_relro.te1 # Process which creates/updates shared RELRO files to be used by other apps.
Dhal_audio.te23 # Needed to allow sound trigger hal to access shared memory from apps.
25 # Allow sound trigger hal to access shared memory from system server.
/system/sepolicy/prebuilts/api/31.0/public/
Dshared_relro.te1 # Process which creates/updates shared RELRO files to be used by other apps.
/system/sepolicy/private/
Dhal_audio.te23 # Needed to allow sound trigger hal to access shared memory from apps.
25 # Allow sound trigger hal to access shared memory from system server.
/system/sepolicy/prebuilts/api/30.0/private/
Dtraced.te42 # Allow traced to use shared memory supplied by producers. Typically, traced
43 # (i.e. the tracing service) creates the shared memory used for data transfer
45 # creates the shared memory, that is then adopted by traced (after validating
50 # shared memory scheme.

1234567891011