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

  /art/runtime/mirror/
iftable-inl.h 25 inline void IfTable::SetInterface(int32_t i, Class* interface) {
iftable.h 34 ALWAYS_INLINE void SetInterface(int32_t i, Class* interface)
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine_unittest.cc 315 voice_channel_->SetInterface(&net_interface);
353 voice_channel_->SetInterface(&net_interface);
391 voice_channel_->SetInterface(&net_interface);
443 voice_channel_->SetInterface(&net_interface);
rtpdataengine_unittest.cc 120 channel->SetInterface(iface_.get());
mediachannel.h 569 virtual void SetInterface(NetworkInterface *iface) {
    [all...]
videoengine_unittest.h 502 channel_->SetInterface(&network_interface_);
    [all...]
  /external/chromium_org/tools/usb_gadget/
gadget.py 290 return self.SetInterface(index, value)
403 def SetInterface(self, interface, alt_setting):
415 print 'SetInterface({}, {})'.format(interface, alt_setting)
  /external/chromium_org/dbus/
message.h 98 bool SetInterface(const std::string& interface);
message.cc 282 bool Message::SetInterface(const std::string& interface) {
358 CHECK(SetInterface(interface_name));
381 CHECK(SetInterface(interface_name));
message_unittest.cc 607 EXPECT_TRUE(message->SetInterface("org.chromium.interface"));
638 EXPECT_FALSE(message->SetInterface("org/chromium/interface"));
  /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/sctp/
sctpdataengine_unittest.cc 298 channel->SetInterface(net);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h 288 virtual void SetInterface(NetworkInterface* iface);
webrtcvideoengine2.h 267 virtual void SetInterface(NetworkInterface* iface) OVERRIDE;
webrtcvideoengine2.cc     [all...]
webrtcvideoengine.cc     [all...]
webrtcvideoengine_unittest.cc     [all...]
webrtcvoiceengine_unittest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 224 // Both RTP and RTCP channels are set, we can call SetInterface on
226 media_channel_->SetInterface(this);
231 media_channel_->SetInterface(NULL);
    [all...]
  /art/runtime/
class_linker.cc 437 array_iftable->SetInterface(0, java_lang_Cloneable);
438 array_iftable->SetInterface(1, java_io_Serializable);
    [all...]

Completed in 444 milliseconds