Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_status.h105 typedef int32_t binder_exception_t; typedef
138 __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);
/aosp12/frameworks/native/libs/binder/ndk/
H A Dstatus.cpp30 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()
H A Dstatus_internal.h38 binder_exception_t PruneException(int32_t exception);
H A Dservice_manager.cpp34 binder_exception_t AServiceManager_addService(AIBinder* binder, const char* instance) { in AServiceManager_addService()
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_auto_utils.h244 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()
/aosp12/frameworks/base/services/core/jni/
H A 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()
/aosp12/frameworks/native/libs/binder/ndk/include_platform/android/
H A Dbinder_manager.h37 __attribute__((warn_unused_result)) binder_exception_t AServiceManager_addService(
/aosp12/packages/services/Car/cpp/telemetry/cartelemetryd/src/
H A Dmain.cpp73 binder_exception_t exception = in main()
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/
H A DShimDeviceManager.cpp49 const binder_exception_t status = in registerEagerService()
/aosp12/hardware/interfaces/neuralnetworks/utils/
H A DREADME.md80 `binder_exception_t`. In case the call is made on a dead object, the call will return
119 `binder_exception_t`. In case the call is made on a dead object, the call will return
/aosp12/frameworks/native/libs/binder/ndk/tests/
H A Dlibbinder_ndk_unit_test.cpp134 binder_exception_t exception = in generatedService()
162 binder_exception_t exception = (new MyFoo)->addService(instance); in manualService()