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

  /frameworks/native/libs/binder/include/binder/
Status.h 59 EX_ILLEGAL_ARGUMENT = -3,
  /system/libhidl/base/
Status.cpp 68 EXCEPTION_TO_STRING_PAIR(EX_ILLEGAL_ARGUMENT),
  /system/libhidl/base/include/hidl/
Status.h 60 EX_ILLEGAL_ARGUMENT = -3,
  /frameworks/base/core/java/android/os/
Parcel.java 252 private static final int EX_ILLEGAL_ARGUMENT = -3;
    [all...]
  /system/netd/server/
NetdNativeService.cpp 370 : binder::Status::fromExceptionCode(binder::Status::EX_ILLEGAL_ARGUMENT);
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 147 return exception(binder::Status::EX_ILLEGAL_ARGUMENT,
156 return exception(binder::Status::EX_ILLEGAL_ARGUMENT,
    [all...]

Completed in 710 milliseconds