Home
last modified time | relevance | path

Searched refs:killable (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/utils/common/src/
H A DProtectCallback.cpp37 [](IProtectedCallback* killable) { killable->notifyAsDeadObject(); }); in serviceDied() argument
43 CHECK(killable != nullptr); in add()
46 killable->notifyAsDeadObject(); in add()
48 mObjects.push_back(killable); in add()
53 CHECK(killable != nullptr); in remove()
91 IProtectedCallback* killable) const { in protectCallback()
92 CHECK(killable != nullptr); in protectCallback()
93 mDeathRecipient->add(killable); in protectCallback()
95 [deathRecipient = mDeathRecipient, killable] { deathRecipient->remove(killable); }); in protectCallback()
99 CHECK(killable != nullptr); in protectCallbackForLifetimeOfDeathHandler()
[all …]
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DProtectCallback.cpp40 [](hal::utils::IProtectedCallback* killable) { killable->notifyAsDeadObject(); }); in serviceDied() argument
48 void DeathMonitor::add(hal::utils::IProtectedCallback* killable) const { in add()
49 CHECK(killable != nullptr); in add()
51 mObjects.push_back(killable); in add()
54 void DeathMonitor::remove(hal::utils::IProtectedCallback* killable) const { in remove()
55 CHECK(killable != nullptr); in remove()
57 const auto removedIter = std::remove(mObjects.begin(), mObjects.end(), killable); in remove()
105 hal::utils::IProtectedCallback* killable) const { in protectCallback()
106 CHECK(killable != nullptr); in protectCallback()
107 kDeathMonitor->add(killable); in protectCallback()
[all …]
/aosp12/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
H A DProtectCallback.h61 void add(IProtectedCallback* killable) const;
63 void remove(IProtectedCallback* killable) const;
86 [[nodiscard]] Hold protectCallback(IProtectedCallback* killable) const;
90 void protectCallbackForLifetimeOfDeathHandler(IProtectedCallback* killable) const;
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
H A DProtectCallback.h43 void add(hal::utils::IProtectedCallback* killable) const;
45 void remove(hal::utils::IProtectedCallback* killable) const;
65 hal::utils::IProtectedCallback* killable) const;
/aosp12/system/extras/partition_tools/
H A Dlpdumpd.rc18 # TODO(b/129011369): make this killable by lmkd
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...