Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 240) sorted by relevance

12345678910

/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/
DComposerClientReader.h96 auto found = mReturnData.find(display); in hasChanges() local
97 if (found == mReturnData.end()) { in hasChanges()
103 const ReturnData& data = found->second; in hasChanges()
112 auto found = mReturnData.find(display); in takeChangedCompositionTypes() local
113 if (found == mReturnData.end()) { in takeChangedCompositionTypes()
117 ReturnData& data = found->second; in takeChangedCompositionTypes()
124 auto found = mReturnData.find(display); in takeDisplayRequests() local
125 if (found == mReturnData.end()) { in takeDisplayRequests()
129 ReturnData& data = found->second; in takeDisplayRequests()
136 auto found = mReturnData.find(display); in takeReleaseFences() local
[all …]
/hardware/google/gfxstream/common/utils/
DStrings.cpp27 size_t found; in Split() local
29 found = s.find_first_of(delimiters, base); in Split()
30 result.push_back(s.substr(base, found - base)); in Split()
31 if (found == s.npos) break; in Split()
32 base = found + 1; in Split()
/hardware/google/gfxstream/host/
DBlobManager.cpp44 auto found = mHostMemInfos.find(key); in removeMapping() local
45 if (found != mHostMemInfos.end()) { in removeMapping()
46 std::optional<HostMemInfo> ret = found->second; in removeMapping()
47 mHostMemInfos.erase(found); in removeMapping()
73 auto found = mDescriptorInfos.find(key); in removeDescriptorInfo() local
74 if (found != mDescriptorInfos.end()) { in removeDescriptorInfo()
75 std::optional<ManagedDescriptorInfo> ret = std::move(found->second); in removeDescriptorInfo()
76 mDescriptorInfos.erase(found); in removeDescriptorInfo()
/hardware/google/av/hooks/
Dpre-commit26 BEGIN { found=0 }
28 if (found) { print substr(chunk, 2); found=0; chunk="" }
35 found=1;
45 END { if (found) { print substr(chunk, 2) } }
/hardware/qcom/sm8150/thermal/
Dthermal_common.c132 int found = -1; in get_tzn() local
139 return found; in get_tzn()
145 return found; in get_tzn()
150 return found; in get_tzn()
182 found = 1; in get_tzn()
187 if (found == 1) in get_tzn()
191 if (found == 1) { in get_tzn()
195 found = tzn; in get_tzn()
202 return found; in get_tzn()
/hardware/interfaces/broadcastradio/aidl/default/
DBroadcastRadio.cpp353 auto found = in findNextLocked() local
356 if (found < mProgramList.end() - 1) { in findNextLocked()
363 if (utils::tunesTo(current, found->selector)) found++; in findNextLocked()
366 auto firstFound = found; in findNextLocked()
368 utils::getAmFmFrequency(found->selector) == currentChannel) || in findNextLocked()
369 (hasDabSId && utils::getDabSId(found->selector) == currentChannel)) { in findNextLocked()
370 if (found < mProgramList.end() - 1) { in findNextLocked()
371 found++; in findNextLocked()
373 found = mProgramList.begin(); in findNextLocked()
375 if (found == firstFound) { in findNextLocked()
[all …]
/hardware/interfaces/broadcastradio/2.0/default/
DTunerSession.cpp146 auto found = lower_bound(list.begin(), list.end(), VirtualProgram({current})); in scan() local
148 if (found < list.end() - 1) { in scan()
149 if (tunesTo(current, found->selector)) found++; in scan()
151 found = list.begin(); in scan()
154 if (found > list.begin() && found != list.end()) { in scan()
155 found--; in scan()
157 found = list.end() - 1; in scan()
160 auto tuneTo = found->selector; in scan()
/hardware/google/graphics/common/libgscaler/
Dexynos_subdev.c77 bool found = false; in exynos_subdev_get_node_num() local
118 found = true; in exynos_subdev_get_node_num()
124 } while (found == false); in exynos_subdev_get_node_num()
126 if (found) in exynos_subdev_get_node_num()
136 bool found = false; in exynos_subdev_open_devname() local
178 found = true; in exynos_subdev_open_devname()
184 } while (found == false); in exynos_subdev_open_devname()
186 if (found) { in exynos_subdev_open_devname()
/hardware/google/graphics/common/libv4l2/
Dexynos_subdev.c74 bool found = false; in exynos_subdev_get_node_num() local
115 found = true; in exynos_subdev_get_node_num()
121 } while (found == false); in exynos_subdev_get_node_num()
123 if (found) in exynos_subdev_get_node_num()
133 bool found = false; in exynos_subdev_open_devname() local
175 found = true; in exynos_subdev_open_devname()
181 } while (found == false); in exynos_subdev_open_devname()
183 if (found) { in exynos_subdev_open_devname()
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
DMap.h165 bool found = false; in erase() local
172 found = true; in erase()
180 found = true; in erase()
191 found = true; in erase()
201 found = true; in erase()
214 if (found)size_of_list--; in erase()
216 return found; in erase()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
DMap.h165 bool found = false; in erase() local
172 found = true; in erase()
180 found = true; in erase()
191 found = true; in erase()
201 found = true; in erase()
214 if (found)size_of_list--; in erase()
216 return found; in erase()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
DMap.h165 bool found = false; in erase() local
172 found = true; in erase()
180 found = true; in erase()
191 found = true; in erase()
201 found = true; in erase()
214 if (found)size_of_list--; in erase()
216 return found; in erase()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
DMap.h166 bool found = false; in erase() local
173 found = true; in erase()
181 found = true; in erase()
192 found = true; in erase()
202 found = true; in erase()
215 if (found)size_of_list--; in erase()
217 return found; in erase()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
DMap.h160 bool found = false; in erase() local
169 found = true; in erase()
177 found = true; in erase()
188 found = true; in erase()
198 found = true; in erase()
209 if(found)size_of_list--; in erase()
210 return found; in erase()
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dset_test.cpp160 bool found = false; in TEST() local
161 struct set_entry *entry = _mesa_set_search_or_add(s, &c, &found); in TEST()
163 EXPECT_EQ(found, true); in TEST()
166 found = false; in TEST()
167 struct set_entry *entry3 = _mesa_set_search_or_add(s, &d, &found); in TEST()
169 EXPECT_EQ(found, false); in TEST()
/hardware/google/camera/common/sensor_listener/
Dgoog_sensor_environment.cc127 bool found = false; in GetSensorHandle() local
130 [&sensor, &found](const auto& info, auto result) { in GetSensorHandle()
137 found = true; in GetSensorHandle()
140 if (found) { in GetSensorHandle()
146 return found ? sensor.sensorHandle : -1; in GetSensorHandle()
/hardware/interfaces/camera/
DREADME.md9 More details and versioning information can be found within each particular HAL.
11 More complete information about the Android camera HAL and subsystem can be found at
16 The AIDL Camera HAL interfaces can be found in the respective <interface>/aidl
/hardware/qcom/sm8150p/gps/android/1.1/
DGnss.cpp57 std::size_t found = s.find("CRM:"); in getVersionString() local
58 if (std::string::npos == found) { in getVersionString()
64 found += 4; in getVersionString()
65 while (0 != substr[found] && isspace(substr[found])) { in getVersionString()
66 found++; in getVersionString()
68 if (s.find("11:") != found) { in getVersionString()
71 s.erase(0, found + 3); in getVersionString()
73 found = s.find_first_of("\r\n"); in getVersionString()
74 if (std::string::npos != found) { in getVersionString()
75 s.erase(s.begin() + found, s.end()); in getVersionString()
/hardware/qcom/sm8150/gps/android/1.1/
DGnss.cpp58 std::size_t found = s.find("CRM:"); in getVersionString() local
59 if (std::string::npos == found) { in getVersionString()
65 found += 4; in getVersionString()
66 while (0 != substr[found] && isspace(substr[found])) { in getVersionString()
67 found++; in getVersionString()
69 if (s.find("11:") != found) { in getVersionString()
72 s.erase(0, found + 3); in getVersionString()
74 found = s.find_first_of("\r\n"); in getVersionString()
75 if (std::string::npos != found) { in getVersionString()
76 s.erase(s.begin() + found, s.end()); in getVersionString()
/hardware/qcom/sm7150/gps/android/1.1/
DGnss.cpp57 std::size_t found = s.find("CRM:"); in getVersionString() local
58 if (std::string::npos == found) { in getVersionString()
64 found += 4; in getVersionString()
65 while (0 != substr[found] && isspace(substr[found])) { in getVersionString()
66 found++; in getVersionString()
68 if (s.find("11:") != found) { in getVersionString()
71 s.erase(0, found + 3); in getVersionString()
73 found = s.find_first_of("\r\n"); in getVersionString()
74 if (std::string::npos != found) { in getVersionString()
75 s.erase(s.begin() + found, s.end()); in getVersionString()
/hardware/qcom/sm7250/gps/android/1.1/
DGnss.cpp58 std::size_t found = s.find("CRM:"); in getVersionString() local
59 if (std::string::npos == found) { in getVersionString()
65 found += 4; in getVersionString()
66 while (0 != substr[found] && isspace(substr[found])) { in getVersionString()
67 found++; in getVersionString()
69 if (s.find("11:") != found) { in getVersionString()
72 s.erase(0, found + 3); in getVersionString()
74 found = s.find_first_of("\r\n"); in getVersionString()
75 if (std::string::npos != found) { in getVersionString()
76 s.erase(s.begin() + found, s.end()); in getVersionString()
/hardware/google/gfxstream/qnx/nto/
Dqnx.nto.toolchain.cmake3 …message(FATAL_ERROR "QNX_HOST environment variable not found. Please set path to your QNX SDP inst…
7 message(FATAL_ERROR "QNX_TARGET environment variable not found. Please set QNX target path")
11 …message(FATAL_ERROR "PROCESSOR variable not found. This variable should be set in the Makefile at …
15 …message(FATAL_ERROR "VARIANT variable not found. This variable should be set in the Makefile at VA…
/hardware/interfaces/usb/aidl/
Dconversion.log8 An unknown named type was found in translation: android.hardware.usb@1.0::PortStatus
9 An unknown named type was found in translation: android.hardware.usb@1.0::PortStatus
10 An unknown named type was found in translation: android.hardware.usb@1.0::PortStatus
/hardware/interfaces/broadcastradio/1.1/default/
DTuner.cpp203 auto found = lower_bound(list.begin(), list.end(), VirtualProgram({current})); in scan() local
205 if (found < list.end() - 1) { in scan()
206 if (utils::tunesTo(current, found->selector)) found++; in scan()
208 found = list.begin(); in scan()
211 if (found > list.begin() && found != list.end()) { in scan()
212 found--; in scan()
214 found = list.end() - 1; in scan()
217 auto tuneTo = found->selector; in scan()
/hardware/google/aemu/host-common/
DHostmemIdMapping.cpp90 auto found = mDescriptorInfos.find(id); in removeDescriptorInfo() local
91 if (found != mDescriptorInfos.end()) { in removeDescriptorInfo()
92 std::optional<ManagedDescriptorInfo> ret = std::move(found->second); in removeDescriptorInfo()
93 mDescriptorInfos.erase(found); in removeDescriptorInfo()

12345678910