Searched defs:onDeathCallback (Results 1 – 2 of 2) sorted by relevance
55 BurstContextDeathHandler(const Callback& onDeathCallback) : mOnDeathCallback(onDeathCallback) { in BurstContextDeathHandler()542 BurstContextDeathHandler::Callback onDeathCallback = [requestChannelSender, in create() local
83 void DeathPipe::onDeathCallback(void* cookie) { in onDeathCallback() function in android::frameworks::cameraservice::utils::DeathPipe