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

  /art/runtime/mirror/
iftable-inl.h 25 inline void IfTable::SetInterface(int32_t i, Class* interface) {
iftable.h 34 void SetInterface(int32_t i, Class* interface) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
hybridvideoengine.cc 48 void HybridVideoMediaChannel::SetInterface(NetworkInterface* iface) {
50 channel1_->SetInterface(iface);
53 channel2_->SetInterface(iface);
filemediaengine_unittest.cc 318 voice_channel_->SetInterface(&net_interface);
356 voice_channel_->SetInterface(&net_interface);
394 voice_channel_->SetInterface(&net_interface);
446 voice_channel_->SetInterface(&net_interface);
hybridvideoengine.h 60 virtual void SetInterface(NetworkInterface* iface);
hybridvideoengine_unittest.cc 131 channel_->SetInterface(transport_.get());
262 channel_->SetInterface(transport_.get());
rtpdataengine_unittest.cc 120 channel->SetInterface(iface_.get());
mediachannel.h 596 virtual void SetInterface(NetworkInterface *iface) {
    [all...]
videoengine_unittest.h 464 channel_->SetInterface(&network_interface_);
    [all...]
  /external/chromium_org/dbus/
message.h 98 bool SetInterface(const std::string& interface);
message_unittest.cc 570 EXPECT_TRUE(message->SetInterface("org.chromium.interface"));
601 EXPECT_FALSE(message->SetInterface("org/chromium/interface"));
message.cc 282 bool Message::SetInterface(const std::string& interface) {
358 CHECK(SetInterface(interface_name));
381 CHECK(SetInterface(interface_name));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_dbdao.h 212 VOID SetInterface(LPUNKNOWN punk,WINBOOL bAddRef=FALSE);
213 VOID SetInterface(REFIID riidClass,REFIID riidInterface);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.h 253 virtual void SetInterface(NetworkInterface* iface) OVERRIDE;
webrtcvideoengine.h 289 virtual void SetInterface(NetworkInterface* iface);
webrtcvideoengine2.cc     [all...]
webrtcvideoengine.cc     [all...]
webrtcvideoengine_unittest.cc     [all...]
webrtcvoiceengine_unittest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine_unittest.cc 284 channel->SetInterface(net);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 239 // Both RTP and RTCP channels are set, we can call SetInterface on
241 media_channel_->SetInterface(this);
246 media_channel_->SetInterface(NULL);
    [all...]
  /art/runtime/
class_linker.cc 445 array_iftable->SetInterface(0, java_lang_Cloneable);
446 array_iftable->SetInterface(1, java_io_Serializable);
    [all...]

Completed in 522 milliseconds