OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BinderWrapper
(Results
1 - 14
of
14
) sorted by null
/system/core/libbinderwrapper/
binder_wrapper.cc
17
#include <
binderwrapper
/binder_wrapper.h>
26
BinderWrapper
*
BinderWrapper
::instance_ = nullptr;
29
void
BinderWrapper
::Create() {
35
void
BinderWrapper
::InitForTesting(
BinderWrapper
* wrapper) {
41
void
BinderWrapper
::Destroy() {
48
BinderWrapper
*
BinderWrapper
::Get() {
54
BinderWrapper
* BinderWrapper::GetOrCreateInstance()
[
all
...]
binder_test_base.cc
17
#include <
binderwrapper
/binder_test_base.h>
19
#include <
binderwrapper
/binder_wrapper.h>
20
#include <
binderwrapper
/stub_binder_wrapper.h>
26
BinderWrapper
::InitForTesting(binder_wrapper_);
30
BinderWrapper
::Destroy();
real_binder_wrapper.h
23
#include <
binderwrapper
/binder_wrapper.h>
29
// Real implementation of
BinderWrapper
.
30
class RealBinderWrapper : public
BinderWrapper
{
35
//
BinderWrapper
:
/system/core/libbinderwrapper/include/binderwrapper/
binder_wrapper.h
34
class
BinderWrapper
{
36
virtual ~
BinderWrapper
() {}
44
static void InitForTesting(
BinderWrapper
* wrapper);
52
static
BinderWrapper
* Get();
56
static
BinderWrapper
* GetOrCreateInstance();
83
static
BinderWrapper
* instance_;
stub_binder_wrapper.h
27
#include <
binderwrapper
/binder_wrapper.h>
31
// Stub implementation of
BinderWrapper
for testing.
51
//
BinderWrapper
::InitForTesting(wrapper); // Takes ownership.
61
// sp<IBinder> binder =
BinderWrapper
::Get()->GetService("foo");
70
class StubBinderWrapper : public
BinderWrapper
{
95
//
BinderWrapper
:
/system/update_engine/
daemon.cc
24
#include <
binderwrapper
/binder_wrapper.h>
45
android::
BinderWrapper
::Create();
73
auto binder_wrapper = android::
BinderWrapper
::Get();
binder_service_android.cc
21
#include <
binderwrapper
/binder_wrapper.h>
65
auto binder_wrapper = android::
BinderWrapper
::Get();
87
auto binder_wrapper = android::
BinderWrapper
::Get();
update_engine_client_android.cc
29
#include <
binderwrapper
/binder_wrapper.h>
217
android::
BinderWrapper
::Create();
218
android::
BinderWrapper
::Get()->RegisterForDeathNotifications(
binder_service_brillo.cc
21
#include <
binderwrapper
/binder_wrapper.h>
196
auto binder_wrapper = android::
BinderWrapper
::Get();
/system/tpm/trunks/
trunks_binder_service.cc
22
#include <
binderwrapper
/binder_wrapper.h>
58
android::
BinderWrapper
::Create();
64
if (!android::
BinderWrapper
::Get()->RegisterService(
trunks_binder_proxy.cc
22
#include <
binderwrapper
/binder_wrapper.h>
64
android::
BinderWrapper
::GetOrCreateInstance()->GetService(
/system/tpm/tpm_manager/client/
tpm_ownership_binder_proxy.cc
22
#include <
binderwrapper
/binder_wrapper.h>
52
android::
BinderWrapper
::GetOrCreateInstance()->GetService(
tpm_nvram_binder_proxy.cc
22
#include <
binderwrapper
/binder_wrapper.h>
51
android::
BinderWrapper
::GetOrCreateInstance()->GetService(
/system/tpm/tpm_manager/server/
binder_service.cc
22
#include <
binderwrapper
/binder_wrapper.h>
105
if (!android::
BinderWrapper
::GetOrCreateInstance()->RegisterService(
110
if (!android::
BinderWrapper
::GetOrCreateInstance()->RegisterService(
Completed in 515 milliseconds