Home
last modified time | relevance | path

Searched refs:notifyReceivedCall (Results 1 – 3 of 3) sorted by relevance

/dports/net/linphone/linphoneqt-4.1.1/src/components/notifier/
H A DNotifier.hpp52 void notifyReceivedCall (const std::shared_ptr<linphone::Call> &call);
H A DNotifier.cpp249 void Notifier::notifyReceivedCall (const shared_ptr<linphone::Call> &call) { in notifyReceivedCall() function in Notifier
/dports/net/linphone/linphoneqt-4.1.1/src/components/core/
H A DCoreHandlers.cpp97 App::getInstance()->getNotifier()->notifyReceivedCall(call); in onCallStateChanged()