Searched refs:shared (Results 1 – 25 of 137) sorted by relevance
123456
/system/chre/platform/ |
D | platform.mk | 16 COMMON_SRCS += platform/shared/platform_sensor_util.cc 35 SLPI_CFLAGS += -Iplatform/shared/include 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 90 SLPI_SRCS += platform/shared/chre_api_sensor.cc 91 SLPI_SRCS += platform/shared/chre_api_version.cc 92 SLPI_SRCS += platform/shared/chre_api_wifi.cc 93 SLPI_SRCS += platform/shared/chre_api_wwan.cc [all …]
|
/system/extras/alloc-stress/ |
D | mem-pressure.cpp | 23 void add_pressure(size_t *shared, size_t size, size_t step_size, in add_pressure() argument 36 *shared = size; in add_pressure() 41 *shared = size; in add_pressure() 59 size_t *shared; in main() local 91 shared = (size_t *)mmap(NULL, sizeof(size_t), PROT_READ | PROT_WRITE, in main() 95 *shared = 0; in main() 99 add_pressure(shared, size, step_size, duration, oom_score); in main() 105 *shared / 1024 / 1024); in main() 106 size = *shared / 2; in main()
|
/system/chre/apps/chqts/src/ |
D | Android.bp | 26 "shared/dumb_allocator.cc", 27 "shared/nano_endian.cc", 28 "shared/nano_string.cc", 31 "shared/dumb_allocator_test.cc", 32 "shared/nano_endian_be_test.cc", 33 "shared/nano_endian_le_test.cc", 34 "shared/nano_endian_test.cc", 35 "shared/nano_string_test.cc",
|
/system/libhwbinder/ |
D | Android.bp | 54 name: "libhwbinder-impl-shared-libs", 55 defaults: ["libhwbinder-impl-shared-libs-no-vndk-private"], 62 name: "libhwbinder-impl-shared-libs-no-vndk-private", 89 // Used as shared library to provide headers for libhidltransport-impl-internal. 98 "libhwbinder-impl-shared-libs-no-vndk-private", 113 "libhwbinder-impl-shared-libs", 131 "libhwbinder-impl-shared-libs",
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | shared_relro.te | 1 # 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/27.0/public/ |
D | shared_relro.te | 1 # 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/28.0/public/ |
D | shared_relro.te | 1 # 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/ |
D | shared_relro.te | 1 # 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/public/ |
D | shared_relro.te | 1 # Process which creates/updates shared RELRO files to be used by other apps. 4 # Grant write access to the shared relro files/directory.
|
/system/core/libmetricslogger/ |
D | Android.bp | 28 // metricslogger shared library 37 // metricslogger shared library, debug
|
/system/libhidl/ |
D | Android.bp | 54 "libhwbinder-impl-shared-libs", 55 "libhidlbase-impl-shared-libs", 56 "libhidltransport-impl-shared-libs",
|
/system/libhidl/base/ |
D | Android.bp | 16 name: "libhidlbase-impl-shared-libs", 34 "libhidlbase-impl-shared-libs",
|
/system/chre/platform/shared/idl/ |
D | update.sh | 4 flatc --cpp -o ../include/chre/platform/shared/ --scoped-enums \
|
/system/sepolicy/private/ |
D | shared_relro.te | 3 # The shared relro process is a Java program forked from the zygote, so it
|
D | keys.conf | 21 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/shared.x509.pem
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | shared_relro.te | 3 # The shared relro process is a Java program forked from the zygote, so it
|
D | keys.conf | 18 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/shared.x509.pem
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | shared_relro.te | 3 # The shared relro process is a Java program forked from the zygote, so it
|
D | keys.conf | 21 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/shared.x509.pem
|
/system/chre/build/arch/ |
D | arm64.mk | 32 TARGET_SO_LDFLAGS += -shared
|
D | x86.mk | 33 TARGET_SO_LDFLAGS += -shared
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | shared_relro.te | 4 # The shared relro process is a Java program forked from the zygote, so it
|
D | keys.conf | 18 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/shared.x509.pem
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | shared_relro.te | 4 # The shared relro process is a Java program forked from the zygote, so it
|
D | keys.conf | 18 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/shared.x509.pem
|
123456