Home
last modified time | relevance | path

Searched defs:ident (Results 1 – 25 of 111) sorted by relevance

12345

/frameworks/base/core/java/android/hardware/camera2/impl/
DCallbackProxies.java51 final long ident = Binder.clearCallingIdentity(); in onConfigured() local
62 final long ident = Binder.clearCallingIdentity(); in onConfigureFailed() local
72 final long ident = Binder.clearCallingIdentity(); in onReady() local
82 final long ident = Binder.clearCallingIdentity(); in onActive() local
92 final long ident = Binder.clearCallingIdentity(); in onCaptureQueueEmpty() local
102 final long ident = Binder.clearCallingIdentity(); in onClosed() local
112 final long ident = Binder.clearCallingIdentity(); in onSurfacePrepared() local
DCameraInjectionSessionImpl.java90 final long ident = Binder.clearCallingIdentity(); in binderDied() local
128 final long ident = Binder.clearCallingIdentity(); in setRemoteInjectionSession() local
187 final long ident = Binder.clearCallingIdentity(); in scheduleNotifyError() local
DCameraOfflineSessionImpl.java161 final long ident = Binder.clearCallingIdentity(); in onDeviceError() local
201 final long ident = Binder.clearCallingIdentity(); in onDeviceIdle() local
241 final long ident = Binder.clearCallingIdentity(); in onCaptureStarted() local
416 final long ident = Binder.clearCallingIdentity(); in onResultReceived() local
499 final long ident = Binder.clearCallingIdentity(); in onCaptureErrorLocked() local
539 final long ident = Binder.clearCallingIdentity(); in onCaptureErrorLocked() local
609 final long ident = Binder.clearCallingIdentity(); in checkAndFireSequenceComplete() local
688 final long ident = Binder.clearCallingIdentity(); in notifyFailedSwitch() local
732 final long ident = Binder.clearCallingIdentity(); in setRemoteSession() local
773 final long ident = Binder.clearCallingIdentity(); in disconnect() local
DCameraCaptureSessionImpl.java663 final long ident = Binder.clearCallingIdentity(); in createCaptureCallbackProxyWithExecutor() local
678 final long ident = Binder.clearCallingIdentity(); in createCaptureCallbackProxyWithExecutor() local
692 final long ident = Binder.clearCallingIdentity(); in createCaptureCallbackProxyWithExecutor() local
706 final long ident = Binder.clearCallingIdentity(); in createCaptureCallbackProxyWithExecutor() local
720 final long ident = Binder.clearCallingIdentity(); in createCaptureCallbackProxyWithExecutor() local
734 final long ident = Binder.clearCallingIdentity(); in createCaptureCallbackProxyWithExecutor() local
749 final long ident = Binder.clearCallingIdentity(); in createCaptureCallbackProxyWithExecutor() local
764 final long ident = Binder.clearCallingIdentity(); in createCaptureCallbackProxyWithExecutor() local
DCameraExtensionSessionImpl.java938 final long ident = Binder.clearCallingIdentity(); in release() local
956 final long ident = Binder.clearCallingIdentity(); in notifyConfigurationFailure() local
974 final long ident = Binder.clearCallingIdentity(); in notifyConfigurationSuccess() local
1099 final long ident = Binder.clearCallingIdentity(); in notifyCaptureFailed() local
1133 final long ident = Binder.clearCallingIdentity(); in onCaptureStarted() local
1165 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceAborted() local
1179 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceCompleted() local
1218 final long ident = Binder.clearCallingIdentity(); in onCaptureCompleted() local
1275 final long ident = Binder.clearCallingIdentity(); in checkAndFireBurstProcessing() local
1548 final long ident = Binder.clearCallingIdentity(); in onCaptureCompleted() local
[all …]
DCameraAdvancedExtensionSessionImpl.java607 final long ident = Binder.clearCallingIdentity(); in release() local
626 final long ident = Binder.clearCallingIdentity(); in notifyConfigurationFailure() local
740 final long ident = Binder.clearCallingIdentity(); in onCaptureStarted() local
753 final long ident = Binder.clearCallingIdentity(); in onCaptureProcessStarted() local
765 final long ident = Binder.clearCallingIdentity(); in onCaptureFailed() local
777 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceCompleted() local
789 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceAborted() local
810 final long ident = Binder.clearCallingIdentity(); in onCaptureCompleted() local
823 final long ident = Binder.clearCallingIdentity(); in onCaptureProcessProgressed() local
/frameworks/base/services/core/java/com/android/server/incident/
DIncidentCompanionService.java89 final long ident = Binder.clearCallingIdentity(); in authorizeReport() local
111 final long ident = Binder.clearCallingIdentity(); in cancelAuthorization() local
126 final long ident = Binder.clearCallingIdentity(); in sendReportReadyBroadcast() local
168 final long ident = Binder.clearCallingIdentity(); in approveReport() local
183 final long ident = Binder.clearCallingIdentity(); in denyReport() local
198 final long ident = Binder.clearCallingIdentity(); in getIncidentReportList() local
218 final long ident = Binder.clearCallingIdentity(); in deleteIncidentReports() local
236 final long ident = Binder.clearCallingIdentity(); in deleteAllIncidentReports() local
256 final long ident = Binder.clearCallingIdentity(); in getIncidentReport() local
/frameworks/native/services/sensorservice/
DRotationVectorSensor.cpp65 status_t RotationVectorSensor::activate(void* ident, bool enabled) { in activate()
69 status_t RotationVectorSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
150 status_t GyroDriftSensor::activate(void* ident, bool enabled) { in activate()
154 status_t GyroDriftSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
DSensorInterface.cpp62 status_t HardwareSensor::activate(void* ident, bool enabled) { in activate()
66 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags, in batch()
72 status_t HardwareSensor::flush(void* ident, int handle) { in flush()
76 status_t HardwareSensor::setDelay(void* ident, int handle, int64_t ns) { in setDelay()
80 void HardwareSensor::autoDisable(void *ident, int handle) { in autoDisable()
133 status_t ProximitySensor::activate(void* ident, bool enabled) { in activate()
DSensorDevice.cpp423 void SensorDevice::autoDisable(void* ident, int handle) { in autoDisable()
437 status_t SensorDevice::activate(void* ident, int handle, int enabled) { in activate()
444 status_t SensorDevice::activateLocked(void* ident, int handle, int enabled) { in activateLocked()
535 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch()
555 status_t SensorDevice::batchLocked(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batchLocked()
605 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay()
614 status_t SensorDevice::flush(void* ident, int handle) { in flush()
639 void SensorDevice::addDisabledReasonForIdentLocked(void* ident, DisabledReason reason) { in addDisabledReasonForIdentLocked()
643 void SensorDevice::removeDisabledReasonForIdentLocked(void* ident, DisabledReason reason) { in removeDisabledReasonForIdentLocked()
652 void SensorDevice::setUidStateForConnection(void* ident, SensorService::UidState state) { in setUidStateForConnection()
[all …]
DOrientationSensor.cpp74 status_t OrientationSensor::activate(void* ident, bool enabled) { in activate()
78 status_t OrientationSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
DCorrectedGyroSensor.cpp70 status_t CorrectedGyroSensor::activate(void* ident, bool enabled) { in activate()
75 status_t CorrectedGyroSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
DLinearAccelerationSensor.cpp64 status_t LinearAccelerationSensor::activate(void* ident, bool enabled) { in activate()
68 status_t LinearAccelerationSensor::setDelay(void* ident, int handle, int64_t ns) { in setDelay()
DGravitySensor.cpp78 status_t GravitySensor::activate(void* ident, bool enabled) { in activate()
82 status_t GravitySensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
DLimitedAxesImuSensor.cpp79 status_t LimitedAxesImuSensor::activate(void* ident, bool enabled) { in activate()
83 status_t LimitedAxesImuSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
DSensorFusion.cpp126 status_t SensorFusion::activate(int mode, void* ident, bool enabled) { in activate()
162 status_t SensorFusion::setDelay(int mode, void* ident, int64_t ns) { in setDelay()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerShellCommand.java205 final long ident = Binder.clearCallingIdentity(); in runJob() local
259 final long ident = Binder.clearCallingIdentity(); in timeout() local
303 final long ident = Binder.clearCallingIdentity(); in cancelJob() local
324 final long ident = Binder.clearCallingIdentity(); in monitorBattery() local
386 final long ident = Binder.clearCallingIdentity(); in getEstimatedNetworkBytes() local
442 final long ident = Binder.clearCallingIdentity(); in getTransferredNetworkBytes() local
486 final long ident = Binder.clearCallingIdentity(); in getJobState() local
528 final long ident = Binder.clearCallingIdentity(); in resetExecutionQuota() local
540 final long ident = Binder.clearCallingIdentity(); in resetScheduleQuota() local
594 final long ident = Binder.clearCallingIdentity(); in stop() local
[all …]
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java293 final long ident = clearCallingIdentity(); in openDevice() local
331 final long ident = clearCallingIdentity(); in openAccessory() local
674 final long ident = Binder.clearCallingIdentity(); in getCurrentUsbSpeed() local
687 final long ident = Binder.clearCallingIdentity(); in getGadgetHalVersion() local
700 final long ident = Binder.clearCallingIdentity(); in resetUsbGadget() local
717 final long ident = Binder.clearCallingIdentity(); in resetUsbPort() local
738 final long ident = Binder.clearCallingIdentity(); in getPorts() local
764 final long ident = Binder.clearCallingIdentity(); in getPortStatus() local
778 final long ident = Binder.clearCallingIdentity(); in setPortRoles() local
794 final long ident = Binder.clearCallingIdentity(); in enableLimitPowerTransfer() local
[all …]
/frameworks/base/services/restrictions/java/com/android/server/restrictions/
DRestrictionsManagerService.java96 final long ident = Binder.clearCallingIdentity(); in hasRestrictionsProvider() local
117 final long ident = Binder.clearCallingIdentity(); in requestPermission() local
150 final long ident = Binder.clearCallingIdentity(); in createLocalApprovalIntent() local
183 final long ident = Binder.clearCallingIdentity(); in notifyPermissionResponse() local
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamManagerService.java844 final long ident = Binder.clearCallingIdentity(); in dump() local
871 final long ident = Binder.clearCallingIdentity(); in getDreamComponentsForUser() local
884 final long ident = Binder.clearCallingIdentity(); in setDreamComponents() local
898 final long ident = Binder.clearCallingIdentity(); in setDreamComponentsForUser() local
910 final long ident = Binder.clearCallingIdentity(); in setSystemDreamComponent() local
933 final long ident = Binder.clearCallingIdentity(); in getDefaultDreamComponentForUser() local
945 final long ident = Binder.clearCallingIdentity(); in isDreaming() local
957 final long ident = Binder.clearCallingIdentity(); in isDreamingOrInPreview() local
970 final long ident = Binder.clearCallingIdentity(); in dream() local
995 final long ident = Binder.clearCallingIdentity(); in testDream() local
[all …]
/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
DTareShellCommand.java89 final long ident = Binder.clearCallingIdentity(); in runClearVip() local
105 final long ident = Binder.clearCallingIdentity(); in runSetVip() local
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java304 final long ident = Binder.clearCallingIdentity(); in performHapticFeedback() local
328 final long ident = Binder.clearCallingIdentity(); in performDrag() local
340 final long ident = Binder.clearCallingIdentity(); in dropForAccessibility() local
479 final long ident = Binder.clearCallingIdentity(); in reportDropResult() local
489 final long ident = Binder.clearCallingIdentity(); in cancelDragAndDrop() local
512 final long ident = Binder.clearCallingIdentity(); in startMovingTask() local
524 final long ident = Binder.clearCallingIdentity(); in finishMovingTask() local
534 final long ident = Binder.clearCallingIdentity(); in reportSystemGestureExclusionChanged() local
549 final long ident = Binder.clearCallingIdentity(); in reportKeepClearAreasChanged() local
566 final long ident = Binder.clearCallingIdentity(); in setWallpaperPosition() local
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java120 final long ident = mContext.binder.clearCallingIdentity(); in testMigration_managedProfileOwner() local
279 final long ident = mContext.binder.clearCallingIdentity(); in bootDpmsUp() local
/frameworks/base/core/java/android/app/admin/
DDeviceAdminInfo.java182 public final int ident; field in DeviceAdminInfo.PolicyInfo
190 public PolicyInfo(int ident, String tag, int label, int description) { in PolicyInfo()
194 public PolicyInfo(int ident, String tag, int label, int description, in PolicyInfo()
250 sRevKnownPolicies.put(pi.ident, pi); in sRevKnownPolicies.put() argument
251 sKnownPolicies.put(pi.tag, pi.ident); in sKnownPolicies.put()
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java1099 final long ident = Binder.clearCallingIdentity(); in doBackup() local
1158 final long ident = Binder.clearCallingIdentity(); in doRestoreInternal() local
1197 final long ident = Binder.clearCallingIdentity(); in doFullBackup() local
1242 final long ident = Binder.clearCallingIdentity(); in doMeasureFullBackup() local
1266 final long ident = Binder.clearCallingIdentity(); in doRestoreFile() local
1293 final long ident = Binder.clearCallingIdentity(); in doRestoreFinished() local
1325 final long ident = Binder.clearCallingIdentity(); in doQuotaExceeded() local
1363 final long ident = Binder.clearCallingIdentity(); in clearBackupRestoreEventLogger() local

12345