Searched refs:CleanupCallback (Results 1 – 2 of 2) sorted by relevance
120 using CleanupCallback = std::function<void()>; variable474 CleanupCallback callback);913 std::unordered_map<const VkEncoder*, std::unordered_map<void*, CleanupCallback>>
6718 CleanupCallback callback) { in registerEncoderCleanupCallback()6733 std::unordered_map<void*, CleanupCallback> callbackCopies = mEncoderCleanupCallbacks[encoder]; in onEncoderDeleted()