Home
last modified time | relevance | path

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

/frameworks/base/include/ui/
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) { in log() argument
59 logImpl(tag, identity, buffer); in log()
/frameworks/base/libs/surfaceflinger_client/
DSharedBufferStack.cpp62 identity = i; in init()
170 int surface, int32_t identity) in SharedBufferBase() argument
173 mIdentity(identity) in SharedBufferBase()
190 return stack.identity; in getIdentity()
203 stack.reallocMask, stack.identity, stack.status); in dump()
214 const int identity = mIdentity; in waitForCondition() local
218 (stack.identity == identity) && in waitForCondition()
228 "shouldn't happen." , condition.name(), stack.identity); in waitForCondition()
234 stack.identity, stack.status); in waitForCondition()
243 return (stack.identity != mIdentity) ? status_t(BAD_INDEX) : stack.status; in waitForCondition()
[all …]
DSurface.cpp111 mToken(data.token), mIdentity(data.identity), in SurfaceControl()
241 uint32_t identity = 0; in writeSurfaceToParcel() local
248 identity = control->mIdentity; in writeSurfaceToParcel()
255 parcel->writeInt32(identity); in writeSurfaceToParcel()
355 uint32_t identity = 0; in writeToParcel() local
362 identity = surface->mIdentity; in writeToParcel()
369 parcel->writeInt32(identity); in writeToParcel()
477 uint32_t identity = mSharedBufferClient->getIdentity(); in validate() local
482 if (identity == 0) { in validate()
487 if (mIdentity != identity) { in validate()
[all …]
DISurfaceComposerClient.cpp214 identity = parcel.readInt32(); in readFromParcel()
224 parcel->writeInt32(identity); in writeToParcel()
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java260 long identity = Binder.clearCallingIdentity();
265 Binder.restoreCallingIdentity(identity);
268 identity = Binder.clearCallingIdentity();
273 Binder.restoreCallingIdentity(identity);
292 long identity = Binder.clearCallingIdentity();
297 Binder.restoreCallingIdentity(identity);
302 identity = Binder.clearCallingIdentity();
307 Binder.restoreCallingIdentity(identity);
759 long identity = Binder.clearCallingIdentity(); in enqueueNotificationInternal() local
764 Binder.restoreCallingIdentity(identity); in enqueueNotificationInternal()
[all …]
DVibratorService.java156 long identity = Binder.clearCallingIdentity(); in vibratePattern() local
196 Binder.restoreCallingIdentity(identity); in vibratePattern()
206 long identity = Binder.clearCallingIdentity(); in cancelVibrate() local
217 Binder.restoreCallingIdentity(identity); in cancelVibrate()
DLocationManagerService.java420 long identity = Binder.clearCallingIdentity(); in locationCallbackFinished() local
422 Binder.restoreCallingIdentity(identity); in locationCallbackFinished()
1137 long identity = Binder.clearCallingIdentity(); in requestLocationUpdatesLocked() local
1167 Binder.restoreCallingIdentity(identity); in requestLocationUpdatesLocked()
1206 long identity = Binder.clearCallingIdentity(); in removeUpdatesLocked() local
1261 Binder.restoreCallingIdentity(identity); in removeUpdatesLocked()
2047 long identity = Binder.clearCallingIdentity(); in addTestProvider() local
2070 Binder.restoreCallingIdentity(identity); in addTestProvider()
2080 long identity = Binder.clearCallingIdentity(); in removeTestProvider() local
2093 Binder.restoreCallingIdentity(identity); in removeTestProvider()
[all …]
DPowerManagerService.java1718 long identity = Binder.clearCallingIdentity(); in setPowerState() local
1725 Binder.restoreCallingIdentity(identity); in setPowerState()
1746 long identity = Binder.clearCallingIdentity(); in setPowerState() local
1752 Binder.restoreCallingIdentity(identity); in setPowerState()
1893 long identity = Binder.clearCallingIdentity(); in updateLightsLocked() local
1899 Binder.restoreCallingIdentity(identity); in updateLightsLocked()
2750 long identity = Binder.clearCallingIdentity(); in systemReady() local
2757 Binder.restoreCallingIdentity(identity); in systemReady()
2797 long identity = Binder.clearCallingIdentity(); in setBacklightBrightness() local
2803 Binder.restoreCallingIdentity(identity); in setBacklightBrightness()
[all …]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DAccessPointParserHelper.java126 boolean identity = false;
156 identity = true;
225 config.identity.setValue("");
272 if (identity) {
274 config.identity.setValue(identityValue);
275 identity = false;
/frameworks/base/include/private/surfaceflinger/
DSharedBufferStack.h96 void init(int32_t identity);
115 int32_t identity; // surface's identity (const) variable
151 int32_t identity);
199 int32_t identity);
275 int32_t identity);
/frameworks/base/services/sensorservice/
DSensorDevice.cpp77 int64_t identity = IPCThreadState::self()->clearCallingIdentity(); in enableSensor() local
79 IPCThreadState::self()->restoreCallingIdentity(identity); in enableSensor()
85 int64_t identity = IPCThreadState::self()->clearCallingIdentity(); in disableSensor() local
87 IPCThreadState::self()->restoreCallingIdentity(identity); in disableSensor()
/frameworks/base/libs/ui/
DGraphicLog.cpp66 void GraphicLog::logImpl(int32_t tag, int32_t identity, int32_t buffer) in logImpl() argument
73 writeInt32(scratch, pos, identity); in logImpl()
/frameworks/base/include/surfaceflinger/
DISurfaceComposerClient.h52 int32_t identity; member
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java74 public EnterpriseField identity = new EnterpriseField("identity"); field in WifiConfiguration
88 eap, phase2, identity, anonymous_identity, password, client_cert,
/frameworks/base/services/surfaceflinger/
DLayerBase.h296 Surface(const sp<SurfaceFlinger>& flinger, int identity,
DLayerBase.cpp573 int identity, in Surface() argument
575 : mFlinger(flinger), mIdentity(identity), mOwner(owner) in Surface()
DSurfaceFlinger.cpp1238 params->identity = surfaceHandle->getIdentity(); in createSurface()
/frameworks/base/services/java/com/android/server/usb/
DUsbDeviceSettingsManager.java557 long identity = Binder.clearCallingIdentity(); in requestPermissionDialog() local
569 Binder.restoreCallingIdentity(identity); in requestPermissionDialog()
/frameworks/base/docs/html/guide/topics/security/
Dsecurity.jd25 application runs with a distinct system identity (Linux user ID and group
73 the same Linux identity</a> as another application.</p>
79 identity remains constant for the duration of the package's life on that
/frameworks/base/services/java/com/android/server/location/
DGpsLocationProvider.java895 long identity = Binder.clearCallingIdentity(); in sendExtraCommand() local
912 Binder.restoreCallingIdentity(identity); in sendExtraCommand()
/frameworks/base/docs/html/guide/publishing/
Dapp-signing.jd590 could find and use them, your authoring identity and the trust of the user
596 sign and distribute applications under your identity that attack other
Dlicensing.jd124 to establish the user's identity to a sufficient level of confidence. The server
125 then checks the user identity against purchase records for the application and
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_failed.txt510 /sdcard/android/layout_tests/fast/canvas/canvas-transform-identity.html
Dlayout_tests_passed.txt2042 /sdcard/android/layout_tests/fast/dom/wrapper-identity.html
Dlayout_tests_nontext.txt1781 /sdcard/android/layout_tests/fast/transforms/identity-matrix.html