Home
last modified time | relevance | path

Searched defs:onDied (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Virtualization/virtmanager/aidl/android/system/virtmanager/
H A DIVirtualMachineCallback.aidl31 void onDied(int cid); in onDied() method
/aosp12/packages/modules/Virtualization/vm/src/
H A Drun.rs96 fn onDied(&self, _cid: i32) -> BinderResult<()> { in onDied() method
/aosp12/frameworks/native/libs/binder/ndk/
H A Dibinder.cpp385 AIBinder_DeathRecipient::AIBinder_DeathRecipient(AIBinder_DeathRecipient_onBinderDied onDied) in AIBinder_DeathRecipient()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java163 public void onDied(); in onDied() method