/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_status.h | 126 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/ |
D | status.cpp | 29 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()
|
D | status_internal.h | 38 binder_exception_t PruneException(int32_t exception);
|
D | service_manager.cpp | 33 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/ |
D | binder_manager.h | 52 __attribute__((warn_unused_result)) binder_exception_t AServiceManager_addService( 68 __attribute__((warn_unused_result)) binder_exception_t AServiceManager_addServiceWithFlags(
|
/frameworks/base/services/core/jni/ |
D | com_android_server_SystemServer.cpp | 54 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/ |
D | binder_auto_utils.h | 266 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/ |
D | main.cc | 52 binder_exception_t ret = AServiceManager_registerLazyService( in main()
|
/frameworks/av/media/libeffects/hapticgenerator/aidl/ |
D | EffectHapticGenerator.cpp | 32 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/ |
D | EffectLoudnessEnhancer.cpp | 32 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/ |
D | EffectDownmix.cpp | 33 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/ |
D | Visualizer.cpp | 32 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/ |
D | EffectReverb.cpp | 50 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/ |
D | vendor.cpp | 199 binder_exception_t ex = AServiceManager_addService( in runAidlService()
|
/frameworks/av/media/libeffects/preprocessing/aidl/ |
D | EffectPreProcessing.cpp | 45 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/ |
D | DynamicsProcessing.cpp | 36 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/ |
D | EffectBundleAidl.cpp | 50 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/ |
D | C2IgbaBuffer.cpp | 250 binder_exception_t ex = status.getExceptionCode(); in _fetchGraphicBlock()
|
/frameworks/native/libs/binder/ndk/tests/ |
D | libbinder_ndk_unit_test.cpp | 153 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/ |
D | AidlCameraService.cpp | 75 binder_exception_t registered = AServiceManager_addService( in registerService()
|
/frameworks/av/media/audioaidlconversion/include/media/ |
D | AidlConversionUtil-impl.h | 379 static inline ::android::status_t statusTFromExceptionCode(binder_exception_t exception) {
|
/frameworks/av/media/module/codecserviceregistrant/ |
D | CodecServiceRegistrant.cpp | 847 binder_exception_t ex = AServiceManager_addService( in RegisterCodecServices()
|
/frameworks/av/services/camera/libcameraservice/common/aidl/ |
D | AidlProviderInfo.cpp | 57 static status_t mapExceptionCodeToStatusT(binder_exception_t binderException) { in mapExceptionCodeToStatusT()
|