Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2AllocatorIon.cpp390 std::shared_ptr<C2AllocationIon> otherAsIon = std::static_pointer_cast<C2AllocationIon>(other); in equals() local
391 return mImpl->ionHandle() == otherAsIon->mImpl->ionHandle(); in equals()