Searched defs:found (Results 1 - 25 of 56) sorted by relevance

123

/system/core/debuggerd/libdebuggerd/test/
H A Dopen_files_list_test.cpp40 bool found = false; local
44 found = true;
48 EXPECT_TRUE(found);
/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/libvintf/
H A DHalInterface.cpp47 bool found = false; local
48 forEachInstance([&found](const auto&, const auto&, bool) {
49 found = true;
52 return found;
/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...]
H A DMoveStorage.cpp64 bool found = false; local
75 found = true;
78 return found ? OK : -1;
/system/bt/btif/co/
H A Dbta_gatts_co.cc65 bool found = false; local
72 found = true;
77 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/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/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/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
/system/core/libunwindstack/
H A DDexFiles.cpp134 bool found = false; local
138 found = true;
142 if (!found) {
H A DJitDebug.cpp182 bool found = false; local
186 found = true;
190 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);
H A Dread_apk.cpp77 bool found = false; local
84 found = true;
89 if (!found) {
93 // We found something in the zip file at the right spot. Is it an ELF?
108 // Elf found: add EmbeddedElf to vector, update cache.
/system/bt/bta/gatt/
H A Dbta_gattc_utils.cc132 VLOG(1) << __func__ << ": found clcb:" << +i_clcb << " available";
163 * Description find or allocate CLCB if not found.
279 bool found = false; local
284 found = true;
291 /* if not found, try to recycle one known device */
292 if (!found && !p_recycle)
294 else if (!found && p_recycle)
524 VLOG(1) << __func__ << ": found conn_track:" << +i_conn << " available";
550 VLOG(1) << __func__ << ": found conn_track:" << +i_conn << " matched";
/system/bt/bta/pan/
H A Dbta_pan_act.cc260 bool found = false; local
268 found = true;
274 if (!found) return false;
/system/bt/service/example/heart_rate/
H A Dheart_rate_server.cc163 bool found = false; local
169 found = true;
184 if (found) {
/system/bt/stack/btm/
H A Dbtm_dev.cc105 bool found = false; local
108 for (int i = HCI_EXT_FEATURES_PAGE_MAX; !found && i >= 0; i--) {
111 found = true;
160 * Returns true if removed OK, false if not found or ACL link is active
296 BTM_TRACE_DEBUG("btm_dev_support_switch return true (feature found)");
/system/chre/core/
H A Devent_loop.cc64 bool found = false; local
68 found = true;
73 return found;
/system/core/init/
H A Daction.cpp161 bool found = name.empty(); local
167 found = true;
176 return found;
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/core/logd/
H A DLogReader.cpp131 // newer, but use the last entry found to ensure overlap.
179 bool found() { function in class:LogFindStart
190 if (!logFindStart.found()) {
/system/hwservicemanager/
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/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...]

Completed in 2570 milliseconds

123