Searched refs:RpcState (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/binder/ |
D | RpcState.cpp | 31 RpcState::RpcState() {} in RpcState() function in android::RpcState 32 RpcState::~RpcState() {} in ~RpcState() 34 status_t RpcState::onBinderLeaving(const sp<RpcSession>& session, const sp<IBinder>& binder, in onBinderLeaving() 94 sp<IBinder> RpcState::onBinderEntering(const sp<RpcSession>& session, const RpcAddress& address) { in onBinderEntering() 124 size_t RpcState::countBinders() { in countBinders() 129 void RpcState::dump() { in dump() 158 void RpcState::terminate() { in terminate() 185 RpcState::CommandData::CommandData(size_t size) : mSize(size) { in CommandData() 206 bool RpcState::rpcSend(const base::unique_fd& fd, const char* what, const void* data, size_t size) { in rpcSend() 228 bool RpcState::rpcRec(const base::unique_fd& fd, const char* what, void* data, size_t size) { in rpcRec() [all …]
|
D | RpcState.h | 49 class RpcState { 51 RpcState(); 52 ~RpcState();
|
D | RpcSession.cpp | 46 mState = std::make_unique<RpcState>(); in RpcSession()
|
D | Android.bp | 117 "RpcState.cpp",
|
/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 38 class RpcState; variable 95 const std::unique_ptr<RpcState>& state() { return mState; } in state() 100 friend class RpcState; variable 185 std::unique_ptr<RpcState> mState;
|
D | BpBinder.h | 32 class RpcState; variable 128 friend class ::android::RpcState;
|
D | Parcel.h | 59 friend class RpcState; variable
|
/frameworks/native/include/binder/ |
D | Parcel.h | 59 friend class RpcState; variable
|