Searched refs:binder_exception_t (Results 1 – 9 of 9) sorted by relevance
120 typedef int32_t binder_exception_t; typedef153 __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);
31 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()
38 binder_exception_t PruneException(int32_t exception);
34 binder_exception_t AServiceManager_addService(AIBinder* binder, const char* instance) { in AServiceManager_addService()
253 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()
58 const binder_exception_t err = in startStatsAidlService()92 const binder_exception_t err = AServiceManager_addService(binder.get(), memtrackProxyService); in android_server_SystemServer_startMemtrackProxyService()
37 __attribute__((warn_unused_result)) binder_exception_t AServiceManager_addService(
135 binder_exception_t exception = in generatedService()163 binder_exception_t exception = (new MyFoo)->addService(instance); in manualService()
48 static status_t mapExceptionCodeToStatusT(binder_exception_t binderException) { in mapExceptionCodeToStatusT()