Home
last modified time | relevance | path

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

123

/system/vold/
Dvdc.cpp111 bool supported = false; in main() local
112 checkStatus(args, vold->supportsCheckpoint(&supported)); in main()
113 return supported ? 1 : 0; in main()
116 bool supported = false; in main() local
117 checkStatus(args, vold->supportsBlockCheckpoint(&supported)); in main()
118 return supported ? 1 : 0; in main()
120 bool supported = false; in main() local
121 checkStatus(args, vold->supportsFileCheckpoint(&supported)); in main()
122 return supported ? 1 : 0; in main()
DKeyUtil.cpp96 static bool supported = isFsKeyringSupportedImpl(); in isFsKeyringSupported() local
97 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()
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);
Dfiemap_writer.cpp440 bool supported; in AllocateFile() local
441 if (!F2fsPinBeforeAllocate(file_fd, &supported)) { in AllocateFile()
444 if (supported) { in AllocateFile()
/system/chre/platform/slpi/
Dmemory.cc64 #error SLPI UIMG memory allocation not supported in memoryAlloc()
98 #error SLPI UIMG memory free not supported in memoryFree()
/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.cc123 bool supported; in handleTimerEvent() local
130 supported = gLocationSupported; in handleTimerEvent()
136 supported = gMeasurementSupported; in handleTimerEvent()
153 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/tools/hidl/test/error_test/cpp_forward_decl_restriction/1.0/
Dtypes.hal20 // which is not supported in C++.
/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/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/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/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/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/libsysprop/srcs/android/sysprop/
DHdmiProperties.sysprop29 # The HDMI CEC device types supported by this device
/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.h25 #error C API is no longer supported
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dflatbuffers_types.fbs31 * More than one security mode can be supported */
/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.
498 If trace-offcpu is supported, it will be shown in the feature list. Then we can try it.
/system/sepolicy/prebuilts/api/29.0/private/
Dseapp_contexts90 # levelFrom=user is only supported for _app or _isolated UIDs.
91 # levelFrom=app or levelFrom=all is only supported for _app UIDs.
/system/bpf/bpfloader/
Dbpfloader.rc12 # ro.kernel.ebpf.supported, ro.product.first_api_level & ro.build.version.sdk
/system/libhidl/
DAndroid.bp73 // TODO(b/137948090): not fully supported in APEX for certain usecases

123