Searched refs:Binder (Results 1 - 10 of 10) sorted by relevance

/system/connectivity/shill/
H A Dconnection.h52 // Clients can instantiate and use Binder to bind to a Connection and get
55 // Connection is destroyed or signals disconnect. The Binder unbinds itself
56 // from the underlying Connection when the Binder instance is destructed.
57 class Binder { class in class:shill::Connection
59 Binder(const std::string& name, const base::Closure& disconnect_callback);
60 ~Binder();
63 // any. Pass nullptr to just unbind this Binder.
72 FRIEND_TEST(ConnectionTest, Binder);
81 DISALLOW_COPY_AND_ASSIGN(Binder);
160 FRIEND_TEST(ConnectionTest, Binder);
[all...]
H A Dconnection.cc77 Connection::Binder::Binder(const string& name, function in class:shill::Connection::Binder
82 Connection::Binder::~Binder() {
86 void Connection::Binder::Attach(const ConnectionRefPtr& to_connection) {
101 void Connection::Binder::OnDisconnect() {
667 Binder* binder = binders_.front();
673 void Connection::AttachBinder(Binder* binder) {
679 void Connection::DetachBinder(Binder* binder) {
H A Dconnection_unittest.cc931 Connection::Binder binder0("binder0", target0.callback());
932 Connection::Binder binder1("binder1", target1.callback());
933 Connection::Binder binder2("binder2", target2.callback());
934 Connection::Binder binder3("binder3", target3.callback());
963 TEST_F(ConnectionTest, Binder) {
965 Connection::Binder* binder = &connection_->lower_binder_;
1002 Connection::Binder test_binder("from_test", target.callback());
1021 Connection::Binder binder("test", target.callback());
1041 Connection::Binder binder_a("test_a", target_a.callback());
1042 Connection::Binder binder_
[all...]
/system/nativepower/client/
H A Dwake_lock_unittest.cc21 #include <binder/Binder.h>
/system/connectivity/shill/vpn/
H A Dvpn_service.h85 std::unique_ptr<Connection::Binder> connection_binder_;
H A Dvpn_service.cc168 new Connection::Binder(unique_name(),
/system/core/include/binderwrapper/
H A Dstub_binder_wrapper.h25 #include <binder/Binder.h>
/system/core/libbinderwrapper/
H A Dstub_binder_wrapper.cc20 #include <binder/Binder.h>
H A Dreal_binder_wrapper.cc20 #include <binder/Binder.h>
/system/security/keystore/
H A Doperation.h22 #include <binder/Binder.h>

Completed in 224 milliseconds