OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StubBinderWrapper
(Results
1 - 4
of
4
) sorted by null
/system/core/libbinderwrapper/include/binderwrapper/
binder_test_base.h
25
class
StubBinderWrapper
;
34
StubBinderWrapper
* binder_wrapper() { return binder_wrapper_; }
37
StubBinderWrapper
* binder_wrapper_; // Not owned.
stub_binder_wrapper.h
50
//
StubBinderWrapper
* wrapper = new
StubBinderWrapper
();
70
class
StubBinderWrapper
: public BinderWrapper {
72
StubBinderWrapper
();
73
~
StubBinderWrapper
() override;
128
DISALLOW_COPY_AND_ASSIGN(
StubBinderWrapper
);
/system/core/libbinderwrapper/
stub_binder_wrapper.cc
25
StubBinderWrapper
::
StubBinderWrapper
()
29
StubBinderWrapper
::~
StubBinderWrapper
() = default;
31
void
StubBinderWrapper
::SetBinderForService(const std::string& service_name,
36
sp<IBinder>
StubBinderWrapper
::GetRegisteredService(
42
void
StubBinderWrapper
::NotifyAboutBinderDeath(const sp<IBinder>& binder) {
48
sp<IBinder>
StubBinderWrapper
::GetService(const std::string& service_name) {
53
bool
StubBinderWrapper
::RegisterService(const std::string& service_name,
59
sp<BBinder>
StubBinderWrapper
::CreateLocalBinder()
[
all
...]
binder_test_base.cc
24
BinderTestBase::BinderTestBase() : binder_wrapper_(new
StubBinderWrapper
()) {
Completed in 176 milliseconds