/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | UiBot.java | 212 final String share = mInstrumentation.getContext().getString( in chooseActivity() local 213 com.android.internal.R.string.share); in chooseActivity() 214 boolean gotIt = mDevice.wait(Until.hasObject(By.text(share)), mTimeout); in chooseActivity() 215 assertTrue("could not get share activity (" + share + ")", gotIt); in chooseActivity()
|
/frameworks/av/media/tests/benchmark/src/native/common/ |
D | BenchmarkC2Common.h | 42 : C2Buffer({block->share(block->offset(), block->size(), ::C2Fence())}) {} in LinearBuffer() 45 : C2Buffer({block->share(block->offset(), size, ::C2Fence())}) {} in LinearBuffer() 51 : C2Buffer({block->share(C2Rect(block->width(), block->height()), ::C2Fence())}) {} in GraphicBuffer()
|
/frameworks/av/media/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 407 C2ConstLinearBlock constBlock = block->share( in TEST_F() 551 C2ConstGraphicBlock constBlock = block->share(C2Rect(kWidth, kHeight), fence); in TEST_F() 632 …std::shared_ptr<C2BufferData> data(new BufferData({ linearBlock1->share(0, kCapacity1, C2Fence()) … in TEST_F() 639 linearBlock1->share(0, kCapacity1, C2Fence()), in TEST_F() 640 linearBlock2->share(0, kCapacity2, C2Fence()), in TEST_F() 648 data.reset(new BufferData({ graphicBlock1->share(kCrop1, C2Fence()) })); in TEST_F() 655 graphicBlock1->share(kCrop1, C2Fence()), in TEST_F() 656 graphicBlock2->share(kCrop2, C2Fence()), in TEST_F() 691 std::shared_ptr<C2Buffer> buffer(new Buffer( { block->share(0, kCapacity, C2Fence()) })); in TEST_F() 698 buffer.reset(new Buffer( { block->share(0, kCapacity, C2Fence()) })); in TEST_F() [all …]
|
/frameworks/native/include/ftl/details/ |
D | future.h | 59 Future<T, std::shared_future> share() { 64 return std::get<Impl>(self()).share();
|
/frameworks/av/media/codec2/hal/common/ |
D | BufferTypes.cpp | 54 *buffer = C2Buffer::CreateLinearBuffer(block->share( in CreateLinearBuffer() 84 *buffer = C2Buffer::CreateGraphicBuffer(block->share( in CreateGraphicBuffer()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | bitfield.rscript | 21 // of unions: if a union contains several structures that share a 25 // completed type of the union is visible. Two structures share a
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoLand.java | 252 holder.share.setOnClickListener(new View.OnClickListener() { in onBindViewHolder() 329 private final View share; field in NekoLand.CatHolder 337 share = itemView.findViewById(android.R.id.shareText); in CatHolder()
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodecLinearBlock.h | 71 return C2Buffer::CreateLinearBuffer(mBlock->share(offset, size, C2Fence{})); in toC2Buffer()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | bitfield.rscript | 23 // of unions: if a union contains several structures that share a 27 // completed type of the union is visible. Two structures share a
|
/frameworks/compile/slang/lit-tests/padding/ |
D | bitfield.rscript | 27 // of unions: if a union contains several structures that share a 31 // completed type of the union is visible. Two structures share a
|
/frameworks/base/core/java/android/widget/ |
D | LinearLayout.java | 1008 final int share = (int) (childWeight * remainingExcess / remainingWeightSum); in measureVertical() local 1009 remainingExcess -= share; in measureVertical() 1019 childHeight = share; in measureVertical() 1023 childHeight = child.getMeasuredHeight() + share; in measureVertical() 1412 final int share = (int) (childWeight * remainingExcess / remainingWeightSum); in measureHorizontal() local 1413 remainingExcess -= share; in measureHorizontal() 1423 childWidth = share; in measureHorizontal() 1427 childWidth = child.getMeasuredWidth() + share; in measureHorizontal()
|
/frameworks/av/media/codec2/fuzzer/ |
D | C2Fuzzer.cpp | 29 : C2Buffer({block->share(block->offset(), block->size(), ::C2Fence())}) {} in LinearBuffer() 32 : C2Buffer({block->share(block->offset(), size, ::C2Fence())}) {} in LinearBuffer()
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecBuffers_test.cpp | 58 std::shared_ptr<C2Buffer> c2Buffer = C2Buffer::CreateGraphicBuffer(block->share( in TEST() 241 std::shared_ptr<C2Buffer> c2Buffer = C2Buffer::CreateGraphicBuffer(block->share( in TEST() 381 std::shared_ptr<C2Buffer> c2Buffer = C2Buffer::CreateGraphicBuffer(block->share( in TEST() 773 block->share(block->crop(), C2Fence())); in CreateAndFillBufferFromParam() 884 C2Buffer::CreateLinearBuffer(block->share(0, 1024, C2Fence())); in TEST()
|
/frameworks/base/core/proto/android/ |
D | privacy.proto | 38 // still must have previously accepted a consent to share this
|
/frameworks/av/media/codec2/sfplugin/ |
D | FrameReassembler.cpp | 215 mCurrentBlock->share(0, mCurrentBlock->capacity(), C2Fence()))); in finishCurrentBlock()
|
D | Codec2Buffer.cpp | 154 return C2Buffer::CreateLinearBuffer(mBlock->share(offset(), size(), C2Fence())); in asC2Buffer() 755 mBlock->share(C2Rect(width, height), C2Fence())); in asC2Buffer() 821 block->share(C2Rect(buffer->width, buffer->height), C2Fence())); in asC2Buffer() 1006 return C2Buffer::CreateLinearBuffer(mBlock->share(offset(), size(), C2Fence())); in asC2Buffer()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ |
D | LongScreenshotActivity.java | 142 mShare = requireViewById(R.id.share); in onCreate() 394 } else if (id == R.id.share) { in onClicked()
|
/frameworks/base/core/proto/android/net/ |
D | networkrequest.proto | 51 // request's capabilities, thus causing it to share fate in every way
|
/frameworks/proto_logging/stats/atoms/hardware/biometrics/ |
D | biometrics_atoms.proto | 94 // since every device of a given model and build share the same info.
|
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1298 C2ConstLinearBlock share(size_t offset, size_t size, C2Fence fence); 1395 c2_status_t share(size_t size, C2Fence fence, std::vector<C2ConstLinearBlock> &blocks); 2084 C2ConstGraphicBlock share(const C2Rect &crop, C2Fence fence);
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 323 * The outputs will share memory buffers whenever possible. Due to buffer 340 * buffer streams simultaneously. The ICameraDevice may be able to share the buffers used
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardOverlayView.java | 180 mContext.getString(com.android.internal.R.string.share), in bindDefaultActionChips() 201 mContext.getString(com.android.internal.R.string.share)); in bindDefaultActionChips()
|
/frameworks/av/media/codec2/components/cmds/ |
D | codec2.cpp | 70 : C2Buffer({ block->share(block->offset(), block->size(), ::C2Fence()) }) {} in LinearBuffer()
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | InputSurfaceConnection.cpp | 219 new Buffer2D(block->share( in submitBuffer()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
D | changes.md | 96 - Try adding a push-mechanism to share data, or an async callback to request data
|