Home
last modified time | relevance | path

Searched defs:ident (Results 1 – 25 of 112) 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.java973 final long ident = Binder.clearCallingIdentity(); in release() local
991 final long ident = Binder.clearCallingIdentity(); in notifyConfigurationFailure() local
1009 final long ident = Binder.clearCallingIdentity(); in notifyConfigurationSuccess() local
1135 final long ident = Binder.clearCallingIdentity(); in notifyCaptureFailed() local
1171 final long ident = Binder.clearCallingIdentity(); in onCaptureStarted() local
1203 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceAborted() local
1217 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceCompleted() local
1257 final long ident = Binder.clearCallingIdentity(); in onCaptureCompleted() local
1314 final long ident = Binder.clearCallingIdentity(); in checkAndFireBurstProcessing() local
1594 final long ident = Binder.clearCallingIdentity(); in onCaptureCompleted() local
[all …]
DCameraAdvancedExtensionSessionImpl.java715 final long ident = Binder.clearCallingIdentity(); in release() local
734 final long ident = Binder.clearCallingIdentity(); in notifyConfigurationFailure() local
850 final long ident = Binder.clearCallingIdentity(); in onCaptureStarted() local
863 final long ident = Binder.clearCallingIdentity(); in onCaptureProcessStarted() local
875 final long ident = Binder.clearCallingIdentity(); in onCaptureFailed() local
888 final long ident = Binder.clearCallingIdentity(); in onCaptureProcessFailed() local
903 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceCompleted() local
915 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceAborted() local
936 final long ident = Binder.clearCallingIdentity(); in onCaptureCompleted() local
949 final long ident = Binder.clearCallingIdentity(); in onCaptureProcessProgressed() local
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerShellCommand.java226 final long ident = Binder.clearCallingIdentity(); in runJob() local
280 final long ident = Binder.clearCallingIdentity(); in timeout() local
324 final long ident = Binder.clearCallingIdentity(); in cancelJob() local
345 final long ident = Binder.clearCallingIdentity(); in monitorBattery() local
359 final long ident = Binder.clearCallingIdentity(); in disableFlexPolicy() local
405 final long ident = Binder.clearCallingIdentity(); in enableFlexPolicy() local
469 final long ident = Binder.clearCallingIdentity(); in getConfigValue() local
511 final long ident = Binder.clearCallingIdentity(); in getEstimatedNetworkBytes() local
567 final long ident = Binder.clearCallingIdentity(); in getTransferredNetworkBytes() local
611 final long ident = Binder.clearCallingIdentity(); in getJobState() local
[all …]
/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/
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()
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()
DSensorDevice.cpp453 void SensorDevice::autoDisable(void* ident, int handle) { in autoDisable()
467 status_t SensorDevice::activate(void* ident, int handle, int enabled) { in activate()
474 status_t SensorDevice::activateLocked(void* ident, int handle, int enabled) { in activateLocked()
569 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch()
589 status_t SensorDevice::batchLocked(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batchLocked()
639 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay()
648 status_t SensorDevice::flush(void* ident, int handle) { in flush()
673 void SensorDevice::addDisabledReasonForIdentLocked(void* ident, DisabledReason reason) { in addDisabledReasonForIdentLocked()
677 void SensorDevice::removeDisabledReasonForIdentLocked(void* ident, DisabledReason reason) { in removeDisabledReasonForIdentLocked()
686 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()
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()
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()
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()
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamManagerService.java883 final long ident = Binder.clearCallingIdentity(); in dump() local
910 final long ident = Binder.clearCallingIdentity(); in getDreamComponentsForUser() local
923 final long ident = Binder.clearCallingIdentity(); in setDreamComponents() local
937 final long ident = Binder.clearCallingIdentity(); in setDreamComponentsForUser() local
949 final long ident = Binder.clearCallingIdentity(); in setSystemDreamComponent() local
972 final long ident = Binder.clearCallingIdentity(); in getDefaultDreamComponentForUser() local
984 final long ident = Binder.clearCallingIdentity(); in isDreaming() local
996 final long ident = Binder.clearCallingIdentity(); in isDreamingOrInPreview() local
1009 final long ident = Binder.clearCallingIdentity(); in dream() local
1021 final long ident = Binder.clearCallingIdentity(); in canStartDreaming() local
[all …]
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java327 final long ident = clearCallingIdentity(); in openDevice() local
365 final long ident = clearCallingIdentity(); in openAccessory() local
718 final long ident = Binder.clearCallingIdentity(); in getCurrentUsbSpeed() local
732 final long ident = Binder.clearCallingIdentity(); in getGadgetHalVersion() local
746 final long ident = Binder.clearCallingIdentity(); in resetUsbGadget() local
763 final long ident = Binder.clearCallingIdentity(); in resetUsbPort() local
785 final long ident = Binder.clearCallingIdentity(); in getPorts() local
811 final long ident = Binder.clearCallingIdentity(); in getPortStatus() local
825 final long ident = Binder.clearCallingIdentity(); in isModeChangeSupported() local
839 final long ident = Binder.clearCallingIdentity(); in setPortRoles() 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/core/java/android/hardware/camera2/extension/
DRequestProcessor.java452 final long ident = Binder.clearCallingIdentity(); in onCaptureStarted() local
470 final long ident = Binder.clearCallingIdentity(); in onCaptureProgressed() local
506 final long ident = Binder.clearCallingIdentity(); in onCaptureCompleted() local
528 final long ident = Binder.clearCallingIdentity(); in onCaptureFailed() local
543 final long ident = Binder.clearCallingIdentity(); in onCaptureBufferLost() local
558 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceCompleted() local
569 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceAborted() local
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java356 final long ident = Binder.clearCallingIdentity(); in performHapticFeedback() local
381 final long ident = Binder.clearCallingIdentity(); in performDrag() local
394 final long ident = Binder.clearCallingIdentity(); in dropForAccessibility() local
533 final long ident = Binder.clearCallingIdentity(); in reportDropResult() local
543 final long ident = Binder.clearCallingIdentity(); in cancelDragAndDrop() local
566 final long ident = Binder.clearCallingIdentity(); in startMovingTask() local
578 final long ident = Binder.clearCallingIdentity(); in finishMovingTask() local
588 final long ident = Binder.clearCallingIdentity(); in reportSystemGestureExclusionChanged() local
598 final long ident = Binder.clearCallingIdentity(); in reportDecorViewGestureInterceptionChanged() local
613 final long ident = Binder.clearCallingIdentity(); in reportKeepClearAreasChanged() local
[all …]
/frameworks/base/services/core/java/com/android/server/audio/
DSystemServerAdapter.java87 final long ident = Binder.clearCallingIdentity(); in sendDeviceBecomingNoisyIntent() local
155 final long ident = Binder.clearCallingIdentity(); in broadcastMasterMuteStatus() local
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java119 final long ident = mContext.binder.clearCallingIdentity(); in testMigration_managedProfileOwner() local
281 final long ident = mContext.binder.clearCallingIdentity(); in bootDpmsUp() local
/frameworks/base/core/java/android/app/admin/
DDeviceAdminInfo.java211 public final int ident; field in DeviceAdminInfo.PolicyInfo
219 public PolicyInfo(int ident, String tag, int label, int description) { in PolicyInfo()
223 public PolicyInfo(int ident, String tag, int label, int description, in PolicyInfo()
279 sRevKnownPolicies.put(pi.ident, pi); in sRevKnownPolicies.put() argument
280 sKnownPolicies.put(pi.tag, pi.ident); in sKnownPolicies.put()
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java1109 final long ident = Binder.clearCallingIdentity(); in doBackup() local
1168 final long ident = Binder.clearCallingIdentity(); in doRestoreInternal() local
1207 final long ident = Binder.clearCallingIdentity(); in doFullBackup() local
1252 final long ident = Binder.clearCallingIdentity(); in doMeasureFullBackup() local
1276 final long ident = Binder.clearCallingIdentity(); in doRestoreFile() local
1321 final long ident = Binder.clearCallingIdentity(); in doRestoreFinished() local
1353 final long ident = Binder.clearCallingIdentity(); in doQuotaExceeded() local
1391 final long ident = Binder.clearCallingIdentity(); in clearBackupRestoreEventLogger() local

12345