Searched refs:PlatformProtocol (Results 1 – 2 of 2) sorted by relevance
60 class PlatformProtocol : public fbl::WAVLTreeContainable<fbl::unique_ptr<PlatformProtocol>> {62 PlatformProtocol(uint32_t proto_id, const ddk::AnyProtocol* protocol) in PlatformProtocol() function84 fbl::WAVLTree<uint32_t, fbl::unique_ptr<PlatformProtocol>> protocols_;
101 auto proto = fbl::make_unique_checked<PlatformProtocol>(&ac, proto_id, in RegisterProtocol()
Completed in 4 milliseconds