Home
last modified time | relevance | path

Searched defs:onDeathCallback (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/common/
DExecutionBurstController.cpp55 BurstContextDeathHandler(const Callback& onDeathCallback) : mOnDeathCallback(onDeathCallback) { in BurstContextDeathHandler()
542 BurstContextDeathHandler::Callback onDeathCallback = [requestChannelSender, in create() local
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/aidl/
H A DDeathPipe.cpp83 void DeathPipe::onDeathCallback(void* cookie) { in onDeathCallback() function in android::frameworks::cameraservice::utils::DeathPipe