Searched refs:RpcState (Results 1 – 8 of 8) sorted by relevance
52 RpcState::RpcState() {} in RpcState() function in android::RpcState53 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 …]
60 class RpcState {62 RpcState();63 ~RpcState();
61 mRpcBinderState = std::make_unique<RpcState>(); in RpcSession()392 RpcState::CommandType::ANY); in join()459 mRpcBinderState = std::make_unique<RpcState>(); in setupClient()
121 "RpcState.cpp",
34 class RpcState; variable181 const std::unique_ptr<RpcState>& state() { return mRpcBinderState; } in state()186 friend RpcState; variable321 std::unique_ptr<RpcState> mRpcBinderState;
30 class RpcState; variable121 friend class ::android::RpcState;
63 friend class RpcState; variable