Home
last modified time | relevance | path

Searched refs:EX_SECURITY (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dstatus.cpp125 case Status::EX_SECURITY: in PruneException()
126 return EX_SECURITY; in PruneException()
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp84 Status::EX_SECURITY, in checkIncidentPermissions()
91 Status::EX_SECURITY, in checkIncidentPermissions()
102 Status::EX_SECURITY, in checkIncidentPermissions()
112 Status::EX_SECURITY, in checkIncidentPermissions()
312 return Status::fromExceptionCode(Status::EX_SECURITY, in systemRunning()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h67 EX_SECURITY = -1, enumerator
/frameworks/base/cmds/statsd/src/
DStatsService.cpp85 return exception(binder::Status::EX_SECURITY, in checkUid()
101 return exception(binder::Status::EX_SECURITY, in checkDumpAndUsageStats()
105 return exception(binder::Status::EX_SECURITY, in checkDumpAndUsageStats()
116 return exception(binder::Status::EX_SECURITY, in checkDumpAndUsageStats()
1305 return exception(binder::Status::EX_SECURITY, in sendBinaryPushStateChangedAtom()
1310 return exception(binder::Status::EX_SECURITY, in sendBinaryPushStateChangedAtom()
1398 return exception(binder::Status::EX_SECURITY, in sendWatchdogRollbackOccurredAtom()
1403 return exception(binder::Status::EX_SECURITY, in sendWatchdogRollbackOccurredAtom()
1449 return exception(binder::Status::EX_SECURITY, in getRegisteredExperimentIds()
1453 return exception(binder::Status::EX_SECURITY, in getRegisteredExperimentIds()
/frameworks/native/libs/binder/include/binder/
DStatus.h58 EX_SECURITY = -1, enumerator
/frameworks/native/libs/binder/
DStatus.cpp70 EXCEPTION_TO_CASE(EX_SECURITY) in exceptionToString()
/frameworks/base/core/java/android/os/
DParcel.java261 private static final int EX_SECURITY = -1; field in Parcel
1876 code = EX_SECURITY; in writeException()
2070 case EX_SECURITY: in createException()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp140 return exception(binder::Status::EX_SECURITY, in checkPermission()
150 return exception(binder::Status::EX_SECURITY, in checkUid()