Searched defs:identity (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/include/surfaceflinger/
H A DISurfaceComposerClient.h47 int32_t identity; member in struct:android::ISurfaceComposerClient::surface_data_t
/frameworks/base/libs/ui/
H A DGraphicLog.cpp66 void GraphicLog::logImpl(int32_t tag, int32_t identity, int32_t buffer) argument
73 writeInt32(scratch, pos, identity);
/frameworks/base/core/java/android/content/pm/
H A DVerifierDeviceIdentity.java27 * An identity that uniquely identifies a particular device. In this
28 * implementation, the identity is represented as a 64-bit integer encoded to a
54 * Create a verifier device identity from a long.
56 * @param identity device identity in a 64-bit integer.
59 public VerifierDeviceIdentity(long identity) { argument
60 mIdentity = identity;
61 mIdentityString = encodeBase32(identity);
65 final long identity = source.readLong();
67 mIdentity = identity;
[all...]
/frameworks/base/include/ui/
H A DGraphicLog.h29 static void logImpl(int32_t tag, int32_t identity, int32_t buffer);
57 inline void log(int32_t tag, int32_t identity, int32_t buffer) { argument
59 logImpl(tag, identity, buffer);
/frameworks/base/services/sensorservice/
H A DSensorDevice.cpp78 int64_t identity = IPCThreadState::self()->clearCallingIdentity(); local
80 IPCThreadState::self()->restoreCallingIdentity(identity);
86 int64_t identity = IPCThreadState::self()->clearCallingIdentity(); local
88 IPCThreadState::self()->restoreCallingIdentity(identity);
/frameworks/base/libs/gui/
H A DSurface.cpp53 mToken(data.token), mIdentity(data.identity)
170 LOGE("invalid token (%d, identity=%u) or client (%p)",
181 uint32_t identity = 0; local
184 identity = control->mIdentity;
188 parcel->writeInt32(identity);
249 uint32_t identity = 0; local
253 identity = surface->mIdentity;
265 parcel->writeInt32(identity);
284 data.readInt32(); // identity
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java77 public EnterpriseField identity = new EnterpriseField("identity"); field in class:WifiConfiguration
91 eap, phase2, identity, anonymous_identity, password, client_cert,

Completed in 214 milliseconds