Home
last modified time | relevance | path

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

1234

/system/vold/
Dvdc.cpp115 bool supported = false; in main() local
116 checkStatus(args, vold->supportsCheckpoint(&supported)); in main()
117 return supported ? 1 : 0; in main()
120 bool supported = false; in main() local
121 checkStatus(args, vold->supportsBlockCheckpoint(&supported)); in main()
122 return supported ? 1 : 0; in main()
124 bool supported = false; in main() local
125 checkStatus(args, vold->supportsFileCheckpoint(&supported)); in main()
126 return supported ? 1 : 0; in main()
DKeyUtil.cpp71 static bool supported; in isFsKeyringSupported() local
84 supported = false; in isFsKeyringSupported()
90 supported = true; in isFsKeyringSupported()
101 return supported; in isFsKeyringSupported()
/system/keymaster/android_keymaster/
Doperation.cpp24 bool OperationFactory::supported(keymaster_padding_t padding) const { in supported() function in keymaster::OperationFactory
33 bool OperationFactory::supported(keymaster_block_mode_t block_mode) const { in supported() function in keymaster::OperationFactory
42 bool OperationFactory::supported(keymaster_digest_t digest) const { in supported() function in keymaster::OperationFactory
96 } else if (!supported(*padding)) { in GetAndValidatePadding()
135 } 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()
152 bool FilesystemHasReliablePinning(const std::string& file, bool* supported) { in FilesystemHasReliablePinning() argument
159 *supported = true; in FilesystemHasReliablePinning()
168 return F2fsPinBeforeAllocate(fd, supported); in FilesystemHasReliablePinning()
Dutility.h42 bool F2fsPinBeforeAllocate(int file_fd, bool* supported);
52 bool FilesystemHasReliablePinning(const std::string& file, bool* supported);
Dfiemap_writer.cpp440 bool supported; in AllocateFile() local
441 if (!F2fsPinBeforeAllocate(file_fd, &supported)) { in AllocateFile()
444 if (supported) { in AllocateFile()
/system/chre/apps/test/common/chre_settings_test/src/
Dchre_settings_test_manager.cc127 bool supported = false; in isFeatureSupported() local
133 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported()
139 supported = (version >= CHRE_API_VERSION_1_2) && in isFeatureSupported()
145 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported()
151 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported()
157 supported = (version >= CHRE_API_VERSION_1_1) && in isFeatureSupported()
165 return supported; in isFeatureSupported()
/system/keymaster/include/keymaster/
Doperation.h74 bool supported(keymaster_padding_t padding) const;
75 bool supported(keymaster_block_mode_t padding) const;
76 bool supported(keymaster_digest_t padding) const;
/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/tools/hidl/test/error_test/tag_name_does_not_exist/1.0/
Drequired_error1 tag_does_not_exist is not a supported tag
/system/bt/stack/test/
Dstack_a2dp_test.cc198 bool supported = false; in StackA2dpTest() local
201 supported = true; in StackA2dpTest()
204 supported = true; in StackA2dpTest()
209 supported = has_shared_library(APTX_ENCODER_LIB_NAME); in StackA2dpTest()
214 supported = has_shared_library(APTX_HD_ENCODER_LIB_NAME); in StackA2dpTest()
219 supported = has_shared_library(LDAC_ENCODER_LIB_NAME); in StackA2dpTest()
222 supported = true; in StackA2dpTest()
225 supported = true; in StackA2dpTest()
230 supported = has_shared_library(LDAC_DECODER_LIB_NAME); in StackA2dpTest()
238 if (supported) { in StackA2dpTest()
/system/bt/gd/l2cap/classic/internal/
Dlink.cc224 void Link::SetRemoteSupportsErtm(bool supported) { in SetRemoteSupportsErtm() argument
225 remote_supports_ertm_ = supported; in SetRemoteSupportsErtm()
232 void Link::SetRemoteSupportsFcs(bool supported) { in SetRemoteSupportsFcs() argument
233 remote_supports_fcs_ = supported; in SetRemoteSupportsFcs()
Dlink.h127 virtual void SetRemoteSupportsErtm(bool supported);
129 virtual void SetRemoteSupportsFcs(bool supported);
/system/tools/hidl/test/error_test/cpp_forward_decl_restriction/1.0/
Dtypes.hal20 // which is not supported in C++.
/system/update_engine/update_engine/
Dupdate_metadata.proto89 // The operations allowed in the payload (supported by the client) depend on the
175 // On minor version 2 or newer, these operations are supported:
180 // operations are supported:
183 // On minor version 4 or newer, these operations are supported:
188 // On minor version 5 or newer, these operations are supported:
269 // On minor version 6 or newer, these fields are supported:
335 // If either is absent, it means signatures aren't supported in this
/system/update_engine/
Dupdate_metadata.proto89 // The operations allowed in the payload (supported by the client) depend on the
175 // On minor version 2 or newer, these operations are supported:
180 // operations are supported:
183 // On minor version 4 or newer, these operations are supported:
188 // On minor version 5 or newer, these operations are supported:
269 // On minor version 6 or newer, these fields are supported:
335 // If either is absent, it means signatures aren't supported in this
/system/apex/docs/
DREADME.md125 ### File types supported
177 APEX mainline modules are supported on devices using kernel versions 4.4 or
189 This version is only supported for devices that are upgraded from Android 9 to
324 - `lib32`: Matches the 32-bit ABI of the device, if supported.
325 - `lib64`: Matches the 64-bit ABI of the device, it supported.
326 - `prefer32`: Matches the 32-bit ABI of the device, if supported. If the
327 32-bit ABI isn't supported, matches the 64-bit ABI.
477 triggers aren't supported in APEXs.
527 supported. It should be either all non-flattened or all flattened. This is
/system/sepolicy/prebuilts/api/27.0/private/
Dseapp_contexts54 # levelFrom=user is only supported for _app or _isolated UIDs.
55 # levelFrom=app or levelFrom=all is only supported for _app UIDs.
/system/sepolicy/prebuilts/api/26.0/private/
Dseapp_contexts54 # levelFrom=user is only supported for _app or _isolated UIDs.
55 # levelFrom=app or levelFrom=all is only supported for _app UIDs.
/system/chre/doc/
Dcompatibility.md11 cross-device compatibility for all nanoapps which are written in a supported
84 query `chreGetApiVersion()` to find out the version of the CHRE API supported by
98 `platform/shared/nanoapp/nanoapp_support_lib_dso.cc`, this is supported by
100 underlying platform if it’s supported, or replacing it with stub functionality.
119 all available versions. This means that if the first API supported by a target
/system/sepolicy/prebuilts/api/28.0/private/
Dseapp_contexts54 # levelFrom=user is only supported for _app or _isolated UIDs.
55 # levelFrom=app or levelFrom=all is only supported for _app UIDs.
/system/media/audio_utils/include/audio_utils/
Dfifo.h24 #error C API is no longer supported
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/generated/
Dflatbuffers_types.fbs31 * More than one security mode can be supported */
/system/libhidl/
DAndroid.bp73 // TODO(b/137948090): not fully supported in APEX for certain usecases
/system/extras/simpleperf/doc/
Dexecutable_commands_reference.md72 The list command: lists all event types supported on the Android device.
113 On ARM/ARM64, the list command also shows a list of raw events, they are the events supported by
116 into instructions. The raw events are provided in case we want to use some events supported on the
485 trace-offcpu is implemented using sched:sched_switch tracepoint event, which may not be supported
486 on old kernels. But it is guaranteed to be supported on devices >= Android O MR1. We can check
487 whether trace-offcpu is supported as below.
495 If trace-offcpu is supported, it will be shown in the feature list. Then we can try it.

1234