/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | LayerHierarchyTest.h | 124 transactions.back().states.front().parentId = newParentId; in reparentLayerTransaction() 125 transactions.back().states.front().state.what = layer_state_t::eReparent; in reparentLayerTransaction() 126 transactions.back().states.front().relativeParentId = UNASSIGNED_LAYER_ID; in reparentLayerTransaction() 127 transactions.back().states.front().layerId = id; in reparentLayerTransaction() 139 transactions.back().states.front().relativeParentId = relativeParentId; in relativeLayerTransaction() 140 transactions.back().states.front().state.what = layer_state_t::eRelativeLayerChanged; in relativeLayerTransaction() 141 transactions.back().states.front().layerId = id; in relativeLayerTransaction() 153 transactions.back().states.front().state.what = layer_state_t::eLayerChanged; in removeRelativeZ() 154 transactions.back().states.front().layerId = id; in removeRelativeZ() 162 transactions.back().states.front().state.what = layer_state_t::ePositionChanged; in setPosition() [all …]
|
D | HWComposerTest.cpp | 215 EXPECT_EQ(modes.front().hwcId, kConfigId); in TEST_F() 216 EXPECT_EQ(modes.front().width, kWidth); in TEST_F() 217 EXPECT_EQ(modes.front().height, kHeight); in TEST_F() 218 EXPECT_EQ(modes.front().configGroup, kConfigGroup); in TEST_F() 219 EXPECT_EQ(modes.front().vsyncPeriod, kVsyncPeriod); in TEST_F() 220 EXPECT_EQ(modes.front().dpiX, -1); in TEST_F() 221 EXPECT_EQ(modes.front().dpiY, -1); in TEST_F() 236 EXPECT_EQ(modes.front().hwcId, kConfigId); in TEST_F() 237 EXPECT_EQ(modes.front().width, kWidth); in TEST_F() 238 EXPECT_EQ(modes.front().height, kHeight); in TEST_F() [all …]
|
D | LayerLifecycleManagerTest.cpp | 109 EXPECT_EQ(managedLayers.front()->z, 2); in TEST_F() 110 EXPECT_TRUE(managedLayers.front()->changes.test(RequestedLayerState::Changes::Z)); in TEST_F() 116 EXPECT_FALSE(managedLayers.front()->changes.test(RequestedLayerState::Changes::Z)); in TEST_F() 122 transactions.back().states.front().state.backgroundBlurRadius = 22; in TEST_F() 123 transactions.back().states.front().state.what = layer_state_t::eBackgroundBlurRadiusChanged; in TEST_F() 124 transactions.back().states.front().layerId = 1; in TEST_F() 129 EXPECT_EQ(managedLayers.front()->backgroundBlurRadius, 22u); in TEST_F() 315 transactions.back().states.front().state.bgColor.a = 0.5; in TEST_F() 316 transactions.back().states.front().state.what = layer_state_t::eBackgroundColorChanged; in TEST_F() 317 transactions.back().states.front().layerId = 1; in TEST_F() [all …]
|
/frameworks/libs/binary_translation/backend/x86_64/ |
D | machine_ir_test.cc | 86 EXPECT_EQ(bb1->out_edges().front()->src(), bb1); in TEST() 87 EXPECT_EQ(bb1->out_edges().front()->dst(), new_bb); in TEST() 90 EXPECT_EQ(new_bb->in_edges().front()->src(), bb1); in TEST() 91 EXPECT_EQ(new_bb->in_edges().front()->dst(), new_bb); in TEST() 93 EXPECT_EQ(new_bb->out_edges().front()->src(), new_bb); in TEST() 94 EXPECT_EQ(new_bb->out_edges().front()->dst(), bb2); in TEST() 99 EXPECT_EQ(bb2->in_edges().front()->src(), new_bb); in TEST() 100 EXPECT_EQ(bb2->in_edges().front()->dst(), bb2); in TEST() 103 EXPECT_EQ(bb3->in_edges().front()->src(), new_bb); in TEST() 104 EXPECT_EQ(bb3->in_edges().front()->dst(), bb3); in TEST()
|
/frameworks/native/services/inputflinger/tests/ |
D | CapturedTouchpadEventConverter_test.cpp | 112 return std::get<NotifyMotionArgs>(args.front()); in processSyncAndExpectSingleMotionArg() 250 EXPECT_THAT(std::get<NotifyMotionArgs>(args.front()), in TEST_F() 254 EXPECT_THAT(std::get<NotifyMotionArgs>(args.front()), in TEST_F() 469 EXPECT_THAT(std::get<NotifyMotionArgs>(args.front()), in TEST_F() 472 EXPECT_THAT(std::get<NotifyMotionArgs>(args.front()), in TEST_F() 577 EXPECT_THAT(std::get<NotifyMotionArgs>(args.front()), in TEST_F() 581 EXPECT_THAT(std::get<NotifyMotionArgs>(args.front()), in TEST_F() 596 EXPECT_THAT(std::get<NotifyMotionArgs>(args.front()), in TEST_F() 599 EXPECT_THAT(std::get<NotifyMotionArgs>(args.front()), in TEST_F() 637 EXPECT_THAT(std::get<NotifyMotionArgs>(args.front()), in TEST_F() [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
|
/frameworks/base/tools/aapt2/xml/ |
D | XmlPullParser.cpp | 103 return event_queue_.front().event; in event() 109 return event_queue_.front().data1; in comment() 113 return event_queue_.front().line_number; in line_number() 116 size_t XmlPullParser::depth() const { return event_queue_.front().depth; } in depth() 122 return event_queue_.front().data1; in text() 131 return event_queue_.front().data1; in namespace_prefix() 140 return event_queue_.front().data2; in namespace_uri() 166 return event_queue_.front().data1; in element_namespace() 175 return event_queue_.front().data2; in element_name() 183 return event_queue_.front().attributes.begin(); in begin_attributes() [all …]
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacEnc.cpp | 214 work->worklets.front()->output.flags = work->input.flags; in process() 226 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 255 work->worklets.front()->output.configUpdate.push_back(std::move(csd)); in process() 290 work->worklets.front()->output.flags = (C2FrameData::flags_t)mFlags; in process() 291 work->worklets.front()->output.buffers.clear(); in process() 292 work->worklets.front()->output.ordinal = mOrdinal; in process() 296 work->worklets.front()->output.buffers.push_back(mBuffer); in process() 350 const OutputBuffer& front = mOutputBuffers.front(); in process() local 352 ordinal.frameIndex = front.frameIndex; in process() 353 ordinal.timestamp = front.timestampUs; in process() [all …]
|
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() 260 work->worklets.front()->output.configUpdate.push_back( in process() 262 work->worklets.front()->output.configUpdate.push_back( in process() 310 work->worklets.front()->output.flags = work->input.flags; in process() 311 work->worklets.front()->output.buffers.clear(); in process() [all …]
|
/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, 0, outSize)); in process() 203 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
|
/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
|
/frameworks/av/media/codec2/hal/common/ |
D | MultiAccessUnitHelper.cpp | 325 if (!inWork->worklets.empty() && inWork->worklets.front() != nullptr) { in scatter() 327 newWork->worklets.front()->component = inWork->worklets.front()->component; in scatter() 329 for (std::unique_ptr<C2Tuning>& tuning : inWork->worklets.front()->tunings) { in scatter() 335 newWork->worklets.front()->tunings = std::move(tunings); in scatter() 340 || (w->input.buffers.front() == nullptr) in scatter() 341 || (!w->input.buffers.front()->hasInfo( in scatter() 348 if (!w->input.buffers.empty() && w->input.buffers.front() != nullptr) { in scatter() 355 if (inBuffers.front()->data().linearBlocks().size() == 0) { in scatter() 361 inBuffers.front()->data().linearBlocks(); in scatter() 364 w->input.buffers.front()->getInfo(C2AccessUnitInfos::input::PARAM_TYPE)); in scatter() [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/native/services/surfaceflinger/Tracing/ |
D | TransactionRingBuffer.h | 41 const std::string& front() const { return mStorage.front(); } in front() function 79 mUsedInBytes -= static_cast<size_t>(mStorage.front().size()); in emplace() 80 replacedEntries.emplace_back(mStorage.front()); in emplace() 98 entry.ParseFromString(mStorage.front()); in dump()
|
/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 …]
|
/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/native/libs/gui/ |
D | BufferQueueConsumer.cpp | 116 BufferQueueCore::Fifo::iterator front(mCore->mQueue.begin()); in acquireBuffer() local 178 if (!front->mIsStale) { in acquireBuffer() 180 mSlots[front->mSlot].mBufferState.freeQueued(); in acquireBuffer() 186 mSlots[front->mSlot].mBufferState.isFree()) { in acquireBuffer() 187 mSlots[front->mSlot].mBufferState.mShared = false; in acquireBuffer() 191 if (!mSlots[front->mSlot].mBufferState.isShared()) { in acquireBuffer() 192 mCore->mActiveBuffers.erase(front->mSlot); in acquireBuffer() 193 mCore->mFreeBuffers.push_back(front->mSlot); in acquireBuffer() 202 mCore->mQueue.erase(front); in acquireBuffer() 203 front = mCore->mQueue.begin(); in acquireBuffer() [all …]
|
/frameworks/av/media/libstagefright/webm/include/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/libaudioclient/ |
D | AudioTrackShared.cpp | 209 int32_t front; in obtainBuffer() local 219 front = android_atomic_acquire_load(&cblk->u.mStreaming.mFront); in obtainBuffer() 224 front = cblk->u.mStreaming.mFront; in obtainBuffer() 227 ssize_t filled = audio_utils::safe_sub_overflow(rear, front); in obtainBuffer() 257 front &= mFrameCountP2 - 1; in obtainBuffer() 258 part1 = mFrameCountP2 - front; in obtainBuffer() 268 &((char *) mBuffers)[(mIsOut ? rear : front) * mFrameSize] : NULL; in obtainBuffer() 400 int32_t front = cblk->u.mStreaming.mFront; in releaseBuffer() local 401 android_atomic_release_store(stepCount + front, &cblk->u.mStreaming.mFront); in releaseBuffer() 743 int32_t front = cblk->u.mStreaming.mFront; in flushBufferIfNeeded() local [all …]
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 325 work->worklets.front()->output.flags = work->input.flags; in fillEmptyWork() 326 work->worklets.front()->output.buffers.clear(); in fillEmptyWork() 327 work->worklets.front()->output.ordinal = work->input.ordinal; in fillEmptyWork() 343 work->worklets.front()->output.configUpdate.clear(); in process() 344 work->worklets.front()->output.flags = work->input.flags; in process() 355 rView = work->input.buffers[0]->data().linearBlocks().front().map().get(); in process() 365 work->worklets.front()->output.flags = work->input.flags; in process() 366 work->worklets.front()->output.buffers.clear(); in process() 367 work->worklets.front()->output.ordinal = work->input.ordinal; in process() 453 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(sampleRateInfo)); in process() [all …]
|
/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() 369 work->worklets.front()->output.buffers.push_back( in process() 371 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
|