/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 677 final long ident = Binder.clearCallingIdentity(); in createCaptureCallbackProxyWithExecutor() local 691 final long ident = Binder.clearCallingIdentity(); in createCaptureCallbackProxyWithExecutor() local 705 final long ident = Binder.clearCallingIdentity(); in createCaptureCallbackProxyWithExecutor() local 719 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
|
D | CameraExtensionSessionImpl.java | 706 final long ident = Binder.clearCallingIdentity(); in release() local 724 final long ident = Binder.clearCallingIdentity(); in notifyConfigurationFailure() local 742 final long ident = Binder.clearCallingIdentity(); in notifyConfigurationSuccess() local 854 final long ident = Binder.clearCallingIdentity(); in notifyCaptureFailed() local 888 final long ident = Binder.clearCallingIdentity(); in onCaptureStarted() local 920 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceAborted() local 934 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceCompleted() local 975 final long ident = Binder.clearCallingIdentity(); in onCaptureCompleted() local 1024 final long ident = Binder.clearCallingIdentity(); in checkAndFireBurstProcessing() local 1278 final long ident = Binder.clearCallingIdentity(); in onCaptureStarted() local [all …]
|
D | CameraAdvancedExtensionSessionImpl.java | 484 final long ident = Binder.clearCallingIdentity(); in release() local 503 final long ident = Binder.clearCallingIdentity(); in notifyConfigurationFailure() local 557 final long ident = Binder.clearCallingIdentity(); in onSuccess() local 594 final long ident = Binder.clearCallingIdentity(); in onCaptureStarted() local 607 final long ident = Binder.clearCallingIdentity(); in onCaptureProcessStarted() local 619 final long ident = Binder.clearCallingIdentity(); in onCaptureFailed() local 631 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceCompleted() local 643 final long ident = Binder.clearCallingIdentity(); in onCaptureSequenceAborted() local
|
/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/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 | 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 | SensorDevice.cpp | 652 void SensorDevice::autoDisable(void *ident, int handle) { in autoDisable() 666 status_t SensorDevice::activate(void* ident, int handle, int enabled) { in activate() 673 status_t SensorDevice::activateLocked(void* ident, int handle, int enabled) { in activateLocked() 767 void* ident, in batch() 789 status_t SensorDevice::batchLocked(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batchLocked() 840 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay() 849 status_t SensorDevice::flush(void* ident, int handle) { in flush() 874 void SensorDevice::addDisabledReasonForIdentLocked(void* ident, DisabledReason reason) { in addDisabledReasonForIdentLocked() 878 void SensorDevice::removeDisabledReasonForIdentLocked(void* ident, DisabledReason reason) { in removeDisabledReasonForIdentLocked() 887 void SensorDevice::setUidStateForConnection(void* ident, SensorService::UidState state) { in setUidStateForConnection() [all …]
|
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/core/java/android/net/ |
D | NetworkTemplate.java | 524 public boolean matches(NetworkIdentity ident) { in matches() 554 private boolean matchesMetered(NetworkIdentity ident) { in matchesMetered() 560 private boolean matchesRoaming(NetworkIdentity ident) { in matchesRoaming() 566 private boolean matchesDefaultNetwork(NetworkIdentity ident) { in matchesDefaultNetwork() 572 private boolean matchesOemNetwork(NetworkIdentity ident) { in matchesOemNetwork() 579 private boolean matchesCollapsedRatType(NetworkIdentity ident) { in matchesCollapsedRatType() 606 private boolean matchesMobile(NetworkIdentity ident) { in matchesMobile() 696 private boolean matchesWifi(NetworkIdentity ident) { in matchesWifi() 709 private boolean matchesEthernet(NetworkIdentity ident) { in matchesEthernet() 719 private boolean matchesCarrier(NetworkIdentity ident) { in matchesCarrier() [all …]
|
/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/core/java/com/android/server/dreams/ |
D | DreamManagerService.java | 540 final long ident = Binder.clearCallingIdentity(); in dump() local 559 final long ident = Binder.clearCallingIdentity(); in getDreamComponentsForUser() local 572 final long ident = Binder.clearCallingIdentity(); in setDreamComponents() local 586 final long ident = Binder.clearCallingIdentity(); in setDreamComponentsForUser() local 600 final long ident = Binder.clearCallingIdentity(); in getDefaultDreamComponentForUser() local 612 final long ident = Binder.clearCallingIdentity(); in isDreaming() local 624 final long ident = Binder.clearCallingIdentity(); in dream() local 649 final long ident = Binder.clearCallingIdentity(); in testDream() local 661 final long ident = Binder.clearCallingIdentity(); in awaken() local 676 final long ident = Binder.clearCallingIdentity(); in finishSelf() 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/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerServiceMigrationTest.java | 160 final long ident = mContext.binder.clearCallingIdentity(); in testMigration() local 274 final long ident = mContext.binder.clearCallingIdentity(); in testMigration2_profileOwnerOnUser0() local 343 final long ident = mContext.binder.clearCallingIdentity(); in testMigration3_managedProfileOwner() local 504 final long ident = mContext.binder.clearCallingIdentity(); in bootDpmsUp() local
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbService.java | 284 final long ident = clearCallingIdentity(); in openDevice() local 321 final long ident = clearCallingIdentity(); in openAccessory() local 645 final long ident = Binder.clearCallingIdentity(); in getCurrentUsbSpeed() local 658 final long ident = Binder.clearCallingIdentity(); in getGadgetHalVersion() local 671 final long ident = Binder.clearCallingIdentity(); in resetUsbGadget() local 683 final long ident = Binder.clearCallingIdentity(); in getPorts() local 709 final long ident = Binder.clearCallingIdentity(); in getPortStatus() local 723 final long ident = Binder.clearCallingIdentity(); in setPortRoles() local 738 final long ident = Binder.clearCallingIdentity(); in enableContaminantDetection() local 752 final long ident = Binder.clearCallingIdentity(); in getUsbHalVersion() local [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 276 final long ident = Binder.clearCallingIdentity(); in performHapticFeedback() local 293 final long ident = Binder.clearCallingIdentity(); in performDrag() local 423 final long ident = Binder.clearCallingIdentity(); in reportDropResult() local 433 final long ident = Binder.clearCallingIdentity(); in cancelDragAndDrop() local 456 final long ident = Binder.clearCallingIdentity(); in startMovingTask() local 468 final long ident = Binder.clearCallingIdentity(); in finishMovingTask() local 478 final long ident = Binder.clearCallingIdentity(); in reportSystemGestureExclusionChanged() local 495 final long ident = Binder.clearCallingIdentity(); in setWallpaperPosition() local 512 final long ident = Binder.clearCallingIdentity(); in setWallpaperZoomOut() local 541 final long ident = Binder.clearCallingIdentity(); in setWallpaperDisplayOffset() local [all …]
|
D | WindowOrganizerController.java | 129 final long ident = Binder.clearCallingIdentity(); in applyTransaction() local 146 final long ident = Binder.clearCallingIdentity(); in applySyncTransaction() local 180 final long ident = Binder.clearCallingIdentity(); in startTransition() local 224 final long ident = Binder.clearCallingIdentity(); in finishTransition() local 788 final long ident = Binder.clearCallingIdentity(); in registerTransitionPlayer() 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/services/core/java/com/android/server/net/ |
D | NetworkStatsCollection.java | 385 public void recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start, in recordData() 420 NetworkIdentitySet ident, int uid, int set, int tag) { in findOrCreateHistory() 459 final NetworkIdentitySet ident = new NetworkIdentitySet(in); in read() local 538 final NetworkIdentitySet ident = new NetworkIdentitySet(in); in readLegacyNetwork() local 592 final NetworkIdentitySet ident = new NetworkIdentitySet(in); in readLegacyUid() local 766 public final NetworkIdentitySet ident; field in NetworkStatsCollection.Key 773 public Key(NetworkIdentitySet ident, int uid, int set, int tag) { in Key()
|