Home
last modified time | relevance | path

Searched refs:unique (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/base/core/jni/
Dcom_android_internal_os_FuseAppLoop.cpp55 void OnLookup(uint64_t unique, uint64_t inode) override { in OnLookup() argument
56 CallOnCommand(FUSE_LOOKUP, unique, inode, 0, 0, nullptr); in OnLookup()
59 void OnGetAttr(uint64_t unique, uint64_t inode) override { in OnGetAttr() argument
60 CallOnCommand(FUSE_GETATTR, unique, inode, 0, 0, nullptr); in OnGetAttr()
63 void OnOpen(uint64_t unique, uint64_t inode) override { in OnOpen() argument
65 mSelf, gOnOpenMethod, unique, inode)); in OnOpen()
75 void OnFsync(uint64_t unique, uint64_t inode) override { in OnFsync() argument
76 CallOnCommand(FUSE_FSYNC, unique, inode, 0, 0, nullptr); in OnFsync()
79 void OnRelease(uint64_t unique, uint64_t inode) override { in OnRelease() argument
81 CallOnCommand(FUSE_RELEASE, unique, inode, 0, 0, nullptr); in OnRelease()
[all …]
/frameworks/base/core/java/com/android/internal/os/
DFuseAppLoop.java152 final long unique = args.unique;
163 native_replyLookup(mInstance, unique, inode, fileSize);
173 native_replyGetAttr(mInstance, unique, inode, fileSize);
184 native_replyRead(mInstance, unique, readSize, data);
193 native_replyWrite(mInstance, unique, writeSize);
202 native_replySimple(mInstance, unique, FUSE_OK);
211 native_replySimple(mInstance, unique, FUSE_OK);
223 replySimpleLocked(unique, getError(error));
234 private void onCommand(int command, long unique, long inode, long offset, int size,
244 args.unique = unique;
[all …]
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp234 if (!bitmap.isImmutable() && image.get() && !image->unique()) { in drawBitmap()
249 if (!bitmap.isImmutable() && image.get() && !image->unique()) { in drawBitmap()
267 if (!bitmap.isImmutable() && image.get() && !image->unique() && !srcRect.isEmpty() && in drawBitmap()
308 if (!bitmap.isImmutable() && image.get() && !image->unique() && !dst.isEmpty()) { in drawNinePatch()
/frameworks/base/core/proto/android/os/
Dheader.proto25 // From statsd config, the id of the anomaly alert, unique among alerts.
37 optional int64 id = 2; // The unique id of the statsd config.
Dprocrank.proto44 // unique set size, unit KB
53 // unique swap size, unit KB
Dps.proto37 // The unique number representing a dispatchable entity (alias lwp,
/frameworks/opt/telephony/proto/src/
DcarrierId.proto32 // CarrierId is the unique representation of a carrier in CID table.
34 // [Optional] A unique canonical number designated to a carrier.
43 // [Optional] A unique canonical number to represent its parent carrier. The parent-child
/frameworks/wilhelm/doc/
DREADME.txt1 …e and link the OpenSLES_IID.c file into your project. This file contains unique interface IDs for …
/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableTests.cpp400 EXPECT_TRUE(shader->unique()); in TEST()
404 EXPECT_FALSE(shader->unique()); in TEST()
409 EXPECT_TRUE(shader->unique()); in TEST()
DCacheManagerTests.cpp66 ASSERT_TRUE(surfaces[i]->unique()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
/frameworks/base/core/proto/android/stats/intelligence/
Denums.proto24 // protoc requires enum values to be unique by package rather than enum type.
/frameworks/native/services/vr/virtual_touchpad/idc/
Dvr-virtual-touchpad-1.idc28 # This displayID matches the unique ID of the virtual display created for VR.
/frameworks/native/services/surfaceflinger/layerproto/
Dlayers.proto31 // unique id per layer.
33 // unique name per layer.
/frameworks/base/core/proto/android/hardware/location/
Dcontext_hub_info.proto26 // Context hub unique identifier
/frameworks/base/tests/ApkVerityTest/block_device_writer/
DAndroid.bp19 // Before the bug in the file pusher is fixed, workaround by making the name unique.
/frameworks/hardware/interfaces/bufferhub/1.0/
DIBufferClient.hal22 * @return token A per-boot-unique token in handle format. The content of
/frameworks/base/tools/aapt2/
DStringPool.h213 Ref MakeRefImpl(const android::StringPiece& str, const Context& context, bool unique);
DStringPool.cpp173 bool unique) { in MakeRefImpl() argument
174 if (unique) { in MakeRefImpl()
/frameworks/base/media/jni/soundpool/
DAndroid.bp20 "modernize-make-unique",
/frameworks/hardware/interfaces/cameraservice/common/2.0/
Dtypes.hal140 * A single vendor-unique metadata tag.
/frameworks/av/services/mediametrics/
DAndroid.bp23 "modernize-make-unique",
/frameworks/av/drm/libmediadrm/protos/
Dmetrics.proto100 // Count getPropertyByteArray calls to retrieve the device unique id.
/frameworks/base/core/proto/android/service/
Dusb.proto86 // unique.
121 // ID of this product type: Each vendor gives each product a unique ID. E.g.
/frameworks/base/core/proto/android/server/
Dusagestatsservice.proto88 // If class field is an Activity, instance_id is a unique id of the
/frameworks/av/media/libstagefright/foundation/tests/
DAData_test.cpp108 std::unique_ptr<EventCounter> unique = std::move(md.get<std::unique_ptr<EventCounter>>()); in TEST_F() local
114 md.emplace<std::unique_ptr<EventCounter>>(std::move(unique)); in TEST_F()
395 EXPECT_TRUE(_shared.unique()); // now only _shared contains the object in TEST_F()
594 EXPECT_TRUE(_shared.unique()); // now only _shared contains the object in TEST_F()

123