HomeSort by relevance Sort by last modified time
    Searched refs:EX_SECURITY (Results 1 - 7 of 7) sorted by null

  /frameworks/base/cmds/incidentd/src/
IncidentService.cpp 51 return Status::fromExceptionCode(Status::EX_SECURITY,
57 return Status::fromExceptionCode(Status::EX_SECURITY,
235 return Status::fromExceptionCode(Status::EX_SECURITY,
  /frameworks/native/libs/binder/include/binder/
Status.h 57 EX_SECURITY = -1,
  /system/libhidl/base/
Status.cpp 66 EXCEPTION_TO_STRING_PAIR(EX_SECURITY),
  /system/libhidl/base/include/hidl/
Status.h 58 EX_SECURITY = -1,
  /system/netd/server/
NetdNativeService.cpp 69 return binder::Status::fromExceptionCode(binder::Status::EX_SECURITY, String8(err.c_str()));
88 binder::Status::EX_SECURITY, \
  /frameworks/base/core/java/android/os/
Parcel.java 250 private static final int EX_SECURITY = -1;
    [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 128 return exception(binder::Status::EX_SECURITY,
138 return exception(binder::Status::EX_SECURITY,
    [all...]

Completed in 253 milliseconds