HomeSort by relevance Sort by last modified time
    Searched refs:EstablishPeer (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android.h 54 virtual void EstablishPeer(int32 stream_id, int player_id) = 0;
stream_texture_factory_android_impl.h 27 virtual void EstablishPeer(int32 stream_id, int player_id) OVERRIDE;
stream_texture_factory_android_synchronous_impl.h 46 virtual void EstablishPeer(int32 stream_id, int player_id) OVERRIDE;
stream_texture_factory_android_impl.cc 99 void StreamTextureFactoryImpl::EstablishPeer(int32 stream_id, int player_id) {
stream_texture_factory_android_synchronous_impl.cc 137 void StreamTextureFactorySynchronousImpl::EstablishPeer(int32 stream_id,
webmediaplayer_android.cc 877 stream_texture_factory_->EstablishPeer(stream_id_, player_id_);
    [all...]
  /external/chromium_org/content/renderer/gpu/
stream_texture_host_android.h 44 void EstablishPeer(int32 primary_id, int32 secondary_id);
stream_texture_host_android.cc 54 void StreamTextureHost::EstablishPeer(int32 primary_id, int32 secondary_id) {

Completed in 231 milliseconds