Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2AllocatorIon.cpp465 std::shared_ptr<C2AllocationIon> otherAsIon = std::static_pointer_cast<C2AllocationIon>(other); in equals() local
466 return mImpl->ionHandle() == otherAsIon->mImpl->ionHandle(); in equals()