Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/client/src/
H A Dmedia_monitor_manager.cpp37 static sptr<IMediaMonitor> g_mmProxy = nullptr; variable
57 if (g_mmProxy == nullptr) { in GetMediaMonitorProxy()
64 g_mmProxy = iface_cast<IMediaMonitor>(object); in GetMediaMonitorProxy()
65 FALSE_RETURN_V_MSG_E(g_mmProxy != nullptr, nullptr, "Init g_mmProxy is NULL."); in GetMediaMonitorProxy()
80 return g_mmProxy; in GetMediaMonitorProxy()
87 if (g_mmProxy == nullptr) { in MediaMonitorDied()
91 g_mmProxy = nullptr; in MediaMonitorDied()