Home
last modified time | relevance | path

Searched refs:unique (Results 1 – 25 of 62) 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.java153 final long unique = args.unique;
164 native_replyLookup(mInstance, unique, inode, fileSize);
174 native_replyGetAttr(mInstance, unique, inode, fileSize);
185 native_replyRead(mInstance, unique, readSize, data);
194 native_replyWrite(mInstance, unique, writeSize);
203 native_replySimple(mInstance, unique, FUSE_OK);
212 native_replySimple(mInstance, unique, FUSE_OK);
224 replySimpleLocked(unique, getError(error));
235 private void onCommand(int command, long unique, long inode, long offset, int size,
245 args.unique = unique;
[all …]
/frameworks/proto_logging/stats/atoms/media/
Dmedia_drm_atoms.proto48 // Base64 encoding of a randomly generated, globally unique 128 bit number
51 // Base64 encoding of a randomly generated, globally unique 128 bit number
86 // Base64 encoding of a randomly generated, globally unique 128 bit number
113 // Base64 encoding of a randomly generated, globally unique 128 bit number
116 // Base64 encoding of a randomly generated, globally unique 128 bit number
/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/proto_logging/stats/atoms/credentials/
Dcredentials_extension_atoms.proto101 // A unique number to identify split emits
109 // The unique deduped classtypes
130 // A unique number to identify split emits
204 // A unique number to identify split emits
232 // The total count per unique classtype element in 'response_unique_classtypes'
268 // A unique number to identify split emits
303 // The unique deduped classtypes of the request to this phase
320 // A unique number to identify split emits
325 // The list of unique response class type
337 // A unique number to identify split emits
[all …]
/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.cpp406 EXPECT_TRUE(shader->unique()); in TEST()
410 EXPECT_FALSE(shader->unique()); in TEST()
415 EXPECT_TRUE(shader->unique()); in TEST()
DCacheManagerTests.cpp69 ASSERT_TRUE(surfaces[i]->unique()); in RENDERTHREAD_TEST()
/frameworks/proto_logging/stats/enums/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/base/tools/lint/global/integration_tests/
DAndroid.bp17 // java_library is wrapped under a Python library with a unique pkg_path (this
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp224 if (!bitmap.isImmutable() && payload.image.get() && !payload.image->unique()) { in handleMutableImages()
233 !payload.gainmapImage->unique()) { in handleMutableImages()
/frameworks/av/media/audio/aconfig/
DREADME.md14 - **Blueprint namespaces**: the name field of any module is unique over a particular build
18 combo **must** be globally unique (across Android).
76 Utilize "java-like" package naming for all packages, to ensure packages are globally unique, and
/frameworks/base/core/proto/android/hardware/location/
Dcontext_hub_info.proto26 // Context hub unique identifier
/frameworks/base/packages/SystemUI/docs/
Dcorestartable.md10 Unlike Activities, Services, and similar Android constructs, CoreStartables do not have unique
/frameworks/base/libs/androidfw/include/androidfw/
DStringPool.h218 Ref MakeRefImpl(android::StringPiece str, const Context& context, bool unique);
/frameworks/proto_logging/stats/atoms/rkpd/
Drkpd_extension_atoms.proto97 // and is fixed for the lifetime of the device. The number of unique string
/frameworks/hardware/interfaces/cameraservice/common/2.0/
Dtypes.hal140 * A single vendor-unique metadata tag.
/frameworks/base/
DOWNERS.md7 The structure of `frameworks/base/` is unique among Android repositories, and
/frameworks/base/media/jni/soundpool/
DAndroid.bp39 "modernize-make-unique",
/frameworks/av/drm/libmediadrm/protos/
Dmetrics.proto100 // Count getPropertyByteArray calls to retrieve the device unique id.
/frameworks/native/libs/input/
Dinput_flags.aconfig136 description: "Binds InputDevice name and InputDevice description against display unique id."

123