/frameworks/base/tools/aapt2/xml/ |
D | XmlPullParser.cpp | 105 return event_queue_.front().event; in event() 111 return event_queue_.front().data1; in comment() 115 return event_queue_.front().line_number; in line_number() 118 size_t XmlPullParser::depth() const { return event_queue_.front().depth; } in depth() 124 return event_queue_.front().data1; in text() 133 return event_queue_.front().data1; in namespace_prefix() 142 return event_queue_.front().data2; in namespace_uri() 168 return event_queue_.front().data1; in element_namespace() 177 return event_queue_.front().data2; in element_name() 181 return event_queue_.front().attributes.begin(); in begin_attributes() [all …]
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | StringList.h | 45 const_reference front() const { return m_Tokens.front(); } in front() function 46 reference front() { return m_Tokens.front(); } in front() function
|
D | SectionsCmd.h | 43 const_reference front() const { return m_SectionCommands.front(); } in front() function 44 reference front() { return m_SectionCommands.front(); } in front() function
|
D | ScriptFile.h | 63 const_reference front() const { return m_CommandQueue.front(); } in front() function 64 reference front() { return m_CommandQueue.front(); } in front() function
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.cpp | 169 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork() 170 work->worklets.front()->output.buffers.clear(); in fillEmptyWork() 171 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork() 182 work->worklets.front()->output.configUpdate.clear(); in process() 183 work->worklets.front()->output.flags = work->input.flags; in process() 194 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 255 work->worklets.front()->output.configUpdate.push_back( in process() 257 work->worklets.front()->output.configUpdate.push_back( in process() 305 work->worklets.front()->output.flags = work->input.flags; in process() 306 work->worklets.front()->output.buffers.clear(); in process() [all …]
|
/frameworks/compile/mclinker/include/mcld/Object/ |
D | SectionMap.h | 101 const_reference front() const { return m_InputList.front(); } in front() function 102 reference front() { return m_InputList.front(); } in front() function 182 const_reference front() const { return m_OutputDescList.front(); } in front() function 183 reference front() { return m_OutputDescList.front(); } in front() function
|
/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusDec.cpp | 178 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork() 179 work->worklets.front()->output.buffers.clear(); in fillEmptyWork() 180 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork() 214 work->worklets.front()->output.configUpdate.clear(); in process() 215 work->worklets.front()->output.flags = work->input.flags; in process() 227 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 349 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process() 350 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process() 424 work->worklets.front()->output.flags = work->input.flags; in process() 425 work->worklets.front()->output.buffers.clear(); in process() [all …]
|
D | C2SoftOpusEnc.cpp | 304 work->worklets.front()->output.flags = work->input.flags; in process() 318 work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 377 work->worklets.front()->output.flags = (C2FrameData::flags_t)mFlags; in process() 378 work->worklets.front()->output.buffers.clear(); in process() 379 work->worklets.front()->output.ordinal = mOrdinal; in process() 383 work->worklets.front()->output.buffers.push_back(mBuffer); in process() 435 work->worklets.front()->output.configUpdate.push_back(std::move(csd)); in process() 565 work->worklets.front()->output.flags = in drainInternal() 567 work->worklets.front()->output.buffers.clear(); in drainInternal() 568 work->worklets.front()->output.ordinal = outOrdinal; in drainInternal() [all …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFSegmentFactory.h | 36 const ELFSegment* front() const { return m_Segments.front(); } in front() function 37 ELFSegment* front() { return m_Segments.front(); } in front() function
|
D | SectionData.h | 68 reference front() { return m_Fragments.front(); } in front() function 69 const_reference front() const { return m_Fragments.front(); } in front() function
|
D | RelocData.h | 76 const_reference front() const { return m_Relocations.front(); } in front() function 77 reference front() { return m_Relocations.front(); } in front() function
|
D | ELFSegment.h | 53 LDSection* front() { return m_SectionList.front(); } in front() function 54 const LDSection* front() const { return m_SectionList.front(); } in front() function
|
/frameworks/av/media/codec2/components/g711/ |
D | C2SoftG711Dec.cpp | 140 work->worklets.front()->output.flags = work->input.flags; in process() 151 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 166 work->worklets.front()->output.flags = work->input.flags; in process() 167 work->worklets.front()->output.buffers.clear(); in process() 168 work->worklets.front()->output.ordinal = work->input.ordinal; in process() 200 work->worklets.front()->output.flags = work->input.flags; in process() 201 work->worklets.front()->output.buffers.clear(); in process() 202 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block)); in process() 203 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
|
/frameworks/native/libs/gui/ |
D | BufferQueueConsumer.cpp | 113 BufferQueueCore::Fifo::iterator front(mCore->mQueue.begin()); in acquireBuffer() local 175 if (!front->mIsStale) { in acquireBuffer() 177 mSlots[front->mSlot].mBufferState.freeQueued(); in acquireBuffer() 183 mSlots[front->mSlot].mBufferState.isFree()) { in acquireBuffer() 184 mSlots[front->mSlot].mBufferState.mShared = false; in acquireBuffer() 188 if (!mSlots[front->mSlot].mBufferState.isShared()) { in acquireBuffer() 189 mCore->mActiveBuffers.erase(front->mSlot); in acquireBuffer() 190 mCore->mFreeBuffers.push_back(front->mSlot); in acquireBuffer() 199 mCore->mQueue.erase(front); in acquireBuffer() 200 front = mCore->mQueue.begin(); in acquireBuffer() [all …]
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 335 work->worklets.front()->output.configUpdate.clear(); in process() 336 work->worklets.front()->output.flags = work->input.flags; in process() 347 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 357 work->worklets.front()->output.flags = work->input.flags; in process() 358 work->worklets.front()->output.buffers.clear(); in process() 359 work->worklets.front()->output.ordinal = work->input.ordinal; in process() 445 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process() 446 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process() 493 work->worklets.front()->output.flags = work->input.flags; in process() 494 work->worklets.front()->output.buffers.clear(); in process() [all …]
|
/frameworks/av/media/codec2/components/gsm/ |
D | C2SoftGsmDec.cpp | 174 work->worklets.front()->output.flags = work->input.flags; in process() 186 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 196 work->worklets.front()->output.flags = work->input.flags; in process() 197 work->worklets.front()->output.buffers.clear(); in process() 198 work->worklets.front()->output.ordinal = work->input.ordinal; in process() 234 work->worklets.front()->output.flags = work->input.flags; in process() 235 work->worklets.front()->output.buffers.clear(); in process() 236 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, 0, outSize)); in process() 237 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
|
/frameworks/av/media/codec2/components/vorbis/ |
D | C2SoftVorbisDec.cpp | 198 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork() 199 work->worklets.front()->output.buffers.clear(); in fillEmptyWork() 200 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork() 230 work->worklets.front()->output.configUpdate.clear(); in process() 231 work->worklets.front()->output.flags = work->input.flags; in process() 243 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 305 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process() 306 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process() 428 work->worklets.front()->output.flags = work->input.flags; in process() 429 work->worklets.front()->output.buffers.clear(); in process() [all …]
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrackShared.cpp | 172 int32_t front; in obtainBuffer() local 182 front = android_atomic_acquire_load(&cblk->u.mStreaming.mFront); in obtainBuffer() 187 front = cblk->u.mStreaming.mFront; in obtainBuffer() 190 ssize_t filled = audio_utils::safe_sub_overflow(rear, front); in obtainBuffer() 220 front &= mFrameCountP2 - 1; in obtainBuffer() 221 part1 = mFrameCountP2 - front; in obtainBuffer() 231 &((char *) mBuffers)[(mIsOut ? rear : front) * mFrameSize] : NULL; in obtainBuffer() 363 int32_t front = cblk->u.mStreaming.mFront; in releaseBuffer() local 364 android_atomic_release_store(stepCount + front, &cblk->u.mStreaming.mFront); in releaseBuffer() 682 int32_t front = cblk->u.mStreaming.mFront; in flushBufferIfNeeded() local [all …]
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacDec.cpp | 472 Info &outInfo = mBuffersInfo.front(); in drainRingBuffer() 497 C2FrameData &output = work->worklets.front()->output; in drainRingBuffer() 530 C2FrameData &output = work->worklets.front()->output; in drainRingBuffer() 556 work->worklets.front()->output.configUpdate.clear(); in process() 557 work->worklets.front()->output.flags = work->input.flags; in process() 572 view = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 602 work->worklets.front()->output.flags = work->input.flags; in process() 603 work->worklets.front()->output.ordinal = work->input.ordinal; in process() 604 work->worklets.front()->output.buffers.clear(); in process() 836 C2FrameData &output = work->worklets.front()->output; in process() [all …]
|
D | C2SoftAacEnc.cpp | 326 work->worklets.front()->output.flags = work->input.flags; in process() 374 work->worklets.front()->output.configUpdate.push_back(std::move(csd)); in process() 387 view = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 460 work->worklets.front()->output.flags = (C2FrameData::flags_t)mFlags; in process() 461 work->worklets.front()->output.buffers.clear(); in process() 462 work->worklets.front()->output.ordinal = mOrdinal; in process() 466 work->worklets.front()->output.buffers.push_back(mBuffer); in process() 610 const OutputBuffer& front = outputBuffers.front(); in process() local 613 ordinal.timestamp = front.timestampUs; in process() 617 FillWork(C2FrameData::FLAG_INCOMPLETE, ordinal, front.buffer)); in process() [all …]
|
/frameworks/av/media/libstagefright/webm/ |
D | LinkedBlockingQueue.h | 32 T front(bool remove) { in front() function 64 return front(false); in peek() 68 return front(true); in take()
|
/frameworks/av/media/libnblog/ |
D | Reader.cpp | 128 const uint8_t *front = snapshot->mData; in getSnapshot() local 132 const uint8_t *lastEnd = findLastValidEntry(front, back, invalidEndTypes); in getSnapshot() 134 snapshot->mEnd = snapshot->mBegin = EntryIterator(front); in getSnapshot() 141 while ((firstStartTmp = findLastValidEntry(front, firstStartTmp, invalidBeginTypes)) in getSnapshot() 155 mFifoReader->release(snapshot->mEnd - front); in getSnapshot() 204 const uint8_t *Reader::findLastValidEntry(const uint8_t *front, const uint8_t *back, in findLastValidEntry() argument 206 if (front == nullptr || back == nullptr) { in findLastValidEntry() 209 while (back + Entry::kPreviousLengthOffset >= front) { in findLastValidEntry() 212 if (prev < front in findLastValidEntry()
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrDec.cpp | 245 work->worklets.front()->output.flags = work->input.flags; in process() 256 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 267 work->worklets.front()->output.flags = work->input.flags; in process() 268 work->worklets.front()->output.buffers.clear(); in process() 269 work->worklets.front()->output.ordinal = work->input.ordinal; in process() 362 work->worklets.front()->output.flags = work->input.flags; in process() 363 work->worklets.front()->output.buffers.clear(); in process() 364 work->worklets.front()->output.buffers.push_back(createLinearBuffer(block)); in process() 365 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | LayerInfo.java | 16 LayerInfo(int front, int back) { in LayerInfo() argument 17 frontDepth = front; in LayerInfo()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxEnc.cpp | 423 work->worklets.front()->output.flags = work->input.flags; in process() 442 inputBuffer->data().graphicBlocks().front().map().get()); in process() 454 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in process() 455 work->worklets.front()->output.buffers.clear(); in process() 456 work->worklets.front()->output.ordinal = work->input.ordinal; in process() 462 inputBuffer->data().graphicBlocks().front(); in process() 636 work->worklets.front()->output.flags = (C2FrameData::flags_t)flags; in process() 637 work->worklets.front()->output.buffers.clear(); in process() 643 work->worklets.front()->output.buffers.push_back(buffer); in process() 644 work->worklets.front()->output.ordinal = work->input.ordinal; in process() [all …]
|