Home
last modified time | relevance | path

Searched refs:onBinderDied (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/threadnetwork/aidl/default/
Dthread_chip.hpp49 void onBinderDied(void);
Dthread_chip.cpp60 reinterpret_cast<ThreadChip*>(context)->onBinderDied(); in onBinderDiedJump()
63 void ThreadChip::onBinderDied(void) { in onBinderDied() function in aidl::android::hardware::threadnetwork::ThreadChip
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DDefaultVehicleHal.h238 static void onBinderDied(void* cookie);
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp154 AIBinder_DeathRecipient_new(&DefaultVehicleHal::onBinderDied)); in DefaultVehicleHal()
265 void DefaultVehicleHal::onBinderDied(void* cookie) { in onBinderDied() function in android::hardware::automotive::vehicle::DefaultVehicleHal
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DDefaultVehicleHalTest.cpp448 void onBinderDied(void* cookie) { return mVhal->onBinderDied(cookie); } in onBinderDied() function in android::hardware::automotive::vehicle::DefaultVehicleHalTest
1849 onBinderDied(context); in TEST_F()