/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CallbackProxies.java | 51 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
|
D | CameraInjectionSessionImpl.java | 90 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
|
D | CameraOfflineSessionImpl.java | 161 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
|
D | CameraCaptureSessionImpl.java | 663 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
|
D | CameraExtensionSessionImpl.java | 784 final long ident = Binder.clearCallingIdentity(); in release() local 802 final long ident = Binder.clearCallingIdentity(); in notifyConfigurationFailure() local 820 final long ident = Binder.clearCallingIdentity(); in notifyConfigurationSuccess() local 933 final long ident = Binder.clearCallingIdentity(); in notifyCaptureFailed() local 967 final long ident = Binder.clearCallingIdentity(); in onCaptureStarted() local 999 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceAborted() local 1013 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceCompleted() local 1052 final long ident = Binder.clearCallingIdentity(); in onCaptureCompleted() local 1106 final long ident = Binder.clearCallingIdentity(); in checkAndFireBurstProcessing() local 1369 final long ident = Binder.clearCallingIdentity(); in onCaptureCompleted() local [all …]
|
D | CameraAdvancedExtensionSessionImpl.java | 472 final long ident = Binder.clearCallingIdentity(); in release() local 491 final long ident = Binder.clearCallingIdentity(); in notifyConfigurationFailure() local 545 final long ident = Binder.clearCallingIdentity(); in onSuccess() local 582 final long ident = Binder.clearCallingIdentity(); in onCaptureStarted() local 595 final long ident = Binder.clearCallingIdentity(); in onCaptureProcessStarted() local 607 final long ident = Binder.clearCallingIdentity(); in onCaptureFailed() local 619 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceCompleted() local 631 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceAborted() local 652 final long ident = Binder.clearCallingIdentity(); in onCaptureCompleted() local
|
D | CameraDeviceImpl.java | 1163 final long ident = Binder.clearCallingIdentity(); in checkEarlyTriggerSequenceCompleteLocked() local 1669 final long ident = Binder.clearCallingIdentity(); in checkAndFireSequenceComplete() local 1773 final long ident = Binder.clearCallingIdentity(); in onDeviceError() local 1801 final long ident = Binder.clearCallingIdentity(); in scheduleNotifyError() local 1866 final long ident = Binder.clearCallingIdentity(); in onCaptureErrorLocked() local 1921 final long ident = Binder.clearCallingIdentity(); in onCaptureErrorLocked() local 1952 final long ident = Binder.clearCallingIdentity(); in onDeviceIdle() local 2072 final long ident = Binder.clearCallingIdentity(); in onCaptureStarted() local 2280 final long ident = Binder.clearCallingIdentity(); in onResultReceived() local 2485 final long ident = Binder.clearCallingIdentity(); in binderDied() local
|
/frameworks/native/services/sensorservice/ |
D | SensorInterface.cpp | 62 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() 94 status_t ProximitySensor::activate(void* ident, bool enabled) { in activate()
|
D | RotationVectorSensor.cpp | 65 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()
|
D | SensorDevice.cpp | 424 void SensorDevice::autoDisable(void* ident, int handle) { in autoDisable() 438 status_t SensorDevice::activate(void* ident, int handle, int enabled) { in activate() 445 status_t SensorDevice::activateLocked(void* ident, int handle, int enabled) { in activateLocked() 536 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch() 556 status_t SensorDevice::batchLocked(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batchLocked() 606 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay() 615 status_t SensorDevice::flush(void* ident, int handle) { in flush() 640 void SensorDevice::addDisabledReasonForIdentLocked(void* ident, DisabledReason reason) { in addDisabledReasonForIdentLocked() 644 void SensorDevice::removeDisabledReasonForIdentLocked(void* ident, DisabledReason reason) { in removeDisabledReasonForIdentLocked() 653 void SensorDevice::setUidStateForConnection(void* ident, SensorService::UidState state) { in setUidStateForConnection() [all …]
|
D | OrientationSensor.cpp | 74 status_t OrientationSensor::activate(void* ident, bool enabled) { in activate() 78 status_t OrientationSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
|
D | CorrectedGyroSensor.cpp | 70 status_t CorrectedGyroSensor::activate(void* ident, bool enabled) { in activate() 75 status_t CorrectedGyroSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
|
D | LinearAccelerationSensor.cpp | 64 status_t LinearAccelerationSensor::activate(void* ident, bool enabled) { in activate() 68 status_t LinearAccelerationSensor::setDelay(void* ident, int handle, int64_t ns) { in setDelay()
|
D | GravitySensor.cpp | 78 status_t GravitySensor::activate(void* ident, bool enabled) { in activate() 82 status_t GravitySensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
|
D | LimitedAxesImuSensor.cpp | 79 status_t LimitedAxesImuSensor::activate(void* ident, bool enabled) { in activate() 83 status_t LimitedAxesImuSensor::setDelay(void* ident, int /*handle*/, int64_t ns) { in setDelay()
|
D | SensorFusion.cpp | 126 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/services/core/java/com/android/server/incident/ |
D | IncidentCompanionService.java | 90 final long ident = Binder.clearCallingIdentity(); in authorizeReport() local 112 final long ident = Binder.clearCallingIdentity(); in cancelAuthorization() local 127 final long ident = Binder.clearCallingIdentity(); in sendReportReadyBroadcast() local 169 final long ident = Binder.clearCallingIdentity(); in approveReport() local 184 final long ident = Binder.clearCallingIdentity(); in denyReport() local 199 final long ident = Binder.clearCallingIdentity(); in getIncidentReportList() local 219 final long ident = Binder.clearCallingIdentity(); in deleteIncidentReports() local 237 final long ident = Binder.clearCallingIdentity(); in deleteAllIncidentReports() local 257 final long ident = Binder.clearCallingIdentity(); in getIncidentReport() local
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
D | JobSchedulerShellCommand.java | 175 final long ident = Binder.clearCallingIdentity(); in runJob() local 222 final long ident = Binder.clearCallingIdentity(); in timeout() local 258 final long ident = Binder.clearCallingIdentity(); in cancelJob() local 278 final long ident = Binder.clearCallingIdentity(); in monitorBattery() local 346 final long ident = Binder.clearCallingIdentity(); in getJobState() local 388 final long ident = Binder.clearCallingIdentity(); in resetExecutionQuota() local 400 final long ident = Binder.clearCallingIdentity(); in resetScheduleQuota() local 423 final long ident = Binder.clearCallingIdentity(); in triggerDockState() local
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbService.java | 289 final long ident = clearCallingIdentity(); in openDevice() local 327 final long ident = clearCallingIdentity(); in openAccessory() local 653 final long ident = Binder.clearCallingIdentity(); in getCurrentUsbSpeed() local 666 final long ident = Binder.clearCallingIdentity(); in getGadgetHalVersion() local 679 final long ident = Binder.clearCallingIdentity(); in resetUsbGadget() local 696 final long ident = Binder.clearCallingIdentity(); in resetUsbPort() local 717 final long ident = Binder.clearCallingIdentity(); in getPorts() local 743 final long ident = Binder.clearCallingIdentity(); in getPortStatus() local 757 final long ident = Binder.clearCallingIdentity(); in setPortRoles() local 773 final long ident = Binder.clearCallingIdentity(); in enableLimitPowerTransfer() local [all …]
|
/frameworks/base/services/restrictions/java/com/android/server/restrictions/ |
D | RestrictionsManagerService.java | 79 final long ident = Binder.clearCallingIdentity(); in hasRestrictionsProvider() local 100 final long ident = Binder.clearCallingIdentity(); in requestPermission() local 133 final long ident = Binder.clearCallingIdentity(); in createLocalApprovalIntent() local 166 final long ident = Binder.clearCallingIdentity(); in notifyPermissionResponse() local
|
/frameworks/base/services/core/java/com/android/server/dreams/ |
D | DreamManagerService.java | 795 final long ident = Binder.clearCallingIdentity(); in dump() local 822 final long ident = Binder.clearCallingIdentity(); in getDreamComponentsForUser() local 835 final long ident = Binder.clearCallingIdentity(); in setDreamComponents() local 849 final long ident = Binder.clearCallingIdentity(); in setDreamComponentsForUser() local 861 final long ident = Binder.clearCallingIdentity(); in setSystemDreamComponent() local 884 final long ident = Binder.clearCallingIdentity(); in getDefaultDreamComponentForUser() local 896 final long ident = Binder.clearCallingIdentity(); in isDreaming() local 908 final long ident = Binder.clearCallingIdentity(); in isDreamingOrInPreview() local 921 final long ident = Binder.clearCallingIdentity(); in dream() local 946 final long ident = Binder.clearCallingIdentity(); in testDream() local [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 309 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 485 final long ident = Binder.clearCallingIdentity(); in reportDropResult() local 495 final long ident = Binder.clearCallingIdentity(); in cancelDragAndDrop() local 518 final long ident = Binder.clearCallingIdentity(); in startMovingTask() local 530 final long ident = Binder.clearCallingIdentity(); in finishMovingTask() local 540 final long ident = Binder.clearCallingIdentity(); in reportSystemGestureExclusionChanged() local 555 final long ident = Binder.clearCallingIdentity(); in reportKeepClearAreasChanged() local 572 final long ident = Binder.clearCallingIdentity(); in setWallpaperPosition() local [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerServiceMigrationTest.java | 118 final long ident = mContext.binder.clearCallingIdentity(); in testMigration_managedProfileOwner() local 276 final long ident = mContext.binder.clearCallingIdentity(); in bootDpmsUp() local
|
/frameworks/base/core/java/android/app/admin/ |
D | DeviceAdminInfo.java | 162 public final int ident; field in DeviceAdminInfo.PolicyInfo 170 public PolicyInfo(int ident, String tag, int label, int description) { in PolicyInfo() 174 public PolicyInfo(int ident, String tag, int label, int description, in PolicyInfo() 230 sRevKnownPolicies.put(pi.ident, pi); in sRevKnownPolicies.put() argument 231 sKnownPolicies.put(pi.tag, pi.ident); in sKnownPolicies.put()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 1063 final long ident = Binder.clearCallingIdentity(); in doBackup() local 1122 final long ident = Binder.clearCallingIdentity(); in doRestoreInternal() local 1161 final long ident = Binder.clearCallingIdentity(); in doFullBackup() local 1206 final long ident = Binder.clearCallingIdentity(); in doMeasureFullBackup() local 1230 final long ident = Binder.clearCallingIdentity(); in doRestoreFile() local 1257 final long ident = Binder.clearCallingIdentity(); in doRestoreFinished() local 1289 final long ident = Binder.clearCallingIdentity(); in doQuotaExceeded() local
|