Home
last modified time | relevance | path

Searched refs:RpcState (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/
DRpcState.cpp52 RpcState::RpcState() {} in RpcState() function in android::RpcState
53 RpcState::~RpcState() {} in ~RpcState()
55 status_t RpcState::onBinderLeaving(const sp<RpcSession>& session, const sp<IBinder>& binder, in onBinderLeaving()
138 status_t RpcState::onBinderEntering(const sp<RpcSession>& session, uint64_t address, in onBinderEntering()
185 status_t RpcState::flushExcessBinderRefs(const sp<RpcSession>& session, uint64_t address, in flushExcessBinderRefs()
218 size_t RpcState::countBinders() { in countBinders()
223 void RpcState::dump() { in dump()
228 void RpcState::clear() { in clear()
263 void RpcState::dumpLocked() { in dumpLocked()
291 RpcState::CommandData::CommandData(size_t size) : mSize(size) { in CommandData()
[all …]
DRpcState.h60 class RpcState {
62 RpcState();
63 ~RpcState();
DRpcSession.cpp61 mRpcBinderState = std::make_unique<RpcState>(); in RpcSession()
392 RpcState::CommandType::ANY); in join()
459 mRpcBinderState = std::make_unique<RpcState>(); in setupClient()
DAndroid.bp121 "RpcState.cpp",
/frameworks/native/libs/binder/include/binder/
DRpcSession.h34 class RpcState; variable
181 const std::unique_ptr<RpcState>& state() { return mRpcBinderState; } in state()
186 friend RpcState; variable
321 std::unique_ptr<RpcState> mRpcBinderState;
DBpBinder.h30 class RpcState; variable
121 friend class ::android::RpcState;
DParcel.h63 friend class RpcState; variable
/frameworks/native/include/binder/
DParcel.h63 friend class RpcState; variable