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

/frameworks/base/include/surfaceflinger/
H A DISurfaceComposerClient.h52 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/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.cpp77 int64_t identity = IPCThreadState::self()->clearCallingIdentity(); local
79 IPCThreadState::self()->restoreCallingIdentity(identity);
85 int64_t identity = IPCThreadState::self()->clearCallingIdentity(); local
87 IPCThreadState::self()->restoreCallingIdentity(identity);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java74 public EnterpriseField identity = new EnterpriseField("identity"); field in class:WifiConfiguration
88 eap, phase2, identity, anonymous_identity, password, client_cert,
/frameworks/base/include/private/surfaceflinger/
H A DSharedBufferStack.h96 void init(int32_t identity);
115 int32_t identity; // surface's identity (const) member in class:android::SharedBufferStack
151 int32_t identity);
199 int32_t identity);
275 int32_t identity);
/frameworks/base/libs/surfaceflinger_client/
H A DSharedBufferStack.cpp62 identity = i;
170 int surface, int32_t identity)
173 mIdentity(identity)
190 return stack.identity;
201 "reallocMask=%08x, identity=%d, status=%d",
203 stack.reallocMask, stack.identity, stack.status);
214 const int identity = mIdentity; local
218 (stack.identity == identity) &&
226 LOGE("waitForCondition(%s) timed out (identity
169 SharedBufferBase(SharedClient* sharedClient, int surface, int32_t identity) argument
341 SharedBufferClient(SharedClient* sharedClient, int surface, int num, int32_t identity) argument
484 SharedBufferServer(SharedClient* sharedClient, int surface, int num, int32_t identity) argument
[all...]
H A DSurface.cpp111 mToken(data.token), mIdentity(data.identity),
230 LOGE("invalid token (%d, identity=%u) or client (%p)",
241 uint32_t identity = 0; local
248 identity = control->mIdentity;
255 parcel->writeInt32(identity);
355 uint32_t identity = 0; local
362 identity = surface->mIdentity;
369 parcel->writeInt32(identity);
472 LOGE("invalid token (identity=%u)", mIdentity);
476 // verify the identity o
477 uint32_t identity = mSharedBufferClient->getIdentity(); local
[all...]
/frameworks/base/services/surfaceflinger/
H A DLayerBase.cpp562 " client=%p, identity=%u\n",
573 int identity,
575 : mFlinger(flinger), mIdentity(identity), mOwner(owner)
571 Surface( const sp<SurfaceFlinger>& flinger, int identity, const sp<LayerBaseClient>& owner) argument

Completed in 271 milliseconds