Searched refs:mLiveNodes (Results 1 – 2 of 2) sorted by relevance
185 ssize_t index = mLiveNodes.indexOfKey(the_late_who); in binderDied()193 instance = mLiveNodes.editValueAt(index); in binderDied()194 mLiveNodes.removeItemsAt(index); in binderDied()278 mLiveNodes.add(IInterface::asBinder(observer), instance); in allocateNode()293 ssize_t index = mLiveNodes.indexOfKey(IInterface::asBinder(instance->observer())); in freeNode()299 mLiveNodes.removeItemsAt(index); in freeNode()
177 KeyedVector<wp<IBinder>, OMXNodeInstance *> mLiveNodes; variable