Home
last modified time | relevance | path

Searched refs:share (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java212 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/
DBenchmarkC2Common.h42 : 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/
DC2BufferTest.cpp407 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/
Dfuture.h59 Future<T, std::shared_future> share() {
64 return std::get<Impl>(self()).share();
/frameworks/av/media/codec2/hal/common/
DBufferTypes.cpp54 *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/
Dbitfield.rscript21 // 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/
DNekoLand.java252 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/
Dandroid_media_MediaCodecLinearBlock.h71 return C2Buffer::CreateLinearBuffer(mBlock->share(offset, size, C2Fence{})); in toC2Buffer()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dbitfield.rscript23 // 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/
Dbitfield.rscript27 // 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/
DLinearLayout.java1008 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/
DC2Fuzzer.cpp29 : 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/
DCCodecBuffers_test.cpp58 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/
Dprivacy.proto38 // still must have previously accepted a consent to share this
/frameworks/av/media/codec2/sfplugin/
DFrameReassembler.cpp215 mCurrentBlock->share(0, mCurrentBlock->capacity(), C2Fence()))); in finishCurrentBlock()
DCodec2Buffer.cpp154 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/
DLongScreenshotActivity.java142 mShare = requireViewById(R.id.share); in onCreate()
394 } else if (id == R.id.share) { in onClicked()
/frameworks/base/core/proto/android/net/
Dnetworkrequest.proto51 // request's capabilities, thus causing it to share fate in every way
/frameworks/proto_logging/stats/atoms/hardware/biometrics/
Dbiometrics_atoms.proto94 // since every device of a given model and build share the same info.
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1298 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/
Dtypes.hal323 * 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/
DClipboardOverlayView.java180 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/
Dcodec2.cpp70 : C2Buffer({ block->share(block->offset(), block->size(), ::C2Fence()) }) {} in LinearBuffer()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DInputSurfaceConnection.cpp219 new Buffer2D(block->share( in submitBuffer()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Dchanges.md96 - Try adding a push-mechanism to share data, or an async callback to request data

123