HomeSort by relevance Sort by last modified time
    Searched defs:interface_ (Results 1 - 13 of 13) sorted by null

  /external/google-tv-pairing-protocol/cpp/src/polo/wire/
polowireadapter.h 80 PoloWireInterface* interface() { return interface_; }
86 PoloWireInterface* interface_; member in class:polo::wire::PoloWireAdapter
  /system/core/libunwindstack/
Elf.h 45 return valid_ && interface_->GetSoname(name);
53 return valid_ && interface_->Step(rel_pc, regs, process_memory);
66 ElfInterface* interface() { return interface_.get(); }
72 std::unique_ptr<ElfInterface> interface_; member in class:Elf
ElfInterfaceArm.h 36 iterator(ElfInterfaceArm* interface, size_t index) : interface_(interface), index_(index) { }
47 uint32_t addr = interface_->addrs_[index_];
49 if (!interface_->GetPrel31Addr(interface_->start_offset_ + index_ * 8, &addr)) {
52 interface_->addrs_[index_] = addr;
58 ElfInterfaceArm* interface_ = nullptr; member in class:ElfInterfaceArm::iterator
  /external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
clientpairingsessiontest.cc 60 : interface_(),
61 wire_(&interface_),
86 StrictMock<wire::MockWireInterface> interface_; member in class:polo::pairing::ClientPairingSessionTest
serverpairingsessiontest.cc 55 : interface_(),
56 wire_(&interface_),
77 StrictMock<wire::MockWireInterface> interface_; member in class:polo::pairing::ServerPairingSessionTest
pairingsessiontest.cc 82 : interface_(),
83 wire_(&interface_),
104 StrictMock<wire::MockWireInterface> interface_; member in class:polo::pairing::PairingSessionTest
  /external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
protobufwireadaptertest.cc 61 ProtobufWireAdapterTest() : interface_(), adapter_(&interface_) {}
71 EXPECT_CALL(interface_, Receive(4));
83 EXPECT_CALL(interface_, Receive(message_size));
101 EXPECT_CALL(interface_, Send(data));
104 StrictMock<MockWireInterface> interface_; member in class:polo::wire::protobuf::ProtobufWireAdapterTest
  /external/libbrillo/brillo/glib/
dbus.h 461 std::string interface_; member in class:brillo::dbus::SignalWatcher
  /external/libchrome/dbus/
property.h 313 const std::string& interface() const { return interface_; }
335 std::string interface_; member in class:dbus::PropertySet
  /system/tools/aidl/
aidl_language.h 255 const AidlInterface* GetInterface() const { return interface_.get(); }
256 AidlInterface* ReleaseInterface() { return interface_.release(); }
268 std::unique_ptr<AidlInterface> interface_; member in class:AidlDocument
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-interpolation-1.19.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.21/
plexus-interpolation-1.21.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 240 milliseconds