Home
last modified time | relevance | path

Searched refs:mDeathHandler (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DFocusRequester.java45 private AudioFocusDeathHandler mDeathHandler; // may be null field in FocusRequester
98 mDeathHandler = hdlr; in FocusRequester()
123 mDeathHandler = hdlr; in FocusRequester()
238 final AudioFocusDeathHandler deathHdlr = mDeathHandler; in release()
244 mDeathHandler = null; in release()
DRecordingActivityMonitor.java54 private final RecorderDeathHandler mDeathHandler; field in RecordingActivityMonitor.RecordingState
60 mDeathHandler = handler; in RecordingState()
65 mDeathHandler = null; in RecordingState()
82 return mDeathHandler != null; in hasDeathHandler()
90 if (mDeathHandler != null) { in release()
91 mDeathHandler.release(); in release()
/frameworks/ml/nn/runtime/
DVersionedInterfaces.cpp195 mDeathHandler(std::move(deathHandler)) {} in VersionedIPreparedModel()
202 mPreparedModelV1_0->unlinkToDeath(mDeathHandler).isOk(); in ~VersionedIPreparedModel()
222 const auto scoped = mDeathHandler->protectCallback(callback); in executeAsynchronously()
790 mDeathHandler(std::move(deathHandler)) {} in Core()
793 if (mDeathHandler != nullptr) { in ~Core()
798 mDeviceV1_0->unlinkToDeath(mDeathHandler).isOk(); in ~Core()
807 mDeathHandler(std::move(other.mDeathHandler)) { in Core()
808 other.mDeathHandler = nullptr; in Core()
817 mDeathHandler = std::move(other.mDeathHandler); in operator =()
818 other.mDeathHandler = nullptr; in operator =()
[all …]
DVersionedInterfaces.h525 sp<IDeviceDeathHandler> mDeathHandler; variable
820 const sp<IPreparedModelDeathHandler> mDeathHandler; variable
/frameworks/ml/nn/common/
DExecutionBurstController.cpp563 mDeathHandler(deathHandler) {} in ExecutionBurstController()
570 if (mDeathHandler) { in ~ExecutionBurstController()
571 mBurstContext->unlinkToDeath(mDeathHandler).isOk(); in ~ExecutionBurstController()
/frameworks/ml/nn/common/include/
DExecutionBurstController.h340 const sp<hardware::hidl_death_recipient> mDeathHandler; variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt49379 Landroid/os/CommonClock;->mDeathHandler:Landroid/os/IBinder$DeathRecipient;
49431 Landroid/os/CommonTimeConfig;->mDeathHandler:Landroid/os/IBinder$DeathRecipient;