Searched refs:EX_NULL_POINTER (Results 1 – 13 of 13) sorted by relevance
37 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in NullptrStatus()42 return ndk::ScopedAStatus(AStatus_fromExceptionCode(EX_NULL_POINTER)); in NullptrStatus()
142 case Status::EX_NULL_POINTER: in PruneException()143 return EX_NULL_POINTER; in PruneException()
71 EX_NULL_POINTER = -4, enumerator
61 EX_NULL_POINTER = -4, enumerator
275 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in registerForNotifications()384 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in registerClientCallback()518 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in tryUnregisterService()
348 Status::EX_NULL_POINTER); in TEST()
226 return Status::fromExceptionCode(Status::EX_NULL_POINTER, "can't find dropbox service"); in add()
131 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in NullptrStatus()137 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in NullptrStatus()
73 EXCEPTION_TO_CASE(EX_NULL_POINTER) in exceptionToString()
264 private static final int EX_NULL_POINTER = -4; field in Parcel1887 code = EX_NULL_POINTER; in writeException()2081 case EX_NULL_POINTER: in createException()
1100 Status::EX_NULL_POINTER, in statsCompanionReady()
51724 Landroid/os/Parcel;->EX_NULL_POINTER:I