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

/external/chromium_org/content/renderer/gpu/
H A Dstream_texture_host_android.h44 void EstablishPeer(int32 primary_id, int32 secondary_id);
H A Dstream_texture_host_android.cc54 void StreamTextureHost::EstablishPeer(int32 primary_id, int32 secondary_id) { function in class:content::StreamTextureHost
/external/chromium_org/content/renderer/media/android/
H A Dstream_texture_factory_android.h54 virtual void EstablishPeer(int32 stream_id, int player_id) = 0;
H A Dstream_texture_factory_android_impl.h27 virtual void EstablishPeer(int32 stream_id, int player_id) OVERRIDE;
H A Dstream_texture_factory_android_synchronous_impl.h46 virtual void EstablishPeer(int32 stream_id, int player_id) OVERRIDE;
H A Dstream_texture_factory_android_impl.cc99 void StreamTextureFactoryImpl::EstablishPeer(int32 stream_id, int player_id) { function in class:content::StreamTextureFactoryImpl
H A Dstream_texture_factory_android_synchronous_impl.cc137 void StreamTextureFactorySynchronousImpl::EstablishPeer(int32 stream_id, function in class:content::StreamTextureFactorySynchronousImpl
H A Dwebmediaplayer_android.cc877 stream_texture_factory_->EstablishPeer(stream_id_, player_id_);

Completed in 389 milliseconds