/system/extras/simpleperf/ |
D | cmd_list.cpp | 111 bool supported = false; in GetCpusSupportingEvent() local 115 supported = model_name == required_cpu_model; in GetCpusSupportingEvent() 120 supported = it->second.count(event_type.config) > 0; in GetCpusSupportingEvent() 123 TestEventSupportOnCpu(event_type, model.cpus[0], supported, may_supported); in GetCpusSupportingEvent() 126 if (supported) { in GetCpusSupportingEvent() 138 void TestEventSupportOnCpu(const EventType& event_type, int cpu, bool& supported, in TestEventSupportOnCpu() argument 157 supported = may_supported = false; in TestEventSupportOnCpu() 162 supported = may_supported = false; in TestEventSupportOnCpu() 166 supported = true; in TestEventSupportOnCpu() 169 supported = false; in TestEventSupportOnCpu()
|
/system/vold/ |
D | vdc.cpp | 168 bool supported = false; in main() local 169 checkStatus(args, vold->supportsCheckpoint(&supported)); in main() 170 return supported ? 1 : 0; in main() 173 bool supported = false; in main() local 174 checkStatus(args, vold->supportsBlockCheckpoint(&supported)); in main() 175 return supported ? 1 : 0; in main() 177 bool supported = false; in main() local 178 checkStatus(args, vold->supportsFileCheckpoint(&supported)); in main() 179 return supported ? 1 : 0; in main()
|
/system/keymaster/android_keymaster/ |
D | operation.cpp | 23 bool OperationFactory::supported(keymaster_padding_t padding) const { in supported() function in keymaster::OperationFactory 31 bool OperationFactory::supported(keymaster_block_mode_t block_mode) const { in supported() function in keymaster::OperationFactory 39 bool OperationFactory::supported(keymaster_digest_t digest) const { in supported() function in keymaster::OperationFactory 93 } else if (!supported(*padding)) { in GetAndValidatePadding() 132 } else if (!supported(*digest)) { in GetAndValidateDigest()
|
/system/core/fs_mgr/libfiemap/ |
D | utility.cpp | 99 bool F2fsPinBeforeAllocate(int file_fd, bool* supported) { in F2fsPinBeforeAllocate() argument 122 *supported = (iter != features.end()); in F2fsPinBeforeAllocate() 151 bool FilesystemHasReliablePinning(const std::string& file, bool* supported) { in FilesystemHasReliablePinning() argument 158 *supported = true; in FilesystemHasReliablePinning() 167 return F2fsPinBeforeAllocate(fd, supported); in FilesystemHasReliablePinning()
|
D | utility.h | 42 bool F2fsPinBeforeAllocate(int file_fd, bool* supported); 52 bool FilesystemHasReliablePinning(const std::string& file, bool* supported);
|
/system/extras/profcollectd/libprofcollectd/ |
D | trace_provider.rs | 41 if SimpleperfEtmTraceProvider::supported() { in get_trace_provider() 45 if SimpleperfLbrTraceProvider::supported() { in get_trace_provider() 51 if LoggingTraceProvider::supported() { in get_trace_provider()
|
D | logging_trace_provider.rs | 60 pub fn supported() -> bool { in supported() method
|
/system/chre/apps/test/common/chre_settings_test/src/ |
D | chre_settings_test_manager.cc | 152 bool supported = false; in isFeatureSupported() local 158 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported() 164 supported = (version >= CHRE_API_VERSION_1_2) && in isFeatureSupported() 170 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported() 176 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported() 182 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported() 188 supported = chreAudioGetSource(kAudioHandle, &source); in isFeatureSupported() 193 supported = (version >= CHRE_API_VERSION_1_7) && in isFeatureSupported() 201 return supported; in isFeatureSupported()
|
/system/chre/apps/gnss_world/ |
D | gnss_world.cc | 115 bool supported; in handleTimerEvent() local 122 supported = gLocationSupported; in handleTimerEvent() 128 supported = gMeasurementSupported; in handleTimerEvent() 145 if (supported && timerCount < ARRAY_SIZE(kReportIntervals)) { in handleTimerEvent()
|
/system/chre/std_overrides/ |
D | README.md | 4 functions that are not supported by CHRE, but can be redirected to a supported
|
/system/keymaster/include/keymaster/ |
D | operation.h | 76 bool supported(keymaster_padding_t padding) const; 77 bool supported(keymaster_block_mode_t padding) const; 78 bool supported(keymaster_digest_t padding) const;
|
/system/tools/hidl/test/error_test/tag_name_does_not_exist/1.0/ |
D | required_error | 1 tag_does_not_exist is not a supported tag
|
/system/sepolicy/private/ |
D | hal_allocator_default.te | 7 # to force stop the service when it's not supported
|
D | untrusted_app.te | 19 # TODO(b/229249719): Will not be supported in Android U
|
D | untrusted_app_32.te | 19 # TODO(b/229249719): Will not be supported in Android U
|
/system/libsysprop/srcs/android/sysprop/ |
D | HypervisorProperties.sysprop | 36 prop_name: "ro.boot.hypervisor.vm.supported" 48 prop_name: "ro.boot.hypervisor.protected_vm.supported"
|
/system/keymint/boringssl/ |
D | Cargo.toml | 1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
|
/system/keymint/tests/ |
D | Cargo.toml | 1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
|
/system/keymint/derive/ |
D | Cargo.toml | 1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
|
/system/libvintf/include/vintf/ |
D | VintfObjectRecovery.h | 20 #error VintfObjectRecovery is only supported in recovery and host.
|
/system/keymint/ta/ |
D | Cargo.toml | 1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
|
/system/core/fs_mgr/ |
D | fs_mgr_priv.h | 98 bool supported; member
|
/system/keymint/common/ |
D | Cargo.toml | 1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
|
/system/keymint/wire/ |
D | Cargo.toml | 1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
|
/system/tools/hidl/test/error_test/cpp_forward_decl_restriction/1.0/ |
D | types.hal | 20 // which is not supported in C++.
|