Home
last modified time | relevance | path

Searched refs:asyncTodo (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DRpcState.cpp561 it->second.asyncTodo.push(BinderNode::AsyncTodo{ in processTransactInternal()
656 if (it->second.asyncTodo.size() == 0) return OK; in processTransactInternal()
657 if (it->second.asyncTodo.top().asyncNumber == it->second.asyncNumber) { in processTransactInternal()
665 const_cast<BinderNode::AsyncTodo&>(it->second.asyncTodo.top()).data); in processTransactInternal()
666 it->second.asyncTodo.pop(); in processTransactInternal()
DRpcState.h173 std::priority_queue<AsyncTodo> asyncTodo; member