Home
last modified time | relevance | path

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

/external/opencore/pvmi/pvmf/src/
Dpvmf_media_clock.cpp82 PVMFMediaClockNotificationsInterfaceImpl* ifaceImpl = NULL; in ConstructMediaClockNotificationsInterface() local
89ifaceImpl = OSCL_NEW(PVMFMediaClockNotificationsInterfaceImpl, (this, aLatency, aNotificationInter… in ConstructMediaClockNotificationsInterface()
90 aIface = OSCL_STATIC_CAST(PVMFMediaClockNotificationsInterface*, ifaceImpl); in ConstructMediaClockNotificationsInterface()
95 iMediaClockSetCallbackObjects.push_back(ifaceImpl); in ConstructMediaClockNotificationsInterface()
157 PVMFMediaClockNotificationsInterfaceImpl* ifaceImpl = NULL; in DestroyMediaClockNotificationsInterface() local
159 ifaceImpl = OSCL_STATIC_CAST(PVMFMediaClockNotificationsInterfaceImpl*, aInf); in DestroyMediaClockNotificationsInterface()
162 if (iMediaClockSetCallbackObjects[ii] == ifaceImpl) in DestroyMediaClockNotificationsInterface()