/system/netd/server/ |
D | CommandListener.cpp | 562 int rc = 0; in runCommand() local 665 int rc = 0; in runCommand() local 705 int rc = 0; in runCommand() local 757 int rc = ResponseCode::SoftapStatusResult; in runCommand() local 802 int rc = 0; in runCommand() local 896 int rc = gCtls->bandwidthCtrl.enableBandwidthControl(true); in runCommand() local 902 int rc = gCtls->bandwidthCtrl.disableBandwidthControl(); in runCommand() local 912 int rc = gCtls->bandwidthCtrl.removeInterfaceSharedQuota(argv[2]); in runCommand() local 923 int rc = gCtls->bandwidthCtrl.getInterfaceSharedQuota(&bytes); in runCommand() local 943 int rc = gCtls->bandwidthCtrl.getInterfaceQuota(argv[2], &bytes); in runCommand() local [all …]
|
/system/core/logd/ |
D | libaudit.c | 41 int rc; in get_ack() local 85 int rc; in audit_send() local 167 int rc; in audit_setup() local 213 int rc = 0; in audit_get_reply() local 269 int rc = close(fd); in audit_close() local
|
/system/core/fs_mgr/ |
D | fs_mgr_format.c | 37 int fd, rc = 0; in format_ext4() local 68 int rc = 0; in format_f2fs() local 106 int rc = -EINVAL; in fs_mgr_do_format() local
|
/system/security/keystore/ |
D | keystore_main.cpp | 66 int rc = keymaster0_open(mod, &km0_device); in keymaster0_device_initialize() local 109 int rc = keymaster1_open(mod, &km1_device); in keymaster1_device_initialize() local 142 int rc = keymaster2_open(mod, &km2_device); in keymaster2_device_initialize() local 161 int rc = hw_get_module_by_class(KEYSTORE_HARDWARE_MODULE_ID, NULL, &mod); in keymaster_device_initialize() local
|
/system/update_engine/payload_consumer/ |
D | file_writer.cc | 37 ssize_t rc = write(fd_, char_bytes + bytes_written, in Write() local 49 int rc = close(fd_); in Close() local
|
D | bzip_extent_writer.cc | 31 int rc = BZ2_bzDecompressInit(&stream_, in Init() local 60 int rc = BZ2_bzDecompress(&stream_); in Write() local
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper_ipc.c | 33 int rc = tipc_connect(TRUSTY_DEVICE_NAME, GATEKEEPER_PORT); in trusty_gatekeeper_connect() local 54 ssize_t rc = write(handle_, msg, msg_size); in trusty_gatekeeper_call() local
|
/system/vold/fs/ |
D | Vfat.cpp | 74 int rc = 0; in Check() local 129 int rc; in Mount() local 190 int rc = ForkExecvp(cmd); in Format() local
|
/system/tpm/trunks/ |
D | tpm_generated.cc | 9418 TPM_RC rc = TPM_RC_SUCCESS; in SerializeCommand_Startup() local 9504 TPM_RC rc = TPM_RC_SUCCESS; in ParseResponse_Startup() local 9596 TPM_RC rc = Tpm::ParseResponse_Startup( in StartupResponseParser() local 9619 TPM_RC rc = SerializeCommand_Startup( in Startup() local 9635 TPM_RC rc = SerializeCommand_Startup( in StartupSync() local 9654 TPM_RC rc = TPM_RC_SUCCESS; in SerializeCommand_Shutdown() local 9740 TPM_RC rc = TPM_RC_SUCCESS; in ParseResponse_Shutdown() local 9832 TPM_RC rc = Tpm::ParseResponse_Shutdown( in ShutdownResponseParser() local 9855 TPM_RC rc = SerializeCommand_Shutdown( in Shutdown() local 9871 TPM_RC rc = SerializeCommand_Shutdown( in ShutdownSync() local [all …]
|
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 275 ssize_t rc; in closer3_test() local 342 ssize_t rc; in echo_test() local 405 ssize_t rc; in burst_write_test() local 451 int rc; in _wait_for_msg() local 505 ssize_t rc; in select_test() local 550 ssize_t rc; in blocked_read_test() local 638 ssize_t rc; in dev_uuid_test() local 697 int rc = 0; in main() local
|
/system/extras/verity/ |
D | verify_boot_signature.c | 168 int rc = -1; in validate_signature_block() local 226 int rc = -1; in hash_image() local 315 int rc = -1; in verify_signature() local 366 int rc = 1; in verify() local
|
/system/bt/btif/test/ |
D | btif_storage_test.cpp | 35 bool rc = string_to_uuid(s1, &uuid); in TEST() local 42 bool rc = string_to_uuid("This is not a UUID", &uuid); in TEST() local
|
/system/extras/tests/pagingtest/ |
D | pagingtest.c | 19 ssize_t rc; in create_tmp_file() local 138 int rc; in main() local
|
/system/vold/ |
D | cryptfs.c | 114 int rc; in keymaster_init() local 155 int rc = 0; in keymaster_check_compatibility() local 213 int rc = 0; in keymaster_create_key() local 295 int rc = 0; in keymaster_sign_object() local 541 int rc = -1; in get_crypt_ftr_info() local 607 int rc = -1; in put_crypt_ftr_and_key() local 755 int rc = -1; in get_crypt_ftr_and_key() local 1292 int rc; local 1336 int rc = 0; local 1511 int i, err, rc; local [all …]
|
D | Loop.cpp | 48 int rc; in dumpState() local 92 int rc; in lookupActive() local 137 int rc; in create() local
|
/system/core/libnetutils/ |
D | dhcptool.c | 39 int rc = do_dhcp(interface); in main() local
|
/system/core/debuggerd/ |
D | signal_sender.cpp | 89 int rc = TEMP_FAILURE_RETRY(read(sfd[0], &msg, sizeof(msg))); in start_signal_sender() local 163 ssize_t rc = TEMP_FAILURE_RETRY(read(signal_fd, &response, sizeof(response))); in send_signal() local
|
/system/extras/ext4_utils/ |
D | ext4_crypt_init_extensions.cpp | 75 int rc = android_fork_execvp(4, (char**) argv, NULL, false, true); in e4crypt_create_device_key() local 103 int rc = android_fork_execvp(4, (char**) argv, NULL, false, true); in e4crypt_do_init_user0() local
|
/system/update_engine/payload_generator/ |
D | bzip.cc | 45 int rc = BZ2_bzBuffToBuffCompress( in BzipCompress() local
|
/system/bt/stack/smp/ |
D | aes.c | 508 uint_8t cc, rc, hi; local 672 static void update_encrypt_key_128( uint_8t k[N_BLOCK], uint_8t *rc ) 694 { uint_8t s1[N_BLOCK], r, rc = 1; local 726 static void update_decrypt_key_128( uint_8t k[N_BLOCK], uint_8t *rc ) 748 uint_8t s1[N_BLOCK], r, rc = 0x6c; local 779 static void update_encrypt_key_256( uint_8t k[2 * N_BLOCK], uint_8t *rc ) 815 uint_8t s1[N_BLOCK], r, rc = 1; local 859 static void update_decrypt_key_256( uint_8t k[2 * N_BLOCK], uint_8t *rc ) 896 uint_8t s1[N_BLOCK], r, rc = 0x80; local
|
/system/core/trusty/libtrusty/ |
D | trusty.c | 33 int rc; in tipc_connect() local
|
/system/core/toolbox/ |
D | prlimit.c | 50 int rc; in prlimit_main() local
|
/system/core/libsysutils/src/ |
D | SocketClient.cpp | 159 int rc = sendDataLockedv(vec, 1); in sendData() local 167 int rc = sendDataLockedv(iov, iovcnt); in sendDatav() local 194 ssize_t rc = TEMP_FAILURE_RETRY( in sendDataLockedv() local
|
/system/extras/libfec/ |
D | fec_process.cpp | 26 ssize_t rc; member 79 ssize_t rc = 0; in process() local
|
/system/core/libcutils/ |
D | iosched_policy.c | 45 int rc; in android_get_ioprio() local
|