Searched refs:aInterfaceObject (Results 1 – 2 of 2) sorted by relevance
/external/opencore/pvmi/pvmf/include/ |
D | pvmf_media_clock.h | 763 /*IN*/ const OsclAny* aInterfaceObject) = 0; 797 /*IN*/ const OsclAny* aInterfaceObject) = 0; 851 /*IN*/ const OsclAny* aInterfaceObject) = 0; 885 /*IN*/ const OsclAny* aInterfaceObject) = 0; 1339 /*IN*/ const OsclAny* aInterfaceObject); 1348 /*IN*/ const OsclAny* aInterfaceObject); 1360 /*IN*/ const OsclAny* aInterfaceObject); 1369 /*IN*/ const OsclAny* aInterfaceObject); 1521 … uint32& aCallBackID, const OsclAny* aInterfaceObject, uint32 aCurrentTime, bool aIsNPT);
|
/external/opencore/pvmi/pvmf/src/ |
D | pvmf_media_clock.cpp | 1080 const OsclAny* aInterfaceObject, in SetCallbackCommon() argument 1121 timerQueueElement.pInterfaceObject = aInterfaceObject; in SetCallbackCommon() 1184 /*IN*/ const OsclAny* aInterfaceObject in SetCallbackAbsoluteTime() argument 1193 … aThreadLock, aContextData, aCallBackID, aInterfaceObject, currentTime, false); in SetCallbackAbsoluteTime() 1355 /*IN*/ const OsclAny* aInterfaceObject) in SetCallbackDeltaTime() argument 1363 … aThreadLock, aContextData, aCallBackID, aInterfaceObject, currentTime, false); in SetCallbackDeltaTime() 1467 /*IN*/ const OsclAny* aInterfaceObject) in SetNPTCallbackAbsoluteTime() argument 1475 … aThreadLock, aContextData, aCallBackID, aInterfaceObject, currentTime, true); in SetNPTCallbackAbsoluteTime() 1486 /*IN*/ const OsclAny* aInterfaceObject) in SetNPTCallbackDeltaTime() argument 1493 … aThreadLock, aContextData, aCallBackID, aInterfaceObject, currentTime, true); in SetNPTCallbackDeltaTime()
|