/frameworks/base/core/java/android/net/ |
D | NetworkTemplate.java | 276 public boolean matches(NetworkIdentity ident) { in matches() 304 private boolean matchesMobile(NetworkIdentity ident) { in matchesMobile() 319 private boolean matchesMobile3gLower(NetworkIdentity ident) { in matchesMobile3gLower() 338 private boolean matchesMobile4g(NetworkIdentity ident) { in matchesMobile4g() 355 private boolean matchesWifi(NetworkIdentity ident) { in matchesWifi() 368 private boolean matchesEthernet(NetworkIdentity ident) { in matchesEthernet() 375 private boolean matchesMobileWildcard(NetworkIdentity ident) { in matchesMobileWildcard() 383 private boolean matchesWifiWildcard(NetworkIdentity ident) { in matchesWifiWildcard() 396 private boolean matchesBluetooth(NetworkIdentity ident) { in matchesBluetooth() 406 private boolean matchesProxy(NetworkIdentity ident) { in matchesProxy()
|
/frameworks/native/services/sensorservice/ |
D | SensorInterface.cpp | 61 status_t HardwareSensor::activate(void* ident, bool enabled) { in activate() 65 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags, in batch() 71 status_t HardwareSensor::flush(void* ident, int handle) { in flush() 75 status_t HardwareSensor::setDelay(void* ident, int handle, int64_t ns) { in setDelay() 79 void HardwareSensor::autoDisable(void *ident, int handle) { in autoDisable()
|
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 | 145 void SensorDevice::autoDisable(void *ident, int handle) { in autoDisable() 151 status_t SensorDevice::activate(void* ident, int handle, int enabled) { in activate() 235 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch() 300 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay() 329 status_t SensorDevice::flush(void* ident, int handle) { in flush() 338 bool SensorDevice::isClientDisabled(void* ident) { in isClientDisabled() 343 bool SensorDevice::isClientDisabledLocked(void* ident) { in isClientDisabledLocked() 437 status_t SensorDevice::Info::setBatchParamsForIdent(void* ident, int flags, in setBatchParamsForIdent() 470 ssize_t SensorDevice::Info::removeBatchParamsForIdent(void* ident) { in removeBatchParamsForIdent()
|
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 | 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 | 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 | 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 | SensorFusion.cpp | 123 status_t SensorFusion::activate(int mode, void* ident, bool enabled) { in activate() 159 status_t SensorFusion::setDelay(int mode, void* ident, int64_t ns) { in setDelay()
|
D | SensorInterface.h | 54 virtual status_t batch(void* ident, int handle, int, int64_t samplingPeriodNs, in batch()
|
/frameworks/base/services/core/java/com/android/server/dreams/ |
D | DreamManagerService.java | 474 final long ident = Binder.clearCallingIdentity(); in dump() local 487 final long ident = Binder.clearCallingIdentity(); in getDreamComponents() local 500 final long ident = Binder.clearCallingIdentity(); in setDreamComponents() local 513 final long ident = Binder.clearCallingIdentity(); in getDefaultDreamComponent() local 525 final long ident = Binder.clearCallingIdentity(); in isDreaming() local 537 final long ident = Binder.clearCallingIdentity(); in dream() local 561 final long ident = Binder.clearCallingIdentity(); in testDream() local 573 final long ident = Binder.clearCallingIdentity(); in awaken() local 588 final long ident = Binder.clearCallingIdentity(); in finishSelf() local 603 final long ident = Binder.clearCallingIdentity(); in startDozing() local [all …]
|
/frameworks/base/services/restrictions/java/com/android/server/restrictions/ |
D | RestrictionsManagerService.java | 79 long ident = Binder.clearCallingIdentity(); in hasRestrictionsProvider() local 100 long ident = Binder.clearCallingIdentity(); in requestPermission() local 133 long ident = Binder.clearCallingIdentity(); in createLocalApprovalIntent() local 166 long ident = Binder.clearCallingIdentity(); in notifyPermissionResponse() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerServiceMigrationTest.java | 130 final long ident = mContext.binder.clearCallingIdentity(); in testMigration() local 245 final long ident = mContext.binder.clearCallingIdentity(); in testMigration2_profileOwnerOnUser0() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 225 long ident = injectClearCallingIdentity(); in ensureInUserProfiles() local 264 long ident = injectClearCallingIdentity(); in isUserEnabled() local 284 long ident = Binder.clearCallingIdentity(); in getLauncherActivities() local 304 long ident = Binder.clearCallingIdentity(); in resolveActivity() local 324 long ident = Binder.clearCallingIdentity(); in isPackageEnabled() local 345 long ident = Binder.clearCallingIdentity(); in getApplicationInfo() local 460 final long ident = Binder.clearCallingIdentity(); in startShortcut() local 477 long ident = Binder.clearCallingIdentity(); in isActivityEnabled() local 503 long ident = Binder.clearCallingIdentity(); in startActivityAsUser() local 557 long ident = Binder.clearCallingIdentity(); in showAppDetailsAsUser() local [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 108 long ident = Binder.clearCallingIdentity(); in Session() local 267 long ident = Binder.clearCallingIdentity(); in performHapticFeedback() local 372 long ident = Binder.clearCallingIdentity(); in startMovingTask() local 387 long ident = Binder.clearCallingIdentity(); in reportDropResult() local 426 long ident = Binder.clearCallingIdentity(); in cancelDragAndDrop() local 462 long ident = Binder.clearCallingIdentity(); in setWallpaperPosition() local 481 long ident = Binder.clearCallingIdentity(); in setWallpaperDisplayOffset() local 494 long ident = Binder.clearCallingIdentity(); in sendWallpaperCommand() local
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 899 long ident = Binder.clearCallingIdentity(); in doBackup() local 932 long ident = Binder.clearCallingIdentity(); in doRestore() local 961 long ident = Binder.clearCallingIdentity(); in doFullBackup() local 1002 final long ident = Binder.clearCallingIdentity(); in doMeasureFullBackup() local 1028 long ident = Binder.clearCallingIdentity(); in doRestoreFile() local 1049 long ident = Binder.clearCallingIdentity(); in doRestoreFinished() local 1075 long ident = Binder.clearCallingIdentity(); in doQuotaExceeded() local
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerManagerService.java | 3211 final long ident = Binder.clearCallingIdentity(); in acquireWakeLock() local 3227 final long ident = Binder.clearCallingIdentity(); in releaseWakeLock() local 3265 final long ident = Binder.clearCallingIdentity(); in updateWakeLockWorkSource() local 3275 final long ident = Binder.clearCallingIdentity(); in isWakeLockLevelSupported() local 3312 final long ident = Binder.clearCallingIdentity(); in userActivity() local 3330 final long ident = Binder.clearCallingIdentity(); in wakeUp() local 3348 final long ident = Binder.clearCallingIdentity(); in goToSleep() local 3366 final long ident = Binder.clearCallingIdentity(); in nap() local 3376 final long ident = Binder.clearCallingIdentity(); in isInteractive() local 3386 final long ident = Binder.clearCallingIdentity(); in isPowerSaveMode() local [all …]
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsCollection.java | 264 public void recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start, in recordData() 299 NetworkIdentitySet ident, int uid, int set, int tag) { in findOrCreateHistory() 337 final NetworkIdentitySet ident = new NetworkIdentitySet(in); in read() local 411 final NetworkIdentitySet ident = new NetworkIdentitySet(in); in readLegacyNetwork() local 465 final NetworkIdentitySet ident = new NetworkIdentitySet(in); in readLegacyUid() local 613 public final NetworkIdentitySet ident; field in NetworkStatsCollection.Key 620 public Key(NetworkIdentitySet ident, int uid, int set, int tag) { in Key()
|
/frameworks/base/core/java/android/app/admin/ |
D | DeviceAdminInfo.java | 168 public final int ident; field in DeviceAdminInfo.PolicyInfo 175 public PolicyInfo(int ident, String tag, int label, int description) { in PolicyInfo() 179 public PolicyInfo(int ident, String tag, int label, int description, in PolicyInfo() 235 sRevKnownPolicies.put(pi.ident, pi); in sRevKnownPolicies.put() argument 236 sKnownPolicies.put(pi.tag, pi.ident); in sKnownPolicies.put()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbService.java | 350 final long ident = Binder.clearCallingIdentity(); in getPorts() local 363 final long ident = Binder.clearCallingIdentity(); in getPortStatus() local 377 final long ident = Binder.clearCallingIdentity(); in setPortRoles() local 392 final long ident = Binder.clearCallingIdentity(); in dump() local
|
/frameworks/base/services/core/java/com/android/server/clipboard/ |
D | ClipboardService.java | 224 final long ident = Binder.clearCallingIdentity(); in setPrimaryClipInternal() local 312 long ident = Binder.clearCallingIdentity(); in checkUriOwnerLocked() local 342 long ident = Binder.clearCallingIdentity(); in grantUriLocked() local 395 long ident = Binder.clearCallingIdentity(); in revokeUriLocked() local
|
/frameworks/base/core/jni/ |
D | android_view_InputDevice.cpp | 58 const InputDeviceIdentifier& ident = deviceInfo.getIdentifier(); in android_view_InputDevice_create() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | InputMethodManagerService.java | 752 long ident = Binder.clearCallingIdentity(); in sessionCreated() local 1513 final long ident = Binder.clearCallingIdentity(); in startInput() local 1680 long ident = Binder.clearCallingIdentity(); in updateStatusIcon() local 1817 final long ident = Binder.clearCallingIdentity(); in updateSystemUiLocked() local 1903 final long ident = Binder.clearCallingIdentity(); in notifySuggestionPicked() local 2039 final long ident = Binder.clearCallingIdentity(); in setInputMethodLocked() local 2071 long ident = Binder.clearCallingIdentity(); in showSoftInput() local 2158 long ident = Binder.clearCallingIdentity(); in hideSoftInput() local 2252 long ident = Binder.clearCallingIdentity(); in windowGainedFocus() local 2627 final long ident = Binder.clearCallingIdentity(); in setAdditionalInputMethodSubtypes() local [all …]
|
D | BatteryService.java | 683 long ident = Binder.clearCallingIdentity(); in onShellCommand() local 736 long ident = Binder.clearCallingIdentity(); in onShellCommand() local 752 long ident = Binder.clearCallingIdentity(); in onShellCommand() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 562 long ident = Binder.clearCallingIdentity(); in setWifiEnabled() local 975 long ident = Binder.clearCallingIdentity(); in getScanResults() local 1680 long ident = Binder.clearCallingIdentity(); in acquireWifiLockLocked() local 1713 long ident = Binder.clearCallingIdentity(); in updateWifiLockWorkSource() local 1747 long ident = Binder.clearCallingIdentity(); in releaseWifiLockLocked() local 1846 final long ident = Binder.clearCallingIdentity(); in acquireMulticastLock() local 1882 final long ident = Binder.clearCallingIdentity(); in removeMulticasterLocked() local
|