Home
last modified time | relevance | path

Searched defs:onDeath (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.h84 virtual void onDeath(const std::weak_ptr<android::Codec2Client::Component>& comp) override { in onDeath() function
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DExternalCallbackTracker.java60 void onDeath(); in onDeath() method
/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.h84 virtual void onDeath(const std::weak_ptr<android::Codec2Client::Component> &comp) override { in onDeath() function
/frameworks/native/libs/binder/ndk/test/
Dlibbinder_ndk_unit_test.cpp159 auto onDeath = static_cast<std::function<void(void)>*>(cookie); in LambdaOnDeath() local
174 std::function<void(void)> onDeath = [&] { in TEST() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java631 public void onDeath() { in onDeath() method in WifiNative.VendorHalDeathHandlerInternal
659 public void onDeath() { in onDeath() method in WifiNative.SupplicantDeathHandlerInternal
673 public void onDeath() { in onDeath() method in WifiNative.HostapdDeathHandlerInternal
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java404 @NonNull Runnable onDeath, int uidState) throws RemoteException { in acquire()
712 @NonNull IBinder clientId, @NonNull Runnable onDeath, int uidState) in InProgressStartOpEvent()
745 @NonNull Runnable onDeath, int uidState) throws RemoteException { in reinit()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp510 virtual void onDeath( in onDeath() function