/system/vold/ |
D | vdc.cpp | 140 bool supported = false; in main() local 141 checkStatus(args, vold->supportsCheckpoint(&supported)); in main() 142 return supported ? 1 : 0; in main() 145 bool supported = false; in main() local 146 checkStatus(args, vold->supportsBlockCheckpoint(&supported)); in main() 147 return supported ? 1 : 0; in main() 149 bool supported = false; in main() local 150 checkStatus(args, vold->supportsFileCheckpoint(&supported)); in main() 151 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/chre/apps/test/common/chre_settings_test/src/ |
D | chre_settings_test_manager.cc | 149 bool supported = false; in isFeatureSupported() local 155 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported() 161 supported = (version >= CHRE_API_VERSION_1_2) && in isFeatureSupported() 167 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported() 173 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported() 179 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported() 185 supported = chreAudioGetSource(0 /* handle */, &source); in isFeatureSupported() 190 supported = (version >= CHRE_API_VERSION_1_7) && in isFeatureSupported() 198 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/extras/profcollectd/libprofcollectd/ |
D | trace_provider.rs | 40 if SimpleperfEtmTraceProvider::supported() { in get_trace_provider() 46 if LoggingTraceProvider::supported() { in get_trace_provider()
|
D | logging_trace_provider.rs | 60 pub fn supported() -> bool { in supported() method
|
D | simpleperf_etm_trace_provider.rs | 93 pub fn supported() -> bool { in supported() method
|
/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/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/libvintf/include/vintf/ |
D | VintfObjectRecovery.h | 20 #error VintfObjectRecovery is only supported in recovery and host.
|
/system/sepolicy/private/ |
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/sepolicy/prebuilts/api/34.0/private/ |
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/sepolicy/prebuilts/api/33.0/private/compat/30.0/ |
D | 30.0.compat.cil | 4 ;; TODO: Once 30.0 is no longer supported for vendor images,
|
/system/sepolicy/prebuilts/api/32.0/private/compat/30.0/ |
D | 30.0.compat.cil | 4 ;; TODO: Once 30.0 is no longer supported for vendor images,
|
/system/sepolicy/prebuilts/api/31.0/private/compat/30.0/ |
D | 30.0.compat.cil | 4 ;; TODO: Once 30.0 is no longer supported for vendor images,
|
/system/tools/hidl/test/error_test/cpp_forward_decl_restriction/1.0/ |
D | types.hal | 20 // which is not supported in C++.
|
/system/sepolicy/private/compat/30.0/ |
D | 30.0.compat.cil | 8 ;; TODO: Once 30.0 is no longer supported for vendor images,
|
/system/sepolicy/prebuilts/api/34.0/private/compat/30.0/ |
D | 30.0.compat.cil | 8 ;; TODO: Once 30.0 is no longer supported for vendor images,
|
/system/media/audio_utils/benchmarks/ |
D | Android.bp | 45 // No need to enable for host, as this is used to compare NEON which isn't supported by the host
|