Home
last modified time | relevance | path

Searched refs:AIBinder_DeathRecipient_new (Results 1 – 25 of 25) sorted by relevance

/frameworks/av/media/libaudiohal/impl/
DAidlUtils.cpp38 : mDeathRecipient(AIBinder_DeathRecipient_new(OnBinderDied)) {} in HalDeathHandler()
/frameworks/av/services/camera/libcameraservice/aidl/
DDeathPipe.cpp26 AIBinder_DeathRecipient_new(DeathPipe::onDeathCallback)); in DeathPipe()
/frameworks/av/media/libmediaplayerservice/
DDeathNotifier.cpp42 mNdkRecipient.set(AIBinder_DeathRecipient_new(OnBinderDied)); in initNdk()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h624 __attribute__((warn_unused_result)) AIBinder_DeathRecipient* AIBinder_DeathRecipient_new(
/frameworks/libs/native_bridge_support/android_api/libbinder_ndk/
Dstubs_arm.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_DeathRecipient_new);
221 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_DeathRecipient_new); in init_stub_library()
Dstubs_arm64.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_DeathRecipient_new);
221 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_DeathRecipient_new); in init_stub_library()
Dstubs_riscv64.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_DeathRecipient_new);
221 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_DeathRecipient_new); in init_stub_library()
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp560 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(LambdaOnDeath); in TEST()
611 ndk::ScopedAIBinder_DeathRecipient recipient(AIBinder_DeathRecipient_new(LambdaOnDeath)); in TEST()
674 ndk::ScopedAIBinder_DeathRecipient recipient(AIBinder_DeathRecipient_new(LambdaOnDeath)); in TEST()
732 ndk::ScopedAIBinder_DeathRecipient recipient(AIBinder_DeathRecipient_new(LambdaOnDeath)); in TEST()
774 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(OnBinderDeath); in TEST()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt7 AIBinder_DeathRecipient_new;
Dibinder.cpp784 AIBinder_DeathRecipient* AIBinder_DeathRecipient_new( in AIBinder_DeathRecipient_new() function
/frameworks/av/media/module/libmediatranscoding/
DTranscodingResourcePolicy.cpp107 mDeathRecipient(AIBinder_DeathRecipient_new(BinderDiedCallback)) { in TranscodingResourcePolicy()
DTranscodingClientManager.cpp324 : mDeathRecipient(AIBinder_DeathRecipient_new(BinderDiedCallback)), in TranscodingClientManager()
/frameworks/av/services/mediaresourcemanager/
DResourceObserverService.cpp115 : mDeathRecipient(AIBinder_DeathRecipient_new(BinderDiedCallback)) {} in ResourceObserverService()
DResourceManagerServiceUtils.cpp224 AIBinder_DeathRecipient_new(BinderDiedCallback))) { in DeathNotifier()
/frameworks/av/drm/libmediadrm/
DDrmSessionManager.cpp99 AIBinder_DeathRecipient_new(ResourceManagerServiceDied))) { in DrmSessionManager()
/frameworks/native/services/sensorservice/
DAidlSensorHalWrapper.cpp95 mDeathRecipient(AIBinder_DeathRecipient_new(serviceDied)) {} in AidlSensorHalWrapper()
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorManager.cpp81 ndk::ScopedAIBinder_DeathRecipient(AIBinder_DeathRecipient_new(serviceDied)); in ASensorManager()
/frameworks/native/libs/binder/rust/src/
Dproxy.rs580 let recipient = unsafe { sys::AIBinder_DeathRecipient_new(Some(Self::binder_died::<F>)) }; in new()
/frameworks/base/services/core/jni/
Dcom_android_server_HardwarePropertiesManagerService.cpp108 AIBinder_DeathRecipient_new(onThermalAidlBinderDied)); in getThermalHalLocked()
/frameworks/native/services/inputflinger/
DInputProcessor.cpp111 mRecipient = AIBinder_DeathRecipient_new(onBinderDied); in ScopedDeathRecipient()
/frameworks/av/media/codec2/hal/aidl/
DComponent.cpp515 AIBinder_DeathRecipient_new(OnBinderDied)); in initListener()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraManager.cpp267 AIBinder_DeathRecipient_new(CameraManagerGlobal::binderDeathCallback)); in getCameraService()
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp138 mDeathRecipient = ndk::ScopedAIBinder_DeathRecipient(AIBinder_DeathRecipient_new(binderDied)); in initializeAidlProvider()
/frameworks/av/media/codec2/hal/client/
Dclient.cpp1907 mDeathRecipient(AIBinder_DeathRecipient_new(OnBinderDied)) { in AidlDeathManager()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp521 AIBinder_DeathRecipient_new(BinderDiedCallback))), in ResourceManagerServiceProxy()