Home
last modified time | relevance | path

Searched refs:onDeath (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/native/libs/binder/ndk/tests/
H A Dlibbinder_ndk_unit_test.cpp366 auto onDeath = static_cast<std::function<void(void)>*>(cookie); in LambdaOnDeath() local
367 (*onDeath)(); in LambdaOnDeath()
381 std::function<void(void)> onDeath = [&] { in TEST() local
389 EXPECT_EQ(STATUS_OK, AIBinder_linkToDeath(binder, recipient, static_cast<void*>(&onDeath))); in TEST()
/aosp12/frameworks/av/media/tests/benchmark/src/native/common/
H A DBenchmarkC2Common.h84 virtual void onDeath(const std::weak_ptr<android::Codec2Client::Component> &comp) override { in onDeath() function
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
H A Dmedia_c2_hidl_test_common.h103 virtual void onDeath(const std::weak_ptr<android::Codec2Client::Component>& comp) override { in onDeath() function
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java729 public void onDeath() { in onDeath() method in WifiNative.VendorHalDeathHandlerInternal
757 public void onDeath() { in onDeath() method in WifiNative.SupplicantDeathHandlerInternal
771 public void onDeath() { in onDeath() method in WifiNative.HostapdDeathHandlerInternal
2073 void onDeath();
2087 void onDeath();
2921 void onDeath();
H A DHostapdHal.java599 mDeathEventHandler.onDeath(); in hostapdServiceDiedHandler()
H A DSupplicantStaIfaceHal.java666 mDeathEventHandler.onDeath(); in supplicantServiceDiedHandler()
H A DWifiVendorHal.java3770 handler.onDeath();
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h305 virtual void onDeath(
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNativeInterfaceManagementTest.java794 mWifiVendorHalDeathHandlerCaptor.getValue().onDeath(); in testSetupSoftApInterfaceAndVendorHalDied()
812 mSupplicantDeathHandlerCaptor.getValue().onDeath(); in testSetupClientInterfaceAndSupplicantDied()
839 mHostapdDeathHandlerCaptor.getValue().onDeath(); in testStartSoftApAndHostapdDied()
867 mHostapdDeathHandlerCaptor.getValue().onDeath(); in testStartSoftApWithWifiCondCallbackAndHostapdDied()
H A DSupplicantStaIfaceHalTest.java1538 verify(mSupplicantHalDeathHandler).onDeath(); in testServiceManagerDeathCallback()
1555 verify(mSupplicantHalDeathHandler).onDeath(); in testSupplicantDeathCallback()
1572 verify(mSupplicantHalDeathHandler, never()).onDeath(); in testSupplicantStaleDeathCallback()
1604 verify(mSupplicantHalDeathHandler).onDeath(); in testHandleRemoteExceptionAndDeathNotification()
H A DHostapdHalTest.java254 verify(mHostapdHalDeathHandler).onDeath(); in testDeathHandling()
267 verify(mHostapdHalDeathHandler, never()).onDeath(); in testStaleDeathHandling()
H A DWifiVendorHalTest.java2889 verify(mVendorHalDeathHandler).onDeath(); in testVendorHalDeath()
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java429 @Nullable String attributionTag, @NonNull Runnable onDeath, int proxyUid, in acquire() argument
443 recycled.reinit(startTime, elapsedTime, clientId, attributionTag, onDeath, in acquire()
450 onDeath, uidState, proxyInfo, flags, attributionFlags, attributionChainId); in acquire()
762 @NonNull Runnable onDeath, @AppOpsManager.UidState int uidState, in InProgressStartOpEvent() argument
770 mOnDeath = onDeath; in InProgressStartOpEvent()
812 @Nullable String attributionTag, @NonNull Runnable onDeath, in reinit() argument
821 mOnDeath = onDeath; in reinit()
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Dclient.cpp1664 listener->onDeath(component); in setDeathListener()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp616 virtual void onDeath( in onDeath() function