Home
last modified time | relevance | path

Searched refs:linphone_core_get_last_outgoing_call_log (Results 1 – 4 of 4) sorted by relevance

/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dcall_log.c641 LinphoneCallLog * linphone_core_get_last_outgoing_call_log(LinphoneCore *lc) { in linphone_core_get_last_outgoing_call_log() function
722 LinphoneCallLog * linphone_core_get_last_outgoing_call_log(LinphoneCore *lc) { in linphone_core_get_last_outgoing_call_log() function
H A Dlinphonecore_jni.cc2047 return (jlong)linphone_core_get_last_outgoing_call_log((LinphoneCore*)lc); in Java_org_linphone_core_LinphoneCoreImpl_getLastOutgoingCallLog()
/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dcore.h3108 LINPHONE_PUBLIC LinphoneCallLog * linphone_core_get_last_outgoing_call_log(LinphoneCore *lc);
/dports/net/liblinphone/linphone-3.12.0/tester/
H A Dcall_single_tester.c5497 LinphoneCallLog *log = linphone_core_get_last_outgoing_call_log(laure->lc); in call_logs_migrate()