Home
last modified time | relevance | path

Searched refs:binder_exception_t (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h120 typedef int32_t binder_exception_t; typedef
153 __attribute__((warn_unused_result)) AStatus* AStatus_fromExceptionCode(binder_exception_t exception)
168 binder_exception_t exception, const char* message) __INTRODUCED_IN(29);
235 binder_exception_t AStatus_getExceptionCode(const AStatus* status) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/ndk/
Dstatus.cpp31 AStatus* AStatus_fromExceptionCode(binder_exception_t exception) { in AStatus_fromExceptionCode()
35 AStatus* AStatus_fromExceptionCodeWithMessage(binder_exception_t exception, const char* message) { in AStatus_fromExceptionCodeWithMessage()
55 binder_exception_t AStatus_getExceptionCode(const AStatus* status) { in AStatus_getExceptionCode()
136 binder_exception_t PruneException(int32_t exception) { in PruneException()
Dstatus_internal.h38 binder_exception_t PruneException(int32_t exception);
Dservice_manager.cpp34 binder_exception_t AServiceManager_addService(AIBinder* binder, const char* instance) { in AServiceManager_addService()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h253 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode()
281 binder_exception_t exception = getExceptionCode(); in getDescription()
299 static ScopedAStatus fromExceptionCode(binder_exception_t exception) { in getDescription()
302 static ScopedAStatus fromExceptionCodeWithMessage(binder_exception_t exception, in getDescription()
/frameworks/base/services/core/jni/
Dcom_android_server_SystemServer.cpp58 const binder_exception_t err = in startStatsAidlService()
92 const binder_exception_t err = AServiceManager_addService(binder.get(), memtrackProxyService); in android_server_SystemServer_startMemtrackProxyService()
/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_manager.h37 __attribute__((warn_unused_result)) binder_exception_t AServiceManager_addService(
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp135 binder_exception_t exception = in generatedService()
163 binder_exception_t exception = (new MyFoo)->addService(instance); in manualService()
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp48 static status_t mapExceptionCodeToStatusT(binder_exception_t binderException) { in mapExceptionCodeToStatusT()