Home
last modified time | relevance | path

Searched refs:creation (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.cpp426 SurfaceCreation* creation(increment->mutable_surface_creation()); in addSurfaceCreationLocked() local
427 creation->set_id(getLayerId(layer)); in addSurfaceCreationLocked()
428 creation->set_name(getLayerName(layer)); in addSurfaceCreationLocked()
429 creation->set_w(layer->mCurrentState.active_legacy.w); in addSurfaceCreationLocked()
430 creation->set_h(layer->mCurrentState.active_legacy.h); in addSurfaceCreationLocked()
507 DisplayCreation* creation(increment->mutable_display_creation()); in addDisplayCreationLocked() local
508 creation->set_id(info.sequenceId); in addDisplayCreationLocked()
509 creation->set_name(info.displayName); in addDisplayCreationLocked()
510 creation->set_is_secure(info.isSecure); in addDisplayCreationLocked()
512 creation->set_display_id(info.displayId->value); in addDisplayCreationLocked()
/frameworks/av/drm/mediacas/plugins/clearkey/protos/
Dlicense_protos.proto26 // The asset_id must not be set on creation. It is only used for assets of
37 // Must be unset on creation. Required for mutate operations on CLEARKEY_CAS assets.
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DMockTracker.java23 import org.mockito.internal.creation.settings.CreationSettings;
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt39 This extension enables the creation of EGL fence sync objects that are
234 creation whether the sync object should support querying the native fence
277 flush following the creation of an EGL Android fence sync object that is
/frameworks/native/vulkan/api/
Dvulkan.api729 …yout an image is when its contents are undefined due to various reasons (e.g. right after creation)
2544 /// Buffer creation flags
2614 /// Image creation flags
2658 /// Image view creation flags
2665 /// Pipeline creation flags
2693 /// Fence creation flags
2699 /// Semaphore creation flags
2767 /// Shader module creation flags
2772 /// Event creation flags
2907 /// Command pool creation flags
[all …]
/frameworks/base/packages/SystemUI/docs/
Dplugin_hooks.md17 Use: Controls the creation of QS Tiles and their views, can used to add or change system QS tiles, …
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_alloc.rscript326 // Test rs_type creation
379 // Test rs_allocation creation
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_alloc.rscript328 // Test rs_type creation
381 // Test rs_allocation creation
/frameworks/compile/mclinker/tools/mcld/
DOptions.td89 … HelpText<"Request creation of unwind info for linker generated code sections like PLT">;
209 HelpText<"Request creation of .eh_frame_hdr section and PT_GNU_EH_FRAME segment">;
/frameworks/base/proto/src/
Dipconnectivity.proto15 // Every network gets assigned a network_id on creation based on order of
16 // creation. Thus network_id N is assigned to the network created directly
552 // Every network gets assigned a unique id on creation from a monotonic
Dwifi.proto1241 // number of unique apps which experienced a discovery session creation failure due to lack of
1293 // histogram of usage (in MB) of data-path creation time (in ms) measured as request -> confirm
1296 // statistics for data-path (NDP) creation time (in ms) measured as request -> confirm: minimum
1299 // statistics for data-path (NDP) creation time (in ms) measured as request -> confirm: maximum
1302 // statistics for data-path (NDP) creation time (in ms) measured as request -> confirm: sum
1305 // statistics for data-path (NDP) creation time (in ms) measured as request -> confirm: sum of sq
1308 // statistics for data-path (NDP) creation time (in ms) measured as request -> confirm: number of
/frameworks/base/core/proto/android/service/
Dnotification.proto209 // Indicates whether this ZenRule has been modified after its initial creation
/frameworks/av/media/tests/benchmark/
DREADME.md220 1. **currentTime** : The time recorded at the creation of the stats. This may be used to estimate t…
/frameworks/layoutlib/create/
DREADME.txt210 work as some native methods are static and we don't control object creation.
/frameworks/ml/nn/runtime/
DNOTICE409 the creation of, or owns Covered Software.
543 Contributions are its original creation(s) or it has sufficient rights
/frameworks/base/cmds/statsd/src/
Datoms.proto3330 * Logs creation or removal of an isolated uid. Isolated uid's are temporary uid's to sandbox risky
3472 // timestamp(elapsedRealtime) of record creation
4431 // timestamp(wall clock) of record creation
4450 // timestamp(wall clock) of record creation
4485 // timestamp(wall clock) of record creation
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t378 * Starting at API level 30, the application may request creation of device native memory from