Searched refs:core (Results 1 – 25 of 267) sorted by relevance
1234567891011
/system/chre/core/ |
D | core.mk | 8 COMMON_CFLAGS += -I$(CHRE_PREFIX)/core/include 12 COMMON_SRCS += $(CHRE_PREFIX)/core/debug_dump_manager.cc 13 COMMON_SRCS += $(CHRE_PREFIX)/core/event.cc 14 COMMON_SRCS += $(CHRE_PREFIX)/core/event_loop.cc 15 COMMON_SRCS += $(CHRE_PREFIX)/core/event_loop_manager.cc 16 COMMON_SRCS += $(CHRE_PREFIX)/core/event_ref_queue.cc 17 COMMON_SRCS += $(CHRE_PREFIX)/core/host_comms_manager.cc 18 COMMON_SRCS += $(CHRE_PREFIX)/core/host_endpoint_manager.cc 19 COMMON_SRCS += $(CHRE_PREFIX)/core/init.cc 20 COMMON_SRCS += $(CHRE_PREFIX)/core/log.cc [all …]
|
/system/chre/platform/zephyr/ |
D | CMakeLists.txt | 24 "${CHRE_DIR}/core/include" 43 "${CHRE_DIR}/core/debug_dump_manager.cc" 44 "${CHRE_DIR}/core/event.cc" 45 "${CHRE_DIR}/core/event_loop.cc" 46 "${CHRE_DIR}/core/event_loop_manager.cc" 47 "${CHRE_DIR}/core/event_ref_queue.cc" 48 "${CHRE_DIR}/core/host_comms_manager.cc" 49 "${CHRE_DIR}/core/init.cc" 50 "${CHRE_DIR}/core/nanoapp.cc" 51 "${CHRE_DIR}/core/settings.cc" [all …]
|
/system/core/libutils/abi-dumps/arm64/source-based/ |
D | libutils.so.lsdump | 10 "source_file" : "system/core/libcutils/include_outside_system/cutils/native_handle.h" 19 "source_file" : "system/core/libutils/include/utils/String16.h" 28 "source_file" : "system/core/libutils/include/utils/Printer.h" 46 "source_file" : "system/core/libsystem/include/system/graphics.h" 53 "source_file" : "system/core/libsystem/include/system/graphics.h" 1494 "source_file" : "system/core/libprocessgroup/include/processgroup/sched_policy.h", 1519 "source_file" : "system/core/libsystem/include/system/graphics-base-v1.0.h", 1536 "source_file" : "system/core/libsystem/include/system/graphics-base-v1.2.h", 1826 "source_file" : "system/core/libsystem/include/system/graphics-base-v1.0.h", 1863 "source_file" : "system/core/libsystem/include/system/graphics.h", [all …]
|
/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
D | libutils.so.lsdump | 10 "source_file" : "system/core/libcutils/include_outside_system/cutils/native_handle.h" 19 "source_file" : "system/core/libutils/include/utils/String16.h" 28 "source_file" : "system/core/libutils/include/utils/Printer.h" 46 "source_file" : "system/core/libsystem/include/system/graphics.h" 53 "source_file" : "system/core/libsystem/include/system/graphics.h" 1490 "source_file" : "system/core/libprocessgroup/include/processgroup/sched_policy.h", 1515 "source_file" : "system/core/libsystem/include/system/graphics-base-v1.0.h", 1532 "source_file" : "system/core/libsystem/include/system/graphics-base-v1.2.h", 1822 "source_file" : "system/core/libsystem/include/system/graphics-base-v1.0.h", 1859 "source_file" : "system/core/libsystem/include/system/graphics.h", [all …]
|
/system/chre/test/ |
D | test.mk | 26 COMMON_SRCS += $(CHRE_PREFIX)/core/tests/audio_util_test.cc 27 COMMON_SRCS += $(CHRE_PREFIX)/core/tests/memory_manager_test.cc 28 COMMON_SRCS += $(CHRE_PREFIX)/core/tests/request_multiplexer_test.cc 29 COMMON_SRCS += $(CHRE_PREFIX)/core/tests/sensor_request_test.cc 30 COMMON_SRCS += $(CHRE_PREFIX)/core/tests/wifi_scan_request_test.cc
|
/system/chre/ |
D | Android.bp | 386 "core/chre_metrics.proto", 475 "core/tests/**/*.cc", 491 "core/include", 639 "core/audio_request_manager.cc", 640 "core/ble_request_manager.cc", 641 "core/ble_request_multiplexer.cc", 642 "core/ble_request.cc", 643 "core/debug_dump_manager.cc", 644 "core/event_loop_manager.cc", 645 "core/event_loop.cc", [all …]
|
D | README.md | 58 - ``core/``: Common CHRE framework code, which is applicable to every platform 69 platform/device (compare to ``core/``), divided into sub-folders as follows: 70 - ``platform/include``: The interface between common code in ``core/`` and 73 necessarily applicable to _all_ platforms (as in ``core/``). For example, 80 core framework implementation. Includes code that is usable by nanoapps. 89 - ``frameworks/base/core/java/android/hardware/location/ContextHub*.java``: The 91 - ``frameworks/base/services/core/java/com/android/server/location/ContextHub*.java``:
|
/system/chre/build/sys_support/qcom/ |
D | chre.scons | 164 "${BUILD_ROOT}/chre/chre/src/system/chre/core/include", 173 "${BUILD_ROOT}/core/api/kernel/libstd/stringl", 187 env.RequirePublicApi(core_public_apis, area='core') 272 "${BUILDPATH}/system/chre/core/debug_dump_manager.cc", 273 "${BUILDPATH}/system/chre/core/event.cc", 274 "${BUILDPATH}/system/chre/core/event_loop.cc", 275 "${BUILDPATH}/system/chre/core/event_loop_manager.cc", 276 "${BUILDPATH}/system/chre/core/event_ref_queue.cc", 277 "${BUILDPATH}/system/chre/core/host_comms_manager.cc", 278 "${BUILDPATH}/system/chre/core/init.cc", [all …]
|
/system/extras/simpleperf/demo/SimpleperfExampleKotlin/app/ |
D | build.gradle | 37 implementation 'androidx.core:core-ktx:1.7.0' 43 androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | VintfTests.java | 19 import static org.hamcrest.core.Is.is; 20 import static org.hamcrest.core.IsNull.notNullValue; 21 import static org.hamcrest.core.IsNull.nullValue;
|
D | NullableTests.java | 19 import static org.hamcrest.core.Is.is; 20 import static org.hamcrest.core.IsNull.notNullValue; 21 import static org.hamcrest.core.IsNull.nullValue;
|
/system/libsysprop/srcs/android/sysprop/ |
D | BluetoothProperties.sysprop | 117 prop_name: "bluetooth.core.gap.le.privacy.enabled" 127 prop_name: "bluetooth.core.gap.le.conn.min.limit" 137 prop_name: "bluetooth.core.gap.le.conn.only_init_1m_phy.enabled" 147 prop_name: "bluetooth.core.le_audio.inband_ringtone.supported" 541 prop_name: "bluetooth.core.acl.link_supervision_timeout" 554 prop_name: "bluetooth.core.classic.page_scan_type" 561 prop_name: "bluetooth.core.classic.page_scan_interval" 568 prop_name: "bluetooth.core.classic.page_scan_window" 577 prop_name: "bluetooth.core.classic.inq_scan_type" 584 prop_name: "bluetooth.core.classic.inq_scan_interval" [all …]
|
/system/nvram/ |
D | README.md | 20 ## [core](/core) 32 [system/nvram/core/include/nvram/core/storage.h](core/include/nvram/core/storage.h).
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | gmscore_app.te | 16 # Allow GMS core to open kernel config for OTA matching through libvintf 19 # Allow GMS core to communicate with update_engine for A/B update. 23 # Allow GMS core to communicate with dumpsys storaged. 27 # Allow GMS core to access system_update_service (e.g. to publish pending 31 # Allow GMS core to communicate with statsd. 34 # Allow GMS core to generate unique hardware IDs 37 # Allow GMS core to access /sys/fs/selinux/policyvers for compatibility check
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | gmscore_app.te | 16 # Allow GMS core to open kernel config for OTA matching through libvintf 19 # Allow GMS core to communicate with update_engine for A/B update. 23 # Allow GMS core to communicate with dumpsys storaged. 27 # Allow GMS core to access system_update_service (e.g. to publish pending 31 # Allow GMS core to communicate with statsd. 34 # Allow GMS core to generate unique hardware IDs 38 # Allow GMS core to access /sys/fs/selinux/policyvers for compatibility check
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | gmscore_app.te | 16 # Allow GMS core to open kernel config for OTA matching through libvintf 19 # Allow GMS core to communicate with update_engine for A/B update. 23 # Allow GMS core to communicate with dumpsys storaged. 27 # Allow GMS core to access system_update_service (e.g. to publish pending 31 # Allow GMS core to communicate with statsd. 34 # Allow GMS core to generate unique hardware IDs 38 # Allow GMS core to access /sys/fs/selinux/policyvers for compatibility check
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | gmscore_app.te | 14 # Allow GMS core to open kernel config for OTA matching through libvintf 17 # Allow GMS core to communicate with update_engine for A/B update. 21 # Allow GMS core to communicate with dumpsys storaged. 25 # Allow GMS core to access system_update_service (e.g. to publish pending 29 # Allow GMS core to communicate with statsd. 32 # Allow GMS core to receive Perfetto traces through the framework 38 # Allow GMS core to generate unique hardware IDs 42 # Allow GMS core to access /sys/fs/selinux/policyvers for compatibility check
|
/system/sepolicy/private/ |
D | gmscore_app.te | 14 # Allow GMS core to open kernel config for OTA matching through libvintf 17 # Allow GMS core to communicate with update_engine for A/B update. 21 # Allow GMS core to communicate with dumpsys storaged. 25 # Allow GMS core to access system_update_service (e.g. to publish pending 29 # Allow GMS core to communicate with statsd. 32 # Allow GMS core to receive Perfetto traces through the framework 38 # Allow GMS core to generate unique hardware IDs 42 # Allow GMS core to access /sys/fs/selinux/policyvers for compatibility check
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | gmscore_app.te | 14 # Allow GMS core to open kernel config for OTA matching through libvintf 17 # Allow GMS core to communicate with update_engine for A/B update. 21 # Allow GMS core to communicate with dumpsys storaged. 25 # Allow GMS core to access system_update_service (e.g. to publish pending 29 # Allow GMS core to communicate with statsd. 32 # Allow GMS core to receive Perfetto traces through the framework 38 # Allow GMS core to generate unique hardware IDs 42 # Allow GMS core to access /sys/fs/selinux/policyvers for compatibility check
|
/system/nvram/core/tests/ |
D | Android.bp | 22 name: "libnvram-core-tests", 33 static_libs: ["libnvram-core"],
|
/system/security/ondevice-signing/ |
D | odsign.rc | 2 class core 5 disabled # does not start with the core class
|
/system/apex/apexd/ |
D | apexd.rc | 3 class core 7 disabled # does not start with the core class
|
/system/core/libcutils/ |
D | OWNERS | 1 include platform/system/core:/janitors/OWNERS
|
/system/libprocinfo/ |
D | OWNERS | 1 include platform/system/core:/janitors/OWNERS
|
/system/core/property_service/ |
D | OWNERS | 1 include platform/system/core:/janitors/OWNERS
|
1234567891011