Searched refs:binder_exception_t (Results 1 – 11 of 11) sorted by relevance
105 typedef int32_t binder_exception_t; typedef138 __attribute__((warn_unused_result)) AStatus* AStatus_fromExceptionCode(binder_exception_t exception)153 binder_exception_t exception, const char* message) __INTRODUCED_IN(29);220 binder_exception_t AStatus_getExceptionCode(const AStatus* status) __INTRODUCED_IN(29);
30 AStatus* AStatus_fromExceptionCode(binder_exception_t exception) { in AStatus_fromExceptionCode()34 AStatus* AStatus_fromExceptionCodeWithMessage(binder_exception_t exception, const char* message) { in AStatus_fromExceptionCodeWithMessage()54 binder_exception_t AStatus_getExceptionCode(const AStatus* status) { in AStatus_getExceptionCode()135 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()
244 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode()268 binder_exception_t exception = getExceptionCode(); in getDescription()286 static ScopedAStatus fromExceptionCode(binder_exception_t exception) { in fromExceptionCode()289 static ScopedAStatus fromExceptionCodeWithMessage(binder_exception_t exception, in fromExceptionCodeWithMessage()
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(
73 binder_exception_t exception = in main()
49 const binder_exception_t status = in registerEagerService()
80 `binder_exception_t`. In case the call is made on a dead object, the call will return119 `binder_exception_t`. In case the call is made on a dead object, the call will return
134 binder_exception_t exception = in generatedService()162 binder_exception_t exception = (new MyFoo)->addService(instance); in manualService()