HomeSort by relevance Sort by last modified time
    Searched refs:getTraits (Results 1 - 7 of 7) sorted by null

  /hardware/google/av/codec2/vndk/include/
C2AllocatorGralloc.h 61 virtual std::shared_ptr<const Traits> getTraits() const override;
C2AllocatorIon.h 44 virtual std::shared_ptr<const Traits> getTraits() const override;
  /hardware/google/av/media/v4l2store/
C2VDAComponentStore.cpp 79 std::shared_ptr<const C2Component::Traits> getTraits();
193 std::shared_ptr<const C2Component::Traits> C2VDAComponentStore::ComponentModule::getTraits() {
299 std::shared_ptr<const C2Component::Traits> traits = module->getTraits();
  /hardware/google/av/codec2/vndk/
C2AllocatorGralloc.cpp 552 std::shared_ptr<const C2Allocator::Traits> getTraits() const {
695 std::shared_ptr<const C2Allocator::Traits> C2AllocatorGralloc::getTraits() const {
696 return mImpl->getTraits();
C2Store.cpp 492 std::shared_ptr<const C2Component::Traits> getTraits();
712 std::shared_ptr<const C2Component::Traits> C2PlatformComponentStore::ComponentModule::getTraits() {
    [all...]
C2AllocatorIon.cpp 444 std::shared_ptr<const C2Allocator::Traits> C2AllocatorIon::getTraits() const {
  /hardware/google/av/codec2/include/
C2Buffer.h 623 virtual std::shared_ptr<const Traits> getTraits() const = 0;
    [all...]

Completed in 261 milliseconds