/system/vold/ |
D | vdc.cpp | 111 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()
|
D | KeyUtil.cpp | 96 static bool supported = isFsKeyringSupportedImpl(); in isFsKeyringSupported() local 97 return supported; in isFsKeyringSupported()
|
/system/keymaster/android_keymaster/ |
D | operation.cpp | 24 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/ |
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);
|
D | fiemap_writer.cpp | 440 bool supported; in AllocateFile() local 441 if (!F2fsPinBeforeAllocate(file_fd, &supported)) { in AllocateFile() 444 if (supported) { in AllocateFile()
|
/system/chre/platform/slpi/ |
D | memory.cc | 64 #error SLPI UIMG memory allocation not supported in memoryAlloc() 98 #error SLPI UIMG memory free not supported in memoryFree()
|
/system/keymaster/include/keymaster/ |
D | operation.h | 74 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/ |
D | gnss_world.cc | 123 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/ |
D | required_error | 1 tag_does_not_exist is not a supported tag
|
/system/bt/stack/test/ |
D | stack_a2dp_test.cc | 198 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/ |
D | types.hal | 20 // which is not supported in C++.
|
/system/update_engine/ |
D | update_metadata.proto | 89 // 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/ |
D | update_metadata.proto | 89 // 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/ |
D | README.md | 125 ### 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/ |
D | seapp_contexts | 54 # 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/ |
D | seapp_contexts | 54 # 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/ |
D | HdmiProperties.sysprop | 29 # The HDMI CEC device types supported by this device
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | seapp_contexts | 54 # 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/ |
D | fifo.h | 25 #error C API is no longer supported
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ |
D | flatbuffers_types.fbs | 31 * More than one security mode can be supported */
|
/system/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 72 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/ |
D | seapp_contexts | 90 # 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/ |
D | bpfloader.rc | 12 # ro.kernel.ebpf.supported, ro.product.first_api_level & ro.build.version.sdk
|
/system/libhidl/ |
D | Android.bp | 73 // TODO(b/137948090): not fully supported in APEX for certain usecases
|