| /system/core/libstats/push_compat/include/ |
| D | stats_event_list.h | 59 int retval = android_log_destroy(&ctx); in close() local 73 int retval = android_log_write_list_begin(ctx); in begin() local 80 int retval = android_log_write_list_end(ctx); in end() local 88 int retval = android_log_write_int32(ctx, value); variable 96 int retval = android_log_write_int32(ctx, static_cast<int32_t>(value)); variable 104 int retval = android_log_write_int32(ctx, value ? 1 : 0); variable 112 int retval = android_log_write_int64(ctx, value); variable 120 int retval = android_log_write_int64(ctx, static_cast<int64_t>(value)); variable 128 int retval = android_log_write_string8(ctx, value); variable 136 int retval = android_log_write_string8_len(ctx, value.data(), value.length()); variable [all …]
|
| /system/logging/liblog/include/log/ |
| D | log_event_list.h | 120 int retval = android_log_destroy(&ctx); in close() local 136 int retval = android_log_write_list_begin(ctx); in begin() local 141 int retval = android_log_write_list_end(ctx); in end() local 147 int retval = android_log_write_int32(ctx, value); variable 153 int retval = android_log_write_int32(ctx, static_cast<int32_t>(value)); variable 159 int retval = android_log_write_int32(ctx, value ? 1 : 0); variable 165 int retval = android_log_write_int64(ctx, value); variable 171 int retval = android_log_write_int64(ctx, static_cast<int64_t>(value)); variable 177 int retval = android_log_write_string8(ctx, value); variable 183 int retval = variable [all …]
|
| /system/keymaster/key_blob_utils/ |
| D | auth_encrypted_key_blob.cpp | 141 EncryptedKey retval; in AesGcmEncryptKey() local 219 KeymasterKeyBlob retval; in SerializeAuthEncryptedBlob() local 251 DeserializedKey retval{}; in DeserializeAuthEncryptedBlob() local 309 EncryptedKey retval; in EncryptKey() local 340 KeymasterKeyBlob retval; in DecryptKey() local
|
| /system/core/libcutils/ |
| D | fs_config_test.cpp | 79 bool retval = false; in check_unique() local 134 bool retval = false; in check_unique() local 149 bool match, retval = false; in check_fs_config_cmp() local 167 int retval = false; in check_unique() local
|
| /system/core/fs_mgr/libfiemap/ |
| D | binder.cpp | 144 bool retval; in BackingImageExists() local 155 bool retval; in IsImageMapped() local 175 std::vector<std::string> retval; in GetAllBackingImages() local 233 bool retval; in IsImageDisabled() local
|
| /system/keymaster/include/keymaster/ |
| D | android_keymaster_utils.h | 62 T retval = 0; in ntoh() local 76 T retval; in hton() local 301 CertificateChain retval; in clone() local 347 keymaster_cert_chain_t retval = *this; in release() local
|
| /system/keymaster/km_openssl/ |
| D | attestation_utils.cpp | 162 X509_NAME_Ptr retval(d2i_X509_NAME(nullptr /* Allocate X509_NAME */, &p, in get_issuer_subject() local 187 X509_NAME_Ptr retval(X509_NAME_dup(issuer_subject)); in get_issuer_subject() local 226 EVP_PKEY_Ptr retval( in get_attestation_key() local
|
| /system/hardware/interfaces/suspend/1.0/default/ |
| D | SystemSuspendUnitTest.cpp | 611 bool retval = false; in TEST_F() local 621 bool retval = false; in TEST_F() local 654 bool retval = false; in TEST_F() local 729 bool retval = false; in notifyWakeup() local 741 bool retval = false; in TEST_F() local 772 bool retval = false; in TEST_F() local 779 bool retval = false; in TEST_F() local 793 bool retval = false; in TEST_F() local 807 bool retval = false; in TEST_F() local 847 bool retval = false; in notifyAcquired() local [all …]
|
| /system/core/trusty/keymaster/keymint/ |
| D | TrustyKeyMintDevice.cpp | 51 KeyCharacteristics retval{securityLevel, {}}; in convertAuthSet() local 63 vector<KeyCharacteristics> retval; in convertKeyCharacteristics() local 79 vector<Certificate> retval; in convertCertificateChain() local
|
| /system/keymaster/contexts/ |
| D | soft_attestation_cert.cpp | 302 CertificateChain retval; in getAttestationChain() local
|
| D | keymaster2_passthrough_context.cpp | 141 CertificateChain retval = CertificateChain::clone(cchain); in GenerateAttestation() local
|
| /system/keymaster/android_keymaster/ |
| D | android_keymaster_utils.cpp | 29 uint8_t* retval = new (std::nothrow) uint8_t[size]; in dup_buffer() local
|
| D | android_keymaster_messages.cpp | 447 bool retval = copy_uint64_from_buf(buf_ptr, end, &op_handle); in NonErrorDeserialize() local 467 bool retval = copy_uint64_from_buf(buf_ptr, end, &op_handle) && input.Deserialize(buf_ptr, end); in Deserialize() local 502 bool retval = output.Deserialize(buf_ptr, end); in NonErrorDeserialize() local 539 bool retval = in Deserialize() local 560 bool retval = output.Deserialize(buf_ptr, end); in NonErrorDeserialize() local
|
| /system/logging/logd/ |
| D | TrustyLog.cpp | 78 ssize_t retval = 0; in onDataAvailable() local
|
| D | LogBufferElement.cpp | 102 char* retval = nullptr; in tidToName() local
|
| /system/libhwbinder/vts/performance/ |
| D | Benchmark.cpp | 140 int stat, retval; in main() local
|
| D | Benchmark_binder.cpp | 133 int stat, retval; in main() local
|
| /system/extras/memory_replay/ |
| D | main.cpp | 88 ssize_t retval = android_logger_list_read(list, &entry); in PrintLogStats() local
|
| /system/core/init/ |
| D | first_stage_init.cpp | 273 bool retval = m.LoadListedModules(!want_console); in LoadKernelModules() local 282 bool retval = (want_parallel) ? m.LoadModulesParallel(std::thread::hardware_concurrency()) in LoadKernelModules() local
|
| /system/keymaster/ng/ |
| D | AndroidKeyMintDevice.cpp | 181 vector<KeyCharacteristics> retval; in convertKeyCharacteristics() local 196 vector<Certificate> retval; in convertCertificateChain() local
|
| /system/core/mini_keyctl/ |
| D | mini_keyctl.cpp | 122 long retval = keyctl_get_security(key, context.data(), kMaxSupportedSize); in RetrieveSecurityContext() local
|
| /system/core/storaged/tests/ |
| D | storaged_test.cpp | 191 struct disk_perf retval; in disk_perf_multiply() local 202 struct disk_stats retval; in disk_stats_add() local
|
| /system/chre/host/common/ |
| D | st_hal_lpma_handler.cc | 263 [&](int32_t retval, SoundModelHandle handle) { in load()
|
| /system/security/keystore2/test_utils/ |
| D | ffi_test_utils.cpp | 93 string retval; in bin2hex() local 106 string retval(s); in x509NameToStr() local
|
| /system/security/keystore/ |
| D | keystore_attestation_id.cpp | 181 status_t retval = NO_ERROR; in build_attestation_package_info() local
|