Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 177) sorted by relevance

12345678

/system/chre/
Dchre_flags.aconfig7description: "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/
Dflags.aconfig7 description: "This flag controls changing journalmode to wal"
15description: "This flag disables legacy keystore put and makes it so that command returns an error"
23description: "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/
Dkeyutils.cpp37 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/
Dfastboot_test.cpp206 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/
Dmetadata_template.mako24 % 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>
DCameraMetadataKeys.mako33 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/
Devent_type.h39 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
Dcmd_list.cpp238 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/
Drun_tests.sh31 local description="$2"
33 alert "${description}"
/system/keymaster/km_openssl/
Dtriple_des_operation.cpp68 static TripleDesEvpCipherDescription description; variable
70 return description; in GetCipherDescription()
Daes_operation.cpp93 static AesEvpCipherDescription description; variable
95 return description; in GetCipherDescription()
/system/core/libkeyutils/include/
Dkeyutils.h40 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/
Dhttp_common.cc31 const char* description; in GetHttpResponseDescription() member
64 return (is_found ? http_response_table[i].description : "(unsupported)"); in GetHttpResponseDescription()
/system/libhidl/base/
DStatus.cpp96 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/
Dflags.aconfig7 description: "Feature flag for deprecate fsverity_init"
/system/core/libsysutils/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/system/chre/build/aconfig_embedded_flagging/
Dchre_embedded_flags.aconfig6 description: "Indidicates if this build targets releases beyond 24Q1"
/system/nfc/flags/
Dflags.aconfig7 description: "Support for a pure NFC Forum T5T tag"
/system/chre/external/kiss_fft/
DMETADATA2 description:
/system/server_configurable_flags/aconfigd/
Dnew_aconfig_storage.aconfig7 description: "This flag controls if aconfig storage daemon is turned on"
/system/libhidl/base/include/hidl/
DStatus.h116 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/
DProperties.aidl39 String description;
/system/hardware/interfaces/media/aidl/android/media/soundtrigger/
DProperties.aidl28 String description;
/system/hardware/interfaces/media/aidl_api/android.media.soundtrigger.types/1/android/media/soundtrigger/
DProperties.aidl39 String description;
/system/hardware/interfaces/media/aidl_api/android.media.soundtrigger.types/2/android/media/soundtrigger/
DProperties.aidl39 String description;

12345678