Lines Matching refs:SoundHandler

73 void SAL_CALL SoundHandler::acquire() throw()  in acquire()
79 void SAL_CALL SoundHandler::release() throw() in release()
85 css::uno::Any SAL_CALL SoundHandler::queryInterface( const css::uno::Type& aType ) throw( css::uno:… in queryInterface()
105 css::uno::Sequence< sal_Int8 > SAL_CALL SoundHandler::getImplementationId() throw( css::uno::Runtim… in getImplementationId()
129 css::uno::Sequence< css::uno::Type > SAL_CALL SoundHandler::getTypes() throw( css::uno::RuntimeExce… in getTypes()
169 ::rtl::OUString SAL_CALL SoundHandler::getImplementationName() throw( css::uno::RuntimeException ) in getImplementationName()
177 sal_Bool SAL_CALL SoundHandler::supportsService( const ::rtl::OUString& sServiceName ) throw( css::… in supportsService()
207 css::uno::Sequence< ::rtl::OUString > SAL_CALL SoundHandler::getSupportedServiceNames() throw( css:… in getSupportedServiceNames()
215 css::uno::Sequence< ::rtl::OUString > SoundHandler::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
225 ::rtl::OUString SoundHandler::impl_getStaticImplementationName() in impl_getStaticImplementationName()
230 css::uno::Reference< css::uno::XInterface > SAL_CALL SoundHandler::impl_createInstance( const css::… in impl_createInstance()
233 SoundHandler* pClass = new SoundHandler( xServiceManager ); in impl_createInstance()
242 css::uno::Reference< css::lang::XSingleServiceFactory > SoundHandler::impl_createFactory( const css… in impl_createFactory()
246 SoundHandler::impl_getStaticImplementationName(), in impl_createFactory()
247 SoundHandler::impl_createInstance, in impl_createFactory()
248 SoundHandler::impl_getStaticSupportedServiceNames() in impl_createFactory()
254 void SAL_CALL SoundHandler::impl_initService() in impl_initService()
271 SoundHandler::SoundHandler( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ) in SoundHandler() function in avmedia::SoundHandler
279 m_aUpdateTimer.SetTimeoutHdl(LINK(this, SoundHandler, implts_PlayerNotify)); in SoundHandler()
294 SoundHandler::~SoundHandler() in ~SoundHandler()
327 void SAL_CALL SoundHandler::dispatchWithNotification(const css::util::URL& … in dispatchWithNotification()
378 void SAL_CALL SoundHandler::dispatch( const css::util::URL& aURL … in dispatch()
408 ::rtl::OUString SAL_CALL SoundHandler::detect( css::uno::Sequence< css::beans::PropertyValue >& lDe… in detect()
448 IMPL_LINK( SoundHandler, implts_PlayerNotify, void*, EMPTYARG ) in IMPL_LINK() argument
510 …if ( avmedia::SoundHandler::impl_getStaticImplementationName().equals( ::rtl::OUString::createFrom… in component_getFactory()
511 xFactory = avmedia::SoundHandler::impl_createFactory( xServiceManager ); in component_getFactory()