/frameworks/av/drm/libmediadrm/protos/ |
D | metrics.proto | 82 // Count and execution time of getKeyRequest calls. 85 // Count and execution time of provideKeyResponse calls. 88 // Count of getProvisionRequest calls. 91 // Count of provideProvisionResponse calls. 94 // Count of key status events broken out by status type. 97 // Count of events broken out by event type 100 // Count getPropertyByteArray calls to retrieve the device unique id.
|
/frameworks/compile/slang/ |
D | slang_rs_reflection_state.h | 246 void beginForEaches(size_t Count); 271 void beginInvokables(size_t Count) { in beginInvokables() argument 273 begin(&File::mInvokables, Count); in beginInvokables() 289 void beginReduces(size_t Count) { in beginReduces() argument 291 begin(&File::mReduces, Count); in beginReduces() 338 void beginVariables(size_t Count) { in beginVariables() argument 340 begin(&File::mVariables, Count); in beginVariables() 718 void begin(ArrayWithCursor<Member> File::*Array, size_t Count) { in begin() argument 725 (file.*Array).BeginCollecting(Count); in begin()
|
D | slang_rs_reflection_state.cpp | 237 void ReflectionState::beginForEaches(size_t Count) { in beginForEaches() argument 244 file.mForEaches = new File::ForEach[Count]; in beginForEaches() 245 file.mForEachCount = Count; in beginForEaches()
|
/frameworks/base/libs/protoutil/tests/ |
D | test.proto | 24 enum Count { enum 29 optional Count val_enum = 16;
|
/frameworks/native/vulkan/libvulkan/ |
D | api.cpp | 106 uint32_t Count() const { return name_count_; } in Count() function in vulkan::api::__anona3a2f4e70111::OverrideLayerNames 367 uint32_t Count() const { return name_count_; } in Count() function in vulkan::api::__anona3a2f4e70111::OverrideExtensionNames 547 if (override_layers_.Count()) { in ActivateLayers() 549 layer_count = override_layers_.Count(); in ActivateLayers() 736 return (!layer_count_ && !override_layers_.Count() && in Empty() 737 !override_extensions_.Count()); in Empty() 757 if (override_layers_.Count()) { in ModifyCreateInfo() 758 info.enabledLayerCount = override_layers_.Count(); in ModifyCreateInfo() 762 if (override_extensions_.Count()) { in ModifyCreateInfo() 763 info.enabledExtensionCount = override_extensions_.Count(); in ModifyCreateInfo() [all …]
|
/frameworks/compile/libbcc/bcinfo/ |
D | MetadataExtractor.cpp | 101 const char **&NameList, size_t &Count) { in populateNameMetadata() argument 104 Count = 0; in populateNameMetadata() 108 Count = NameMetadata->getNumOperands(); in populateNameMetadata() 109 if (!Count) { in populateNameMetadata() 114 NameList = new const char *[Count]; in populateNameMetadata() 116 for (size_t i = 0; i < Count; i++) { in populateNameMetadata() 127 Count = 0; in populateNameMetadata()
|
/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
D | RawBatteryStats.java | 92 public enum Count { enum in RawBatteryStats 105 Count count(); in count() 171 @Line(tag="bt", scope=Scope.SYSTEM, count=Count.SINGLE) 212 @Line(tag="gn", scope=Scope.SYSTEM, count=Count.SINGLE) 245 @Line(tag="gmcd", scope=Scope.SYSTEM, count=Count.SINGLE) 260 @Line(tag="m", scope=Scope.SYSTEM, count=Count.SINGLE) 326 @Line(tag="nt", scope=Scope.UID, count=Count.SINGLE) 396 @Line(tag="sgt", scope=Scope.SYSTEM, count=Count.SINGLE) 402 @Line(tag="sst", scope=Scope.SYSTEM, count=Count.SINGLE) 408 @Line(tag="uid", scope=Scope.UID, count=Count.MULTIPLE) [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Control.cpp | 517 LVM_INT16 Count = 5; in LVM_ApplyNewSettings() local 527 Count--; in LVM_ApplyNewSettings() 529 (Count > 0)); in LVM_ApplyNewSettings()
|
/frameworks/base/tools/aapt2/ |
D | ResourceValues.h | 352 enum { Zero = 0, One, Two, Few, Many, Other, Count }; enumerator 354 std::array<std::unique_ptr<Item>, Count> values;
|
D | Debug.cpp | 197 constexpr std::array<const char*, Plural::Count> kPluralNames = { in Visit() 200 for (size_t i = 0; i < Plural::Count; i++) { in Visit()
|
/frameworks/base/core/proto/android/service/ |
D | procstats.proto | 152 // Count of excessive CPU kills 155 // Count of kills when cached
|
/frameworks/base/proto/src/ |
D | wifi.proto | 131 // Count of scans in state. 175 // Count of times connectivity watchdog confirmed pno is working 178 // Count of times connectivity watchdog found pno not working 181 // Count of times connectivity watchdog confirmed background scan is working 184 // Count of times connectivity watchdog found background scan not working 265 // Count of times Passpoint provider being installed. 268 // Count of times Passpoint provivider is installed successfully. 271 // Count of times Passpoint provider is being uninstalled. 274 // Count of times Passpoint provider is uninstalled successfully. 277 // Count of saved Passpoint providers device has ever connected to. [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 74 30034 am_service_crashed_too_much (User|1|5),(Crash Count|1|1),(Component Name|3),(PID|1|5)
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 260 51400 ifw_intent_matched (Intent Type|1|5),(Component Name|3),(Caller Uid|1|5),(Caller Pkg Count|1|…
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 553 // Count of results returned by BLE scanning. 555 // Count of results returned by BLE scans when app is in background.
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2515 // Count all ACTION_PRINTER_SELECT_ALL actions. 5837 // Tagged data for SMART_REPLY_VISIBLE. Count of number of smart replies. 6133 // FIELD: IO_OPERATION_COUNT - Count of how many times this slow IO operation happened 6741 // Tagged data for SMART_REPLY_VISIBLE. Count of number of smart actions.
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5073 // Count of excessive CPU kills 5076 // Count of kills when cached
|