Home
last modified time | relevance | path

Searched refs:EX_NONE (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/libs/binder/
DStatus.cpp69 EXCEPTION_TO_CASE(EX_NONE) in exceptionToString()
125 mException = EX_NONE; in readFromParcel()
128 if (mException == EX_NONE) { in readFromParcel()
197 if (mException == EX_NONE) { in writeToParcel()
232 mException = (status == NO_ERROR) ? EX_NONE : EX_TRANSACTION_FAILED; in setFromStatusT()
239 if (mException == EX_NONE) { in toString8()
/frameworks/native/libs/binder/include/binder/
DStatus.h58 EX_NONE = 0, enumerator
143 bool isOk() const { return mException == EX_NONE; } in isOk()
159 int32_t mException = EX_NONE;
/frameworks/native/include/binder/
DStatus.h58 EX_NONE = 0, enumerator
143 bool isOk() const { return mException == EX_NONE; } in isOk()
159 int32_t mException = EX_NONE;
/frameworks/native/libs/binder/ndk/
Dstatus.cpp138 case Status::EX_NONE: in PruneException()
139 return EX_NONE; in PruneException()
/frameworks/base/services/core/jni/
Dcom_android_server_SystemServer.cpp60 LOG_ALWAYS_FATAL_IF(err != EX_NONE, "Cannot register AIDL %s: %d", instance.c_str(), err); in startStatsAidlService()
93 LOG_ALWAYS_FATAL_IF(err != EX_NONE, "Cannot register %s: %d", memtrackProxyService, err); in android_server_SystemServer_startMemtrackProxyService()
/frameworks/native/libs/binder/rust/sys/
DBinderBindings.hpp56 NONE = EX_NONE,
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h95 EX_NONE = 0, enumerator
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp138 if (exception != EX_NONE) { in generatedService()
165 if (exception != EX_NONE) { in manualService()
545 EXPECT_EQ(EX_NONE, foo->addService(kInstanceName)); in TEST()
591 EXPECT_EQ(EX_NONE, foo->addService(kInstanceName1)); in TEST()
592 EXPECT_EQ(EX_NONE, foo->addService(kInstanceName2)); in TEST()
/frameworks/native/services/inputflinger/
DInputManager.cpp40 return binder::Status::EX_NONE; in exceptionCodeFromStatusT()
/frameworks/native/libs/binder/tests/
DbinderParcelUnitTest.cpp78 EXPECT_EQ(p.enforceNoDataAvail().exceptionCode(), Status::Exception::EX_NONE); in TEST()
/frameworks/av/media/libaudioclient/include/media/
DAidlConversionUtil.h310 case Status::EX_NONE:
/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp69 return Status::fromExceptionCode(Status::EX_NONE, msg.c_str()); in error()
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp50 case EX_NONE: in mapExceptionCodeToStatusT()