/system/chre/ |
D | chre_flags.aconfig | 7 …description: "This flag controls nanoapp load failure logging in the HAL and the addition of Metri… 14 description: "This flag controls the addition of MetricsReporter into the CHRE daemon" 21 description: "This flag controls the waiting-for-nanoapp-start behavior in the CHRE daemon" 28 description: "This flag controls removing a count limit on reporting the AP wakeup metric" 35 description: "Call IContextHubCallback.getUuid() to retrieve the UUID when this flag is on" 42 description: "Abort the HAL process if no context hub info found. For debug purpose only." 49 description: "A flag guarding the change of reducing lock holding period to avoid deadlock." 56 description: "Reconnect host endpoints of ContextHubService after Context Hub HAL restarts." 63 description: "A flag guarding the fix of reducing lock holding period to avoid deadlock." 74 description: "Enable the reliable message APIs" [all …]
|
/system/security/keystore2/aconfig/ |
D | flags.aconfig | 7 description: "This flag controls changing journalmode to wal" 15 …description: "This flag disables legacy keystore put and makes it so that command returns an error" 23 …description: "Include support for importing keys that were previously software-emulated into KeyMi… 31 description: "Abandon Keystore database retry loop after an interval"
|
/system/core/libkeyutils/ |
D | keyutils.cpp | 37 key_serial_t add_key(const char* type, const char* description, const void* payload, in add_key() argument 39 return syscall(__NR_add_key, type, description, payload, payload_length, ring_id); in add_key() 50 long keyctl_search(key_serial_t ring_id, const char* type, const char* description, in keyctl_search() argument 52 return syscall(__NR_keyctl, KEYCTL_SEARCH, ring_id, type, description, dest_ring_id); in keyctl_search()
|
/system/core/fastboot/ |
D | fastboot_test.cpp | 206 static void ParseNetworkSerialTest(const std::string& description, const std::string& serial, in ParseNetworkSerialTest() argument 212 ASSERT_RESULT_OK(parsed) << description; in ParseNetworkSerialTest() 215 EXPECT_EQ(network_serial.address, expected_address) << description; in ParseNetworkSerialTest() 216 EXPECT_EQ(network_serial.protocol, expected_protocol) << description; in ParseNetworkSerialTest() 217 EXPECT_EQ(network_serial.port, expected_port) << description; in ParseNetworkSerialTest() 220 static void ParseNetworkSerialNegativeTest(const std::string& description, in ParseNetworkSerialNegativeTest() argument 225 EXPECT_FALSE(parsed.ok()) << description; in ParseNetworkSerialNegativeTest() 226 EXPECT_EQ(parsed.error().code(), expected_error) << description; in ParseNetworkSerialNegativeTest()
|
/system/media/camera/docs/ |
D | metadata_template.mako | 24 % if tag.description and tag.description.strip(): 25 <tag id="${tag.id}">${tag.description | x}</tag> 27 <tag id="${tag.id}"><!-- TODO: fill the tag description --></tag> 47 % if section.description is not None: 48 <description>${section.description}</description> 195 % if prop.description is not None: 196 <description>${prop.description | x}</description>
|
D | CameraMetadataKeys.mako | 33 description = "" 34 if entry.description: 35 description = dedent(entry.description) + "\n\n" 42 concatenated_info = description + details + extra_detail 44 ## Glue description and details together before javadoc-izing. Otherwise @see in middle of javadoc.
|
/system/extras/simpleperf/ |
D | event_type.h | 39 EventType(const std::string& name, uint32_t type, uint64_t config, const std::string& description, in EventType() 44 description(description), in EventType() 65 std::string description; member
|
D | cmd_list.cpp | 238 if (!event_type.description.empty()) { in PrintRawEventTypes() 239 printf("\t\t# %s", event_type.description.c_str()); in PrintRawEventTypes() 276 if (!event_type.description.empty()) { in PrintEventTypesOfType() 277 printf("\t\t# %s", event_type.description.c_str()); in PrintEventTypesOfType()
|
/system/libufdt/tests/ |
D | run_tests.sh | 31 local description="$2" 33 alert "${description}"
|
/system/keymaster/km_openssl/ |
D | triple_des_operation.cpp | 68 static TripleDesEvpCipherDescription description; variable 70 return description; in GetCipherDescription()
|
D | aes_operation.cpp | 93 static AesEvpCipherDescription description; variable 95 return description; in GetCipherDescription()
|
/system/core/libkeyutils/include/ |
D | keyutils.h | 40 key_serial_t add_key(const char* type, const char* description, const void* payload, 47 long keyctl_search(key_serial_t ring_id, const char* type, const char* description,
|
/system/update_engine/common/ |
D | http_common.cc | 31 const char* description; in GetHttpResponseDescription() member 64 return (is_found ? http_response_table[i].description : "(unsupported)"); in GetHttpResponseDescription()
|
/system/libhidl/base/ |
D | Status.cpp | 96 std::string Status::description() const { in description() function in android::hardware::Status 123 LOG(FATAL) << "Attempted to retrieve value from failed HIDL call: " << description(); in onValueRetrieval() 148 "protocol). Error is: " << description(); in assertOk()
|
/system/security/fsverity_init/ |
D | flags.aconfig | 7 description: "Feature flag for deprecate fsverity_init"
|
/system/core/libsysutils/ |
D | EventLogTags.logtags | 1 # See system/core/logcat/event.logtags for a description of the format of this file.
|
/system/chre/build/aconfig_embedded_flagging/ |
D | chre_embedded_flags.aconfig | 6 description: "Indidicates if this build targets releases beyond 24Q1"
|
/system/nfc/flags/ |
D | flags.aconfig | 7 description: "Support for a pure NFC Forum T5T tag"
|
/system/chre/external/kiss_fft/ |
D | METADATA | 2 description:
|
/system/server_configurable_flags/aconfigd/ |
D | new_aconfig_storage.aconfig | 7 description: "This flag controls if aconfig storage daemon is turned on"
|
/system/libhidl/base/include/hidl/ |
D | Status.h | 116 std::string description() const; 191 std::string description() const { in description() function 193 return mStatus.description(); in description()
|
/system/hardware/interfaces/media/aidl_api/android.media.soundtrigger.types/current/android/media/soundtrigger/ |
D | Properties.aidl | 39 String description;
|
/system/hardware/interfaces/media/aidl/android/media/soundtrigger/ |
D | Properties.aidl | 28 String description;
|
/system/hardware/interfaces/media/aidl_api/android.media.soundtrigger.types/1/android/media/soundtrigger/ |
D | Properties.aidl | 39 String description;
|
/system/hardware/interfaces/media/aidl_api/android.media.soundtrigger.types/2/android/media/soundtrigger/ |
D | Properties.aidl | 39 String description;
|