Lines Matching defs:interface
593 std::shared_ptr<Codec2Client::Interface>* const interface) {
597 [&status, interface](
604 *interface = std::make_shared<Interface>(i);
916 std::shared_ptr<Codec2Client::Interface>
920 std::shared_ptr<Interface> interface;
923 [owner, &interface, interfaceName](
927 &interface);
942 LOG(DEBUG) << "Could not create interface \"" << interfaceName << "\". "
945 return interface;
1003 // Codec2Client::Interface
1004 Codec2Client::Interface::Interface(const sp<Base>& base)