Searched refs:found (Results 1 - 25 of 75) sorted by relevance

123

/system/security/keystore/tests/
H A Dauth_token_table_test.cpp99 const HardwareAuthToken* found; local
102 table.FindAuthorization(make_set(1), KeyPurpose::SIGN, 0, &found));
103 EXPECT_EQ(1U, found->userId);
104 EXPECT_EQ(2U, found->authenticatorId);
107 table.FindAuthorization(make_set(2), KeyPurpose::SIGN, 0, &found));
108 EXPECT_EQ(1U, found->userId);
109 EXPECT_EQ(2U, found->authenticatorId);
112 table.FindAuthorization(make_set(3), KeyPurpose::SIGN, 0, &found));
113 EXPECT_EQ(3U, found->userId);
114 EXPECT_EQ(4U, found
132 const HardwareAuthToken* found; local
154 const HardwareAuthToken* found; local
240 const HardwareAuthToken* found; local
249 const HardwareAuthToken* found; local
266 const HardwareAuthToken* found; local
276 const HardwareAuthToken* found; local
286 const HardwareAuthToken* found; local
319 const HardwareAuthToken* found; local
[all...]
/system/core/debuggerd/libdebuggerd/test/
H A Dopen_files_list_test.cpp40 bool found = false; local
44 found = true;
48 EXPECT_TRUE(found);
/system/libvintf/
H A DHalInterface.cpp47 bool found = false; local
48 forEachInstance([&found](const auto&, const auto&, bool) {
49 found = true;
52 return found;
H A DCompatibilityMatrix.cpp86 bool found = false; local
99 found |= match;
102 return !found || !foundOthers;
105 if (!found) {
433 bool found = false; local
435 [&found, &instance](const auto& e) {
436 found |= (e.matchInstance(instance));
437 return !found; // if not found, continue
439 return found;
[all...]
/system/vold/
H A DProcess.cpp48 bool found = false; local
57 found = true;
61 return found;
92 bool found = false; local
94 found |= checkMaps(path + "/maps", prefix);
95 found |= checkSymlink(path + "/cwd", prefix);
96 found |= checkSymlink(path + "/root", prefix);
97 found |= checkSymlink(path + "/exe", prefix);
107 found |= checkSymlink(fd_path + "/" + fd_de->d_name, prefix);
111 if (found) {
[all...]
/system/bt/bta/mce/
H A Dbta_mce_act.cc63 int found = 0; local
90 evt_data.mas[found].scn = pe.params[0];
95 evt_data.mas[found].p_srv_name = (char*)p_attr->attr_value.v.array;
96 evt_data.mas[found].srv_name_len =
102 evt_data.mas[found].instance_id = p_attr->attr_value.v.u8;
107 evt_data.mas[found].msg_type = p_attr->attr_value.v.u8;
109 found++;
110 } while (p_rec != NULL && found < BTA_MCE_MAX_MAS_INSTANCES);
112 evt_data.num_mas = found;
/system/bt/bta/hl/
H A Dbta_hl_utils.cc86 * Returns true if found
91 bool found = false; local
100 found = true;
106 found = true;
110 if (!found) {
112 "bta_hl_find_sdp_idx_using_ctrl_psm found=%d sdp_idx=%d ctrl_psm=0x%x ",
113 found, *p_sdp_idx, ctrl_psm);
116 return found;
253 * Returns bool true - found
254 * false - not found
260 bool found = true; local
423 bool found = false; local
525 bool found = false; local
754 bool found = false; local
788 bool found = false; local
824 bool found = false; local
859 bool found = false; local
893 bool found = false; local
925 bool found = false; local
956 bool found = false; local
992 bool found = false; local
1031 bool found = false; local
1067 bool found = false; local
1149 bool found = false; local
1197 bool found = false; local
1277 bool found = false; local
1316 bool found = false, result = true; local
1437 bool found = false; local
1542 bool found = false; local
1769 bool found = false; local
1801 bool found = false; local
1863 bool found = false; local
2170 bool found = true; local
[all...]
/system/security/keystore/
H A Dauth_token_table.cpp115 const HardwareAuthToken** found) {
125 return FindAuthPerOpAuthorization(key_sids, auth_type, op_handle, found);
127 return FindTimedAuthorization(key_sids, auth_type, key_info, found);
133 const HardwareAuthToken** found) {
143 *found = &matching_op->token();
150 const HardwareAuthToken** found) {
172 *found = &newest_match->token();
202 auto found = find_if(entries_, [&](Entry& e) { return e.token().challenge == op_handle; }); local
203 if (found == entries_.end()) return;
205 assert(!IsSupersededBySomeEntry(*found));
113 FindAuthorization(const AuthorizationSet& key_info, KeyPurpose purpose, uint64_t op_handle, const HardwareAuthToken** found) argument
131 FindAuthPerOpAuthorization(const std::vector<uint64_t>& sids, HardwareAuthenticatorType auth_type, uint64_t op_handle, const HardwareAuthToken** found) argument
147 FindTimedAuthorization(const std::vector<uint64_t>& sids, HardwareAuthenticatorType auth_type, const AuthorizationSet& key_info, const HardwareAuthToken** found) argument
[all...]
H A Dauth_token_table.h76 uint64_t op_handle, const HardwareAuthToken** found);
147 const HardwareAuthToken** found);
150 const AuthorizationSet& key_info, const HardwareAuthToken** found);
/system/bt/btif/co/
H A Dbta_gatts_co.cc65 bool found = false; local
72 found = true;
77 if (!found) {
/system/update_engine/scripts/update_payload/
H A Dblock_tracer.py3 # found in the LICENSE file.
60 found = False
72 '%d: %s: found %s (total block offset: %d)\n' %
75 found = True
80 if found:
/system/core/base/
H A Dstrings.cpp38 size_t found; local
40 found = s.find_first_of(delimiters, base);
41 result.push_back(s.substr(base, found - base));
42 if (found == s.npos) break;
43 base = found + 1;
/system/core/init/
H A Dinit_first_stage.cpp170 bool found = false; local
171 auto dm_callback = [this, &dm_path, &found](const Uevent& uevent) {
174 found = true;
180 if (!found) {
181 LOG(INFO) << "device-mapper device not found in /sys, waiting for its uevent";
186 if (!found) {
187 LOG(ERROR) << "device-mapper device not found after polling timeout";
195 // UeventCallback() will remove found partitions from required_devices_partition_names_.
196 // So if it isn't empty here, it means some partitions are not found.
199 << ": partition(s) not found i
255 bool found = false; local
[all...]
/system/hwservicemanager/
H A DHidlService.cpp61 bool found = false;
66 found = true;
72 return found;
H A DServiceManager.cpp139 bool found = false;
144 found = true;
150 return found;
156 bool found = false;
160 found |= service->removeListener(who);
163 return found;
540 bool found = false; local
543 found |= interfaceMapping.second.removePackageListener(who);
546 return found;
550 bool found local
[all...]
/system/bt/stack/include/
H A Da2dp_api.h85 typedef void(tA2DP_FIND_CBACK)(bool found, tA2DP_Service* p_service,
132 * returned for the first service record found on the
/system/bt/tools/scripts/
H A Dbtsnooz.py149 found = False
152 if found:
159 found = True
161 if not found:
162 sys.stderr.write('No btsnooz section found in bugreport.\n')
/system/libhidl/transport/include/hidl/
H A DHidlBinderSupport.h224 bool found; local
226 result = parcel->findBuffer(buf, sizeof(T), &found, &childHandle, &childOffset);
231 *shouldResolveRefInBuffer = !found;
236 if(!found) { // did not find it.
240 // found the buffer. easy case.
282 bool found; local
284 result = parcel->findBuffer(buf, sizeof(T), &found, &childHandle, &childOffset);
289 *shouldResolveRefInBuffer = !found;
294 if(!found) { // did not find it.
297 // found th
[all...]
/system/bt/btif/src/
H A Dbtif_hl.cc195 bool found = false; local
206 found = true;
213 if (found) break;
215 BTIF_TRACE_DEBUG("%s found=%d channel_id=0x%08x", __func__, found, channel_id,
217 return found;
244 BTIF_TRACE_DEBUG("btif_hl_num_dchs: mcl handle found j =%d", j);
247 BTIF_TRACE_DEBUG("btif_hl_num_dchs_in_use:found x =%d", x);
324 bool found = false; local
330 found
464 bool found = false; local
812 bool found = false; local
852 bool found = false; local
890 bool found = false; local
926 bool found = false; local
971 bool found = false; local
1033 bool found = false; local
1062 bool found = false; local
1193 bool found = false; local
1423 bool found = false; local
1451 bool found = false; local
1481 bool found = false; local
1517 bool found = false; local
1556 bool found = false; local
1609 bool found = false; local
1675 bool found = false; local
1700 bool found = false; local
1731 bool found = false; local
1757 bool found = false; local
1781 bool found = false; local
4109 bool found = false; local
[all...]
/system/update_engine/payload_generator/
H A Dcycle_breaker.cc158 bool found = false; // Was "f" in the original paper. local
183 found = true;
186 found = true;
193 if (found) {
208 return found;
/system/core/logd/
H A DLogBuffer.cpp480 { // start of scope for found iterator
484 LogBufferIteratorMap::iterator found = mLastWorst[id].find(key); local
485 if ((found != mLastWorst[id].end()) && (it == found->second)) {
486 mLastWorst[id].erase(found);
490 { // start of scope for pid found iterator
494 LogBufferPidIteratorMap::iterator found = local
496 if ((found != mLastWorstPidOfSystem[id].end()) &&
497 (it == found->second)) {
498 mLastWorstPidOfSystem[id].erase(found);
592 LogBufferElement* found = it->second; local
805 LogBufferIteratorMap::iterator found = local
816 LogBufferPidIteratorMap::iterator found = local
[all...]
/system/core/libunwindstack/
H A DDexFiles.cpp134 bool found = false; local
138 found = true;
142 if (!found) {
/system/extras/libperfmgr/
H A DNode.cc120 bool found = false; local
124 found = true;
128 return found;
/system/extras/simpleperf/
H A Dcmd_report_test.cpp133 bool found = false; local
137 found = true;
141 return found;
145 bool found = false; local
149 found = true;
153 return found;
478 bool found = false; local
482 found = true;
486 ASSERT_TRUE(found);
/system/bt/stack/a2dp/
H A Da2dp_api.cc68 bool found = false; local
76 /* loop through all records we found */
78 /* get next record; if none found, we're done */
113 found = true;
123 (*a2dp_cb.find.p_cback)(found, &a2dp_svc, peer_address);
245 * returned for the first service record found on the

Completed in 531 milliseconds

123