Home
last modified time | relevance | path

Searched refs:dynamic (Results 1 – 25 of 50) sorted by relevance

12

/system/media/camera/docs/
Dextension_camera_metadata_tags.mako28 * API level to dynamic keys mapping. To be used for filtering out keys depending on vndk version
35 % if entry.kind == 'dynamic':
Dvndk_camera_metadata_tags.mako43 * API level to dynamic keys mapping. To be used for filtering out keys depending on vndk version
47 …%for api_level, keys in get_api_level_to_keys(find_all_sections(metadata), metadata, 'dynamic').it…
DCaptureResultKeys.mako17 <%include file="CameraMetadataKeys.mako" args="java_class='CaptureResult', xml_kind='dynamic'" />\
DCaptureResultTest.mako27 % if entry.kind == 'dynamic' and entry.visibility in ("public", "java_public"):
DCameraMetadataEnums.mako103 ${single_kind_keys('dynamic','CaptureResult')}\
DCameraMetadataKeys.mako112 ##${single_kind_keys('CaptureResultKeys', 'dynamic')}
/system/tools/aidl/tests/lazy_test/
DREADME9 This will run tests on the test service (described below), the goal being to test the dynamic
36 to be a dynamic service). The server then joins the thread pool.
42 lines are only required for dynamic services.
/system/chre/build/variant/
Dgoogle_arm64_android.mk28 TARGET_BIN_LDFLAGS += -pie -laaudio -llog -ldl -Wl,--export-dynamic
Dgoogle_x86_linux.mk42 TARGET_BIN_LDFLAGS += -lpthread -lrt -ldl -Wl,--export-dynamic
/system/core/fs_mgr/libfiemap/
DREADME.md15 because it uses the same logic from dynamic partitions.
23 This is a super partition header that allows first-stage init to create dynamic
31 mounted, so first-stage init has no issues mapping dynamic partitions from
/system/core/fs_mgr/
DREADME.overlayfs.md11 Limited memory systems use read-only types of file systems or dynamic
81 right-sizing of images and requires more free dynamic partition space.
96 - If a dynamic partition runs out of space, making a logical partition larger
100 - For implementation simplicity on retrofit dynamic partition devices,
/system/chre/build/sys_support/qcom/
Duimage_v2.lcs114 .dynamic : { *(.dynamic) } : dynamic1 : phdr2
Duimage.lcs.toolv80107 .dynamic : { *(.dynamic) } : phdr1 : dynamic1
/system/sepolicy/private/
Dkernel.te136 # dynamic linker when it re-executes /init to switch into the second stage.
137 # Until Linux 4.8, the program interpreter (dynamic linker in this case) is executed
139 # domain (the source domain) to execute the dynamic linker (system_file type).
143 # The label for the dynamic linker is rootfs in the recovery partition. This is because
Dcomposd.te4 # Host dynamic AIDL services
Dfuseblkd_untrusted.te16 # Permissions to read dynamic partitions blocks.
Dsnapuserd.te19 # dm-X and dynamic partitions.
Dueventd.te51 # the dynamic linker and shared libraries.
/system/chre/doc/
Dnanoapp_overview.md51 before dynamic loading functionality is enabled. For example, the FeatureWorld
100 At the binary level, a preloaded nanoapp and fully dynamic nanoapp are
104 and `.so` file for the actual binary, a fully dynamic nanoapp has the header
107 can be used to create a fully dynamic nanoapp file from these components.
109 Instead of being stored on the device filesystem, fully dynamic nanoapps can be
Dframework_overview.md63 5. Since the mechanism of supporting dynamic linkage and position independent
77 2. The Nanoapp Support Library (NSL) and/or the platform's dynamic linking
195 Examples include RTTI, exceptions, overuse of dynamic memory allocation, etc.
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h173 typedef struct dynamic { struct
/system/update_engine/update_engine/
Dupdate_metadata.proto342 // Metadata related to all dynamic partitions.
352 // Whether dynamic partitions have snapshots during the update. If this is
353 // set to true, the update_engine daemon creates snapshots for all dynamic
355 // NOT create snapshots for dynamic partitions.
432 // Metadata related to all dynamic partitions.
/system/update_engine/
Dupdate_metadata.proto342 // Metadata related to all dynamic partitions.
352 // Whether dynamic partitions have snapshots during the update. If this is
353 // set to true, the update_engine daemon creates snapshots for all dynamic
355 // NOT create snapshots for dynamic partitions.
432 // Metadata related to all dynamic partitions.
/system/logging/logd/
DLogTags.cpp647 bool dynamic = source && !strcmp(source, dynamic_event_log_tags); in WritePersistEventLogTags() local
648 bool debug = (!dynamic && source && !strcmp(source, debug_event_log_tags)) || in WritePersistEventLogTags()
662 if (!dynamic || !RebuildFileEventLogTags(dynamic_event_log_tags)) { in WritePersistEventLogTags()
/system/extras/libatrace_rust/benchmark/
DREADME.md31 You may need to push dynamic libraries they depend on as well if they're not present on device and

12