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

  /art/runtime/mirror/
iftable-inl.h 26 inline void IfTable::SetInterface(int32_t i, ObjPtr<Class> interface) {
iftable.h 37 ALWAYS_INLINE void SetInterface(int32_t i, ObjPtr<Class> interface)
  /external/libchrome/dbus/
message.h 101 bool SetInterface(const std::string& interface);
message.cc 280 bool Message::SetInterface(const std::string& interface) {
356 CHECK(SetInterface(interface_name));
379 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/webrtc/talk/media/webrtc/
webrtcvideoengine2.h 186 void SetInterface(NetworkInterface* iface) override;
webrtcvideoengine2.cc     [all...]
webrtcvideoengine2_unittest.cc     [all...]
webrtcvoiceengine_unittest.cc     [all...]
  /external/webrtc/talk/media/base/
rtpdataengine_unittest.cc 112 channel->SetInterface(iface_.get());
mediachannel.h 472 virtual void SetInterface(NetworkInterface *iface) {
    [all...]
videoengine_unittest.h 149 channel_->SetInterface(&network_interface_);
    [all...]
  /external/webrtc/talk/media/sctp/
sctpdataengine_unittest.cc 288 channel->SetInterface(net);
  /external/webrtc/talk/session/media/
channel.cc 234 // Both RTP and RTCP channels are set, we can call SetInterface on
236 media_channel_->SetInterface(this);
241 media_channel_->SetInterface(NULL);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
universe.go 379 t.SetInterface([]*types.Field{field})
bimport.go 602 t.SetInterface(ml)
dcl.go 776 t.SetInterface(fields)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
universe.go 379 t.SetInterface([]*types.Field{field})
bimport.go 602 t.SetInterface(ml)
dcl.go 776 t.SetInterface(fields)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 865 func (t *Type) SetInterface(methods []*Field) {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 865 func (t *Type) SetInterface(methods []*Field) {
    [all...]
  /art/runtime/
class_linker.cc 667 array_iftable_.Read()->SetInterface(0, java_lang_Cloneable.Get());
668 array_iftable_.Read()->SetInterface(1, java_io_Serializable.Get());
    [all...]

Completed in 832 milliseconds