Searched refs:EstablishPeer (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/renderer/media/android/
H A Dstream_texture_factory.h63 virtual void EstablishPeer(int32 stream_id, int player_id) = 0;
H A Dstream_texture_factory_impl.h33 virtual void EstablishPeer(int32 stream_id, int player_id) OVERRIDE;
H A Dstream_texture_factory_synchronous_impl.h51 virtual void EstablishPeer(int32 stream_id, int player_id) OVERRIDE;
H A Dstream_texture_factory_impl.cc137 void StreamTextureFactoryImpl::EstablishPeer(int32 stream_id, int player_id) { function in class:content::StreamTextureFactoryImpl
H A Dstream_texture_factory_synchronous_impl.cc181 void StreamTextureFactorySynchronousImpl::EstablishPeer(int32 stream_id, function in class:content::StreamTextureFactorySynchronousImpl
H A Dwebmediaplayer_android.cc1328 stream_texture_factory_->EstablishPeer(stream_id_, player_id_);

Completed in 299 milliseconds