Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h126 typedef int32_t binder_exception_t; typedef
159 __attribute__((warn_unused_result)) AStatus* AStatus_fromExceptionCode(binder_exception_t exception)
174 binder_exception_t exception, const char* message) __INTRODUCED_IN(29);
241 binder_exception_t AStatus_getExceptionCode(const AStatus* status) __INTRODUCED_IN(29);
/frameworks/native/libs/binder/ndk/
Dstatus.cpp29 AStatus* AStatus_fromExceptionCode(binder_exception_t exception) { in AStatus_fromExceptionCode()
33 AStatus* AStatus_fromExceptionCodeWithMessage(binder_exception_t exception, const char* message) { in AStatus_fromExceptionCodeWithMessage()
53 binder_exception_t AStatus_getExceptionCode(const AStatus* status) { in AStatus_getExceptionCode()
134 binder_exception_t PruneException(int32_t exception) { in PruneException()
Dstatus_internal.h38 binder_exception_t PruneException(int32_t exception);
Dservice_manager.cpp33 binder_exception_t AServiceManager_addService(AIBinder* binder, const char* instance) { in AServiceManager_addService()
43 binder_exception_t AServiceManager_addServiceWithFlags(AIBinder* binder, const char* instance, in AServiceManager_addServiceWithFlags()
/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_manager.h52 __attribute__((warn_unused_result)) binder_exception_t AServiceManager_addService(
68 __attribute__((warn_unused_result)) binder_exception_t AServiceManager_addServiceWithFlags(
/frameworks/base/services/core/jni/
Dcom_android_server_SystemServer.cpp54 const binder_exception_t err = in startStatsAidlService()
80 const binder_exception_t err = in startSensorManagerAidlService()
132 const binder_exception_t err = AServiceManager_addService(binder.get(), memtrackProxyService); in android_server_SystemServer_startMemtrackProxyService()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h266 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode()
299 binder_exception_t exception = getExceptionCode(); in getDescription()
317 static ScopedAStatus fromExceptionCode(binder_exception_t exception) { in fromExceptionCode()
320 static ScopedAStatus fromExceptionCodeWithMessage(binder_exception_t exception, in fromExceptionCodeWithMessage()
/frameworks/av/services/camera/virtualcamera/
Dmain.cc52 binder_exception_t ret = AServiceManager_registerLazyService( in main()
/frameworks/av/media/libeffects/hapticgenerator/aidl/
DEffectHapticGenerator.cpp32 extern "C" binder_exception_t createEffect(const AudioUuid* in_impl_uuid, in createEffect()
47 extern "C" binder_exception_t queryEffect(const AudioUuid* in_impl_uuid, Descriptor* _aidl_return) { in queryEffect()
/frameworks/av/media/libeffects/loudness/aidl/
DEffectLoudnessEnhancer.cpp32 extern "C" binder_exception_t createEffect(const AudioUuid* in_impl_uuid, in createEffect()
47 extern "C" binder_exception_t queryEffect(const AudioUuid* in_impl_uuid, Descriptor* _aidl_return) { in queryEffect()
/frameworks/av/media/libeffects/downmix/aidl/
DEffectDownmix.cpp33 extern "C" binder_exception_t createEffect(const AudioUuid* in_impl_uuid, in createEffect()
48 extern "C" binder_exception_t queryEffect(const AudioUuid* in_impl_uuid, Descriptor* _aidl_return) { in queryEffect()
/frameworks/av/media/libeffects/visualizer/aidl/
DVisualizer.cpp32 extern "C" binder_exception_t createEffect(const AudioUuid* in_impl_uuid, in createEffect()
47 extern "C" binder_exception_t queryEffect(const AudioUuid* in_impl_uuid, Descriptor* _aidl_return) { in queryEffect()
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/aidl/
DEffectReverb.cpp50 extern "C" binder_exception_t createEffect(const AudioUuid* uuid, in createEffect()
65 extern "C" binder_exception_t queryEffect(const AudioUuid* in_impl_uuid, Descriptor* _aidl_return) { in queryEffect()
/frameworks/av/media/codec2/hal/services/
Dvendor.cpp199 binder_exception_t ex = AServiceManager_addService( in runAidlService()
/frameworks/av/media/libeffects/preprocessing/aidl/
DEffectPreProcessing.cpp45 extern "C" binder_exception_t createEffect(const AudioUuid* uuid, in createEffect()
60 extern "C" binder_exception_t queryEffect(const AudioUuid* in_impl_uuid, Descriptor* _aidl_return) { in queryEffect()
/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessing.cpp36 extern "C" binder_exception_t createEffect(const AudioUuid* in_impl_uuid, in createEffect()
51 extern "C" binder_exception_t queryEffect(const AudioUuid* in_impl_uuid, Descriptor* _aidl_return) { in queryEffect()
/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DEffectBundleAidl.cpp50 extern "C" binder_exception_t createEffect(const AudioUuid* uuid, in createEffect()
65 extern "C" binder_exception_t queryEffect(const AudioUuid* in_impl_uuid, Descriptor* _aidl_return) { in queryEffect()
/frameworks/av/media/codec2/vndk/platform/
DC2IgbaBuffer.cpp250 binder_exception_t ex = status.getExceptionCode(); in _fetchGraphicBlock()
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp153 binder_exception_t exception = in generatedService()
171 binder_exception_t exception = in generatedFlaggedService()
199 binder_exception_t exception = (new MyFoo)->addService(instance); in manualService()
/frameworks/av/services/camera/libcameraservice/aidl/
DAidlCameraService.cpp75 binder_exception_t registered = AServiceManager_addService( in registerService()
/frameworks/av/media/audioaidlconversion/include/media/
DAidlConversionUtil-impl.h379 static inline ::android::status_t statusTFromExceptionCode(binder_exception_t exception) {
/frameworks/av/media/module/codecserviceregistrant/
DCodecServiceRegistrant.cpp847 binder_exception_t ex = AServiceManager_addService( in RegisterCodecServices()
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp57 static status_t mapExceptionCodeToStatusT(binder_exception_t binderException) { in mapExceptionCodeToStatusT()