/system/connectivity/shill/shims/ |
D | c_ppp.cc | 42 string user, pass; in PPPGetSecret() local 43 if (!PPP::GetInstance()->GetSecret(&user, &pass)) { in PPPGetSecret() 50 strcpy(password, pass.c_str()); // NOLINT(runtime/printf) in PPPGetSecret()
|
/system/extras/tests/wifi/stress/ |
D | wifiLoadScanAssoc.c | 132 unsigned int pass; in main() local 267 for (pass = startPass; pass <= endPass; pass++) { in main() 273 testPrintI("==== Starting pass: %u", pass); in main() 276 srand48(pass); in main() 331 testPrintI("==== Completed pass: %u", pass); in main() 367 testPrintI("Successfully completed %u passes", pass - startPass); in main()
|
/system/vold/fs/ |
D | Vfat.cpp | 73 int pass = 1; in Check() local 102 if (pass++ <= 3) { in Check() 104 pass); in Check()
|
/system/bt/bta/av/ |
D | bta_av_act.c | 268 } else if (opcode == AVRC_OP_PASS_THRU && p_msg->pass.p_pass_data != NULL) { in bta_av_rc_msg_cback() 269 p_data_src = p_msg->pass.p_pass_data; in bta_av_rc_msg_cback() 270 data_len = (UINT16) p_msg->pass.pass_len; in bta_av_rc_msg_cback() 288 p_buf->msg.pass.p_pass_data = p_data_dst; in bta_av_rc_msg_cback() 892 if (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VENDOR) in bta_av_rc_msg() 898 bta_av_group_navi_supported(p_data->rc_msg.msg.pass.pass_len, in bta_av_rc_msg() 899 p_data->rc_msg.msg.pass.p_pass_data, is_inquiry); in bta_av_rc_msg() 903 else if (((p_data->rc_msg.msg.pass.op_id == AVRC_ID_VOL_UP)|| in bta_av_rc_msg() 904 (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VOL_DOWN)) && in bta_av_rc_msg() 913 bta_av_op_supported(p_data->rc_msg.msg.pass.op_id, is_inquiry); in bta_av_rc_msg() [all …]
|
/system/bt/stack/avrc/ |
D | avrc_api.c | 721 msg.pass.op_id = (AVRC_PASS_OP_ID_MASK & *p_data); in avrc_msg_cback() 723 msg.pass.state = TRUE; in avrc_msg_cback() 725 msg.pass.state = FALSE; in avrc_msg_cback() 727 msg.pass.pass_len = *p_data++; in avrc_msg_cback() 728 if (msg.pass.pass_len != p_pkt->len - 5) in avrc_msg_cback() 729 msg.pass.pass_len = p_pkt->len - 5; in avrc_msg_cback() 730 if (msg.pass.pass_len) in avrc_msg_cback() 731 msg.pass.p_pass_data = p_data; in avrc_msg_cback() 733 msg.pass.p_pass_data = NULL; in avrc_msg_cback()
|
D | avrc_pars_tg.c | 402 status = avrc_pars_pass_thru(&p_msg->pass, &id); in AVRC_ParsCommand()
|
D | avrc_pars_ct.c | 437 status = avrc_pars_pass_thru(&p_msg->pass, &id); in AVRC_ParsResponse()
|
/system/core/libmemunreachable/ |
D | README.md | 6 …ory leak detector. It uses an imprecise mark-and-sweep garbage collector pass over all native mem… 35 The sequence of steps required to perform a leak detection pass is divided into three processes - t… 48 12. The mark-and-sweep pass is performed starting from roots. 60 - `HeapWalker.cpp`: Performs the mark-and-sweep pass over active allocations.
|
/system/core/adb/ |
D | jdwp_service.cpp | 565 int pass; member 601 if (jdwp->pass == 0) { in jdwp_socket_ready() 605 jdwp->pass = 1; in jdwp_socket_ready() 625 s->pass = 0; in create_jdwp_service_socket()
|
D | OVERVIEW.TXT | 73 its role is to initiate the connection, then of being a pass-through
|
/system/sepolicy/ |
D | dex2oat.te | 38 # pass file descriptors for the preopted boot image to dex2oat. So dex2oat needs to be able to
|
D | README | 37 Additionally, OEMs can specify BOARD_SEPOLICY_M4DEFS to pass arbitrary m4
|
/system/extras/ext4_utils/ |
D | ext4fixup.c | 492 static int is_entry_dir(int fd, struct ext4_dir_entry_2 *dirp, int pass) in is_entry_dir() argument 507 if ((pass == UPDATE_INODE_NUMS) && !(dirp->inode & 0x80000000)) { in is_entry_dir()
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 119 echo Setting usb pass-thru to $state
|
/system/bt/service/doc/ |
D | IBluetoothGattServer.txt | 95 * of success, the application should pass in "0". Otherwise this should
|
/system/update_engine/ |
D | update_metadata.proto | 179 // block_size. It is used for BSDIFF, because we need to pass that 180 // external program the number of bytes to read from the blocks we pass it.
|
/system/security/keystore/ |
D | IKeystoreService.cpp | 1452 String16 pass = data.readString16(); in onTransact() local 1453 int32_t ret = onUserPasswordChanged(userId, pass); in onTransact() 1469 String16 pass = data.readString16(); in onTransact() local 1470 int32_t ret = unlock(userId, pass); in onTransact()
|
/system/bt/stack/include/ |
D | avrc_defs.h | 835 tAVRC_MSG_PASS pass; /* PASS THROUGH message. */ member
|
/system/core/init/ |
D | readme.txt | 130 Create a unix domain socket named /dev/socket/<name> and pass
|
/system/connectivity/shill/doc/ |
D | service-api.txt | 862 exit if this many seconds pass without reception 871 restart if this many seconds pass without reception
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 10320 should pass an indication to the unmarshaling function for 10357 to pass the structure generically as a ‘b’. Most function calls use the 't' member so that the comp…
|
D | raw_structures_fixed.txt | 10348 should pass an indication to the unmarshaling function for 10385 to pass the structure generically as a ‘b’. Most function calls use the 't' member so that the comp…
|
D | raw_commands.txt | 4981 // when the object was imported. If they pass the integrity 14823 key is created for a single pass key exchange with another TPM. However, there are other cases, such
|
D | raw_commands_fixed.txt | 4983 // when the object was imported. If they pass the integrity 14834 key is created for a single pass key exchange with another TPM. However, there are other cases, such
|