Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 99) sorted by relevance

1234

/system/extras/simpleperf/
Dcmd_list.cpp111 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/
Dvdc.cpp168 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/
Doperation.cpp23 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/
Dutility.cpp99 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()
Dutility.h42 bool F2fsPinBeforeAllocate(int file_fd, bool* supported);
52 bool FilesystemHasReliablePinning(const std::string& file, bool* supported);
/system/extras/profcollectd/libprofcollectd/
Dtrace_provider.rs41 if SimpleperfEtmTraceProvider::supported() { in get_trace_provider()
45 if SimpleperfLbrTraceProvider::supported() { in get_trace_provider()
51 if LoggingTraceProvider::supported() { in get_trace_provider()
Dlogging_trace_provider.rs60 pub fn supported() -> bool { in supported() method
/system/chre/apps/test/common/chre_settings_test/src/
Dchre_settings_test_manager.cc152 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/
Dgnss_world.cc115 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/
DREADME.md4 functions that are not supported by CHRE, but can be redirected to a supported
/system/keymaster/include/keymaster/
Doperation.h76 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/
Drequired_error1 tag_does_not_exist is not a supported tag
/system/sepolicy/private/
Dhal_allocator_default.te7 # to force stop the service when it's not supported
Duntrusted_app.te19 # TODO(b/229249719): Will not be supported in Android U
Duntrusted_app_32.te19 # TODO(b/229249719): Will not be supported in Android U
/system/libsysprop/srcs/android/sysprop/
DHypervisorProperties.sysprop36 prop_name: "ro.boot.hypervisor.vm.supported"
48 prop_name: "ro.boot.hypervisor.protected_vm.supported"
/system/keymint/boringssl/
DCargo.toml1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
/system/keymint/tests/
DCargo.toml1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
/system/keymint/derive/
DCargo.toml1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
/system/libvintf/include/vintf/
DVintfObjectRecovery.h20 #error VintfObjectRecovery is only supported in recovery and host.
/system/keymint/ta/
DCargo.toml1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
/system/core/fs_mgr/
Dfs_mgr_priv.h98 bool supported; member
/system/keymint/common/
DCargo.toml1 # Note that Cargo is not an officially supported build tool (Android's Soong is the official
/system/keymint/wire/
DCargo.toml1 # 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/
Dtypes.hal20 // which is not supported in C++.

1234