Searched defs:it (Results 51 - 75 of 113) sorted by relevance

12345

/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.cpp69 List<RingBufferItem>::iterator it, end, accIt; local
75 for (it = mBufferItemList.begin(), end = mBufferItemList.end();
76 it != end;
77 ++it) {
79 const RingBufferItem& item = *it;
95 accIt = it;
165 List<RingBufferItem>::iterator it, end; local
167 for (it = mBufferItemList.begin(), end = mBufferItemList.end();
168 it != end;
169 ++it) {
190 List<RingBufferItem>::iterator it, end, accIt; local
328 List<RingBufferItem>::iterator it, end, accIt; local
[all...]
/frameworks/base/core/jni/
H A Dfd_utils.cpp153 // S_ISDIR : Not supported. (We could if we wanted to, but it's unused).
194 // In particular, it can't set O_SYNC and O_DSYNC. We'll have to test for
310 // This is an unnamed local socket, we do not accept it.
316 // This is a local socket with an abstract address, we do not accept it.
323 // pathname (man 7 unix). Remove the terminator before assigning it to an
428 std::unordered_map<int, FileDescriptorInfo*>::const_iterator it; local
429 for (it = open_fd_map_.begin(); it != open_fd_map_.end(); ++it) {
430 const FileDescriptorInfo* info = it
452 std::unordered_map<int, FileDescriptorInfo*>::iterator it = open_fd_map_.begin(); local
504 std::set<int>::const_iterator it; local
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvUinputBridge.cpp67 std::map<int,int>::iterator it = keysMap.find(androidKeyCode); local
68 if (it != keysMap.end()) {
69 return it->second;
75 std::map<int,int>::iterator it = slotsMap.find(pointerId); local
76 if (it != slotsMap.end()) {
77 return it->second;
/frameworks/base/tools/incident_report/
H A Dmain.cpp211 GenericMessage::const_iterator_pair it = message->find(fieldId); local
215 if (it.first != it.second) {
224 for (GenericMessage::const_iterator_pair it = message->find(fieldId);
225 it.first != it.second; it.first++) {
226 print_value(out, field, it.first->second);
240 if (it.first != it
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h100 bfs_iterator it = bfs_iterator(BinaryTreeBase<Input>::m_Root.node.left); local
101 if (it.isGroup())
102 ++it;
103 return it;
111 const_bfs_iterator it = local
113 if (it.isGroup())
114 ++it;
115 return it;
123 dfs_iterator it = dfs_iterator(BinaryTreeBase<Input>::m_Root.node.left); local
124 if (it
134 const_dfs_iterator it = local
155 iterator it = iterator(BinaryTreeBase<Input>::m_Root.node.left); local
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp135 ArchiveMemberMapType::iterator it = m_ArchiveMemberMap.find(pName); local
136 if (it != m_ArchiveMemberMap.end())
137 return &(it.getEntry()->value());
H A DGarbageCollection.cpp89 ReachedSectionsTy::iterator it = m_ReachedSections.find(&pSection); local
90 if (it == m_ReachedSections.end())
92 return &it->second;
134 // 2. it has no reloc data. (All symbols in the input relocs are in the
308 // means no referenced between it and other sections, then skip it
316 SectionListTy::iterator it, end = reach_list->end(); local
317 for (it = reach_list->begin(); it != end; ++it) {
[all...]
H A DIdenticalCodeFolding.cpp89 KeptSections::iterator it = m_KeptSections.begin() + kept_index; local
90 LDSection* kept_sect = (*it).first;
91 Input* kept_obj = (*it).second.first;
199 for (ChecksumMap::iterator it = ret.first; it != ret.second; ++it) {
200 size_t kept_index = (*it).second;
288 KeptSections::const_iterator it = pKeptSections.find(def); local
289 llvm::format_object<size_t> kept_info("%x", (*it).second.second);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp70 HexagonPLT::iterator it = begin(); local
71 ++it;
72 if (end() != it) {
74 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
126 HexagonPLT::iterator it = m_pSectionData->begin(); local
128 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
136 ++it; // skip PLT0
141 while (it != ie) {
142 plt1 = &(llvm::cast<HexagonPLT1>(*it));
161 ++it;
170 iterator it = begin(); local
[all...]
/frameworks/compile/slang/
H A Dslang_rs_context.cpp101 auto it = mExportForEachMap.find(funcName); local
102 if (it == mExportForEachMap.end()) {
105 return it->second;
344 // unused (in the case where it is only referenced by #pragma rs
348 // Each constituent function "f" of a reduction kernel gets a dummy variable generated for it:
/frameworks/native/libs/binder/
H A DPersistableBundle.cpp49 const auto& it = map.find(key); local
50 if (it == map.end()) return false;
51 *out = it->second;
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp232 Region::const_iterator it = reg.begin(); local
234 while (it != end) {
235 out.orSelf(transform(*it++));
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp152 List<MediaBuffer *>::iterator it; local
154 it = mBuffersReceived.begin();
155 (*it)->release();
156 mBuffersReceived.erase(it);
H A DMP3Extractor.cpp302 // While it is safe to send the XING/VBRI frame to the decoder, this will
639 ID3::Iterator *it = new ID3::Iterator(id3, kMap[i].tag1); local
640 if (it->done()) {
641 delete it;
642 it = new ID3::Iterator(id3, kMap[i].tag2);
645 if (it->done()) {
646 delete it;
651 it->getString(&s);
652 delete it;
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp99 List<sp<ABuffer> >::iterator it = mBuffers.begin(); local
100 while (it != mBuffers.end()) {
101 sp<ABuffer> buffer = *it;
111 ++it;
353 List<sp<ABuffer> >::iterator it = mBuffers.begin(); local
354 while (it != mBuffers.end()) {
355 sp<ABuffer> oldBuffer = *it;
360 it = mBuffers.erase(it);
364 ++it;
422 List<sp<ABuffer> >::iterator it; local
472 List<sp<ABuffer> >::iterator it; local
541 List<sp<ABuffer> >::iterator it; local
586 List<sp<ABuffer> >::iterator it; local
645 List<sp<ABuffer> >::iterator it; local
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp498 List<sp<ABuffer> >::iterator it = queue->begin(); local
499 while (it != queue->end()) {
500 if ((uint32_t)(*it)->int32Data() >= mNextExpectedSeqNo) {
504 it = queue->erase(it);
H A DARTPConnection.cpp218 List<StreamInfo>::iterator it = mStreams.begin(); local
219 while (it != mStreams.end()
220 && (it->mRTPSocket != rtpSocket || it->mRTCPSocket != rtcpSocket)) {
221 ++it;
224 if (it == mStreams.end()) {
228 mStreams.erase(it);
257 for (List<StreamInfo>::iterator it = mStreams.begin();
258 it != mStreams.end(); ++it) {
281 List<StreamInfo>::iterator it = mStreams.begin(); local
312 List<StreamInfo>::iterator it = mStreams.begin(); local
655 List<StreamInfo>::iterator it = mStreams.begin(); local
[all...]
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
H A DParameterManagerWrapper.cpp225 typename std::map<string, T *>::iterator it = elementsMap.find(name); local
226 ALOG_ASSERT(it != elementsMap.end(), "Element %s not found", name.c_str());
227 return it != elementsMap.end() ? it->second : NULL;
234 typename std::map<string, T *>::const_iterator it = elementsMap.find(name); local
235 ALOG_ASSERT(it != elementsMap.end(), "Element %s not found", name.c_str());
236 return it != elementsMap.end() ? it->second : NULL;
/frameworks/av/services/mediaanalytics/
H A DMediaAnalyticsService.cpp134 // ALWAYS at the end, since it catches everything
239 // validate the record; we discard if we don't like it
247 // sure it doesn't appear in the finalized list.
260 // if finalizing, we'll remove it
286 // combine the records, send it to finalized if appropriate
474 List<MetricsSummarizer *>::iterator it = list->begin(); local
475 for (; it != list->end(); it++) {
476 if (only != NULL && strcmp(only, (*it)->getKey()) != 0) {
477 ALOGV("Told to omit '%s'", (*it)
516 List<MediaAnalyticsItem *>::iterator it = theList->begin(); local
703 List<MetricsSummarizer *>::iterator it = summarizers->begin(); local
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp119 for (MultipartListType::iterator it = m_MultipartList.begin();
120 it != m_MultipartList.end();
121 ++it) {
123 it->m_pLastLocal = &m_SectionData->back();
124 reserve(it->m_LocalNum);
125 it->m_pLastGlobal = &m_SectionData->back();
126 reserve(it->m_GlobalNum);
127 it->m_pLastTLS = &m_SectionData->back();
128 reserve(it->m_TLSNum);
130 if (it
396 GotEntryMapType::iterator it = m_GotGlobalEntriesMap.find(key); local
434 GotEntryMapType::iterator it = m_GotTLSGdEntriesMap.find(key); local
442 GotEntryMapType::iterator it = m_GotTLSGotEntriesMap.find(key); local
464 GotEntryMapType::iterator it = m_GotLocalEntriesMap.find(key); local
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp174 X86PLT::iterator it = m_pPLT->begin(); local
175 unsigned int plt0_size = llvm::cast<PLTEntryBase>((*it)).size();
177 memcpy(buffer, llvm::cast<PLTEntryBase>((*it)).getValue(), plt0_size);
179 ++it;
183 while (it != ie) {
184 plt1 = &(llvm::cast<PLTEntryBase>(*it));
188 ++it;
477 for (X86_32GOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie;
478 ++it,
[all...]
/frameworks/native/cmds/lshal/
H A DListCommand.cpp532 auto it = allDebugInfos.find(fqInstanceName); local
533 if (it == allDebugInfos.end()) {
544 const DebugInfo &info = it->second;
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp71 // Sanity check and clamp power if it is 0 (or close)
99 // Poke ISensor service. If it has lingering connection from previous generation of
100 // system server, it will kill itself. There is no intention to handle the poll result,
265 // If a connected dynamic sensor is deactivated, remove it from the
267 auto it = mConnectedDynamicSensors.find(handle); local
268 if (it != mConnectedDynamicSensors.end()) {
269 delete it->second;
270 mConnectedDynamicSensors.erase(it);
427 // Check if this sensor has been activated previously and disable it.
594 // if mTBatch <= mTSample, it i
629 auto it = mConnectedDynamicSensors.find(dyn.sensorHandle); local
650 auto it = mConnectedDynamicSensors.find(info.sensorHandle); local
[all...]
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp43 // TODO(jessehall): This file currently builds up global data structures as it
372 // Check whether it *may* be possible to load the library directly from
410 auto it = std::find_if(extensions.cbegin(), extensions.cend(), local
414 return (it != extensions.cend()) ? &*it : nullptr;
/frameworks/av/media/libmedia/
H A DIOMX.cpp576 for (List<ComponentInfo>::iterator it = list.begin();
577 it != list.end(); ++it) {
578 ComponentInfo &cur = *it;
706 // the buffer says it's bigger than it actually is
988 std::list<omx_message>::const_iterator it = messages.cbegin(); local
993 while (it != messages.cend()) {
994 const omx_message &msg = *it++;

Completed in 298 milliseconds

12345