Home
last modified time | relevance | path

Searched refs:AIBinder_unlinkToDeath (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/services/camera/libcameraservice/aidl/
DDeathPipe.cpp70 binder_status_t ret = AIBinder_unlinkToDeath(mAIBinder.get(), in unlinkToDeath()
/frameworks/libs/native_bridge_support/libbinder_ndk/
Dstubs_arm64.cc70 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_unlinkToDeath);
217 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_unlinkToDeath); in init_stub_library()
Dstubs_arm.cc70 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AIBinder_unlinkToDeath);
217 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AIBinder_unlinkToDeath); in init_stub_library()
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt25 AIBinder_unlinkToDeath;
Dibinder.cpp560 binder_status_t AIBinder_unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_unlinkToDeath() function
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h368 binder_status_t AIBinder_unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,
/frameworks/av/media/module/libmediatranscoding/
DTranscodingResourcePolicy.cpp144 AIBinder_unlinkToDeath(binder.get(), mDeathRecipient.get(), reinterpret_cast<void*>(this)); in unregisterSelf()
DTranscodingClientManager.cpp444 AIBinder_unlinkToDeath(binder.get(), mDeathRecipient.get(), in removeClient()
/frameworks/av/drm/libmediadrm/
DDrmSessionManager.cpp113 AIBinder_unlinkToDeath(mService->asBinder().get(), mDeathRecipient.get(), this); in ~DrmSessionManager()
/frameworks/native/libs/binder/ndk/tests/
Dlibbinder_ndk_unit_test.cpp588 EXPECT_EQ(STATUS_OK, AIBinder_unlinkToDeath(binder, recipient, nullptr)); in TEST()
589 EXPECT_EQ(STATUS_OK, AIBinder_unlinkToDeath(binder, recipient, nullptr)); in TEST()
590 EXPECT_EQ(STATUS_NAME_NOT_FOUND, AIBinder_unlinkToDeath(binder, recipient, nullptr)); in TEST()
/frameworks/av/services/mediaresourcemanager/
DResourceObserverService.cpp265 AIBinder_unlinkToDeath(binder.get(), mDeathRecipient.get(), in unregisterObserver()
DResourceManagerService.cpp909 AIBinder_unlinkToDeath(client->asBinder().get(), mDeathRecipient.get(), (void*)cookie); in removeCookieAndUnlink_l()
/frameworks/native/services/sensorservice/
DAidlSensorHalWrapper.cpp112 AIBinder_unlinkToDeath(mSensors->asBinder().get(), mDeathRecipient.get(), this); in connect()
/frameworks/native/libs/binder/rust/src/
Dproxy.rs407 sys::AIBinder_unlinkToDeath( in unlink_to_death()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraManager.cpp172 AIBinder_unlinkToDeath(mCameraService->asBinder().get(), in ~CameraManagerGlobal()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp421 AIBinder_unlinkToDeath(mService->asBinder().get(), mDeathRecipient.get(), this); in ~ResourceManagerServiceProxy()