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

  /frameworks/native/libs/binder/include/binder/
Status.h 61 EX_ILLEGAL_STATE = -5,
  /packages/services/Car/libvehiclemonitor/native/
IVehicleMonitor.cpp 57 } else if (exceptionCode == binder::Status::EX_ILLEGAL_STATE) {
  /frameworks/base/libs/services/src/os/
DropBoxManager.cpp 180 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, message.c_str());
  /system/libhidl/base/
Status.cpp 70 EXCEPTION_TO_STRING_PAIR(EX_ILLEGAL_STATE),
  /system/libhidl/base/include/hidl/
Status.h 62 EX_ILLEGAL_STATE = -5,
  /frameworks/base/core/java/android/os/
Parcel.java 254 private static final int EX_ILLEGAL_STATE = -5;
    [all...]

Completed in 354 milliseconds