Lines Matching refs:SoundHandler

74 void SAL_CALL SoundHandler::acquire() throw()  in acquire()
80 void SAL_CALL SoundHandler::release() throw() in release()
86 css::uno::Any SAL_CALL SoundHandler::queryInterface( const css::uno::Type& aType ) throw( css::uno:… in queryInterface()
106 css::uno::Sequence< sal_Int8 > SAL_CALL SoundHandler::getImplementationId() throw( css::uno::Runtim… in getImplementationId()
130 css::uno::Sequence< css::uno::Type > SAL_CALL SoundHandler::getTypes() throw( css::uno::RuntimeExce… in getTypes()
170 ::rtl::OUString SAL_CALL SoundHandler::getImplementationName() throw( css::uno::RuntimeException ) in getImplementationName()
178 sal_Bool SAL_CALL SoundHandler::supportsService( const ::rtl::OUString& sServiceName ) throw( css::… in supportsService()
208 css::uno::Sequence< ::rtl::OUString > SAL_CALL SoundHandler::getSupportedServiceNames() throw( css:… in getSupportedServiceNames()
216 css::uno::Sequence< ::rtl::OUString > SoundHandler::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
226 ::rtl::OUString SoundHandler::impl_getStaticImplementationName() in impl_getStaticImplementationName()
231 css::uno::Reference< css::uno::XInterface > SAL_CALL SoundHandler::impl_createInstance( const css::… in impl_createInstance()
234 SoundHandler* pClass = new SoundHandler( xContext ); in impl_createInstance()
246 SoundHandler::impl_createInstance,
247 SoundHandler::impl_getStaticImplementationName,
248 SoundHandler::impl_getStaticSupportedServiceNames,
256 void SAL_CALL SoundHandler::impl_initService() in impl_initService()
273 SoundHandler::SoundHandler( const css::uno::Reference< css::uno::XComponentContext >& xContext ) in SoundHandler() function in avmedia::SoundHandler
281 m_aUpdateTimer.SetTimeoutHdl(LINK(this, SoundHandler, implts_PlayerNotify)); in SoundHandler()
296 SoundHandler::~SoundHandler() in ~SoundHandler()
329 void SAL_CALL SoundHandler::dispatchWithNotification(const css::util::URL& … in dispatchWithNotification()
380 void SAL_CALL SoundHandler::dispatch( const css::util::URL& aURL … in dispatch()
410 ::rtl::OUString SAL_CALL SoundHandler::detect( css::uno::Sequence< css::beans::PropertyValue >& lDe… in detect()
450 IMPL_LINK( SoundHandler, implts_PlayerNotify, void*, EMPTYARG ) in IMPL_LINK() argument