Home
last modified time | relevance | path

Searched refs:EX_NULL_POINTER (Results 1 – 6 of 6) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp102 ASSERT_THAT(status.exceptionCode(), Eq(android::binder::Status::EX_NULL_POINTER)); in TEST_F()
108 ASSERT_THAT(status.exceptionCode(), Eq(android::binder::Status::EX_NULL_POINTER)); in TEST_F()
/system/netd/include/binder_utils/
DBinderUtil.h48 EXCEPTION_TO_STRING(EX_NULL_POINTER, "NullPointerException") in exceptionToString()
/system/libhidl/base/
DStatus.cpp39 EXCEPTION_CASE(EX_NULL_POINTER); in exceptionToString()
/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.cpp100 return binder::Status::fromExceptionCode(binder::Status::Exception::EX_NULL_POINTER, in getWakeLockStats()
/system/libhidl/base/include/hidl/
DStatus.h65 EX_NULL_POINTER = -4, enumerator
/system/libhidl/
Dtest_main.cpp615 EXPECT_THAT(toString(Status::fromExceptionCode(Status::EX_NULL_POINTER)), in TEST_F()