/system/keymaster/legacy_support/ |
D | keymaster_passthrough_operation.cpp | 38 size_t consumed = 0; in Finish() local 40 &consumed, &out_params, &out); in Finish() 57 if (consumed == 0) { in Finish() 61 in.data += consumed; in Finish() 62 if (consumed > in.data_length) return KM_ERROR_UNKNOWN_ERROR; in Finish() 63 in.data_length -= consumed; in Finish()
|
/system/chre/chpp/ |
D | transport.c | 133 size_t consumed = 0; in chppConsumePreamble() local 137 while (consumed < len && in chppConsumePreamble() 140 if ((offset == 0 && buf[consumed] == CHPP_PREAMBLE_BYTE_FIRST) || in chppConsumePreamble() 141 (offset == 1 && buf[consumed] == CHPP_PREAMBLE_BYTE_SECOND)) { in chppConsumePreamble() 145 } else if (buf[consumed] == CHPP_PREAMBLE_BYTE_FIRST) { in chppConsumePreamble() 154 consumed++; in chppConsumePreamble() 164 return consumed; in chppConsumePreamble() 1446 size_t consumed = 0; in chppRxDataCb() local 1447 while (consumed < len) { in chppRxDataCb() 1456 consumed += in chppRxDataCb() [all …]
|
/system/extras/simpleperf/ |
D | ETMBranchListFile.cpp | 233 bool ProcessRecord(const Record& r, bool& consumed) override; 263 bool ETMBranchListGeneratorImpl::ProcessRecord(const Record& r, bool& consumed) { in ProcessRecord() argument 264 consumed = true; // No need to store any records. in ProcessRecord()
|
D | ETMBranchListFile.h | 144 virtual bool ProcessRecord(const Record& r, bool& consumed) = 0;
|
D | cmd_record.cpp | 1540 bool consumed = false; in ProcessRecord() local 1541 if (!etm_branch_list_generator_->ProcessRecord(*record, consumed)) { in ProcessRecord() 1544 if (consumed) { in ProcessRecord()
|
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 552 int size, consumed, readable, max, payload; in get_groups() local 556 size = consumed = max = payload = 0; in get_groups() 562 &size, size_mult, &consumed, consumed_mult, &readable, readable_mult, in get_groups() 581 full_consumed = consumed; in get_groups() 1226 int size, consumed, readable, max, payload; in TEST() local 1228 size = consumed = max = payload = 0; in TEST() 1232 &size, size_mult, &consumed, consumed_mult, &readable, readable_mult, &max, in TEST() 1234 long full_size = size, full_consumed = consumed; in TEST()
|
/system/libvintf/test/ |
D | VintfObjectRecoveryTest.cpp | 168 bool consumed = ConsumePrefix(&subpath, kSystemManifestFragmentDir); in setUpManifests() local 169 EXPECT_TRUE(consumed) in setUpManifests()
|
/system/logging/logd/ |
D | README.replay.md | 43 input file is consumed.
|
/system/keymaster/contexts/ |
D | pure_soft_keymaster_context.cpp | 581 size_t consumed = 0; in UnwrapKey() local 606 &consumed); in UnwrapKey()
|
/system/extras/simpleperf/doc/ |
D | debug_dwarf_unwinding.md | 9 By default, `simpleperf record` unwinds a sample before saving it to disk, to reduce space consumed
|
D | scripts_reference.md | 169 The first tab is "Chart Statistics". You can click the pie chart to show the time consumed by each
|
D | executable_commands_reference.md | 354 By default, the cpu-cycles event is used to evaluate consumed cpu cycles. But we can also use other
|
/system/logging/logcat/ |
D | logcat.cpp | 969 long consumed = android_logger_get_log_consumed_size(logger); in Run() local 976 auto consumed_format = format_of_size(consumed); in Run()
|
/system/security/keystore2/src/km_compat/ |
D | km_compat.cpp | 870 uint32_t consumed = 0; in update() local 878 consumed = inputConsumed; in update() 886 if (errorCode == KMV1::ErrorCode::OK && consumed == 0) { in update() 893 inputPos += consumed; in update()
|
/system/chre/test/simulation/ |
D | README.md | 232 a pointer to a memory block that might be released before the data is consumed
|