OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BpBinder
(Results
1 - 9
of
9
) sorted by null
/frameworks/native/libs/binder/
BpBinder.cpp
17
#define LOG_TAG "
BpBinder
"
20
#include <binder/
BpBinder
.h>
35
BpBinder
::ObjectManager::ObjectManager()
39
BpBinder
::ObjectManager::~ObjectManager()
44
void
BpBinder
::ObjectManager::attach(
62
void*
BpBinder
::ObjectManager::find(const void* objectID) const
69
void
BpBinder
::ObjectManager::detach(const void* objectID)
74
void
BpBinder
::ObjectManager::kill()
90
BpBinder
::
BpBinder
(int32_t handle
[
all
...]
Binder.cpp
21
#include <binder/
BpBinder
.h>
53
BpBinder
* IBinder::remoteBinder()
87
BpBinder
::ObjectManager mObjects;
ProcessState.cpp
24
#include <binder/
BpBinder
.h>
188
// We need to create a new
BpBinder
if there isn't currently one, OR we
196
// a
BpBinder
proxy without already holding a reference.
199
// to it (which will occur when creating the
BpBinder
).
200
// If a local reference is created for the
BpBinder
when the
220
b = new
BpBinder
(handle);
245
// We need to create a new
BpBinder
if there isn't currently one, OR we
247
// attemptIncWeak() is safe because we know the
BpBinder
destructor will always
250
// releasing a reference on this
BpBinder
, and a new reference on its handle
254
b = new
BpBinder
(handle)
[
all
...]
Android.mk
19
BpBinder
.cpp \
IPCThreadState.cpp
22
#include <binder/
BpBinder
.h>
691
status_t IPCThreadState::requestDeathNotification(int32_t handle,
BpBinder
* proxy)
699
status_t IPCThreadState::clearDeathNotification(int32_t handle,
BpBinder
* proxy)
[
all
...]
Parcel.cpp
34
#include <binder/
BpBinder
.h>
251
BpBinder
*proxy = binder->remoteBinder();
285
BpBinder
*proxy = real->remoteBinder();
324
BpBinder
* /*proxy*/, const flat_binder_object& /*flat*/,
343
static_cast<
BpBinder
*>(out->get()), *flat, in);
372
static_cast<
BpBinder
*>(out->unsafe_get()), *flat, in);
[
all
...]
/frameworks/native/include/binder/
BpBinder.h
27
class
BpBinder
: public IBinder
30
BpBinder
(int32_t handle);
59
virtual
BpBinder
* remoteBinder();
94
virtual ~
BpBinder
();
IBinder.h
37
class
BpBinder
;
149
virtual
BpBinder
* remoteBinder();
IPCThreadState.h
74
BpBinder
* proxy);
76
BpBinder
* proxy);
Completed in 73 milliseconds