Home
last modified time | relevance | path

Searched defs:intf (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/av/media/codec2/hidl/plugin/
DDefaultFilterPlugin.cpp101 bool DefaultFilterPlugin::isFilteringEnabled(const std::shared_ptr<C2ComponentInterface> &intf) { in isFilteringEnabled()
109 const std::shared_ptr<C2ComponentInterface> &intf, in queryParamsForPreviousComponent()
DFilterWrapperStub.cpp31 const std::shared_ptr<C2ComponentInterface> intf) { in maybeWrapInterface()
DFilterWrapper.cpp47 std::shared_ptr<C2ComponentInterface> intf, in WrappedDecoderInterface()
472 std::shared_ptr<C2ComponentInterface> intf() override { return mIntf; } in intf() function in android::__anonf6895e700111::WrappedDecoder
834 std::shared_ptr<C2ComponentInterface> intf; in createFilters() local
844 const std::shared_ptr<C2ComponentInterface> &intf) { in getTraits()
880 const std::shared_ptr<C2ComponentInterface> intf) { in maybeWrapInterface()
937 bool FilterWrapper::isFilteringEnabled(const std::shared_ptr<C2ComponentInterface> &intf) { in isFilteringEnabled()
973 const std::shared_ptr<C2ComponentInterface> &intf, in queryParamsForPreviousComponent()
/frameworks/av/media/codec2/hidl/plugin/internal/
DFilterWrapper.h54 const std::shared_ptr<C2ComponentInterface> intf; member
/frameworks/av/media/codec2/components/tests/
DC2SoftCodecTest.cpp51 std::shared_ptr<C2ComponentInterface>* const intf) { in createInterface()
/frameworks/base/core/java/android/hardware/usb/
DUsbDeviceConnection.java156 public boolean claimInterface(UsbInterface intf, boolean force) { in claimInterface()
165 public boolean releaseInterface(UsbInterface intf) { in releaseInterface()
175 public boolean setInterface(UsbInterface intf) { in setInterface()
DDeviceFilter.java205 UsbInterface intf = device.getInterface(i); in matches() local
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentInterface.cpp89 const std::shared_ptr<C2ComponentInterface>& intf, in ComponentInterface()
DInputSurface.cpp70 const std::shared_ptr<InputSurface::Interface> &intf, in ConfigurableIntf()
DInputSurfaceConnection.cpp77 std::shared_ptr<C2ComponentInterface> intf = localComp->intf(); local
297 std::shared_ptr<C2ComponentInterface> intf = mLocalComp->intf(); in queryFromSink() local
DComponentStore.cpp287 void ComponentStore::onInterfaceLoaded(const std::shared_ptr<C2ComponentInterface> &intf) { in onInterfaceLoaded()
415 std::shared_ptr<C2ComponentInterface> intf = compStatus.c2Component->intf(); in dump() local
DConfigurable.cpp37 std::unique_ptr<ConfigurableC2Intf>&& intf) in CachedConfigurable()
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp72 std::shared_ptr<Codec2Client::Interface> intf, in addSupportedProfileLevels()
199 std::shared_ptr<Codec2Client::Interface> intf, in addSupportedColorFormats()
426 std::shared_ptr<Codec2Client::Interface> intf = in buildMediaCodecList() local
/frameworks/av/media/codec2/hidl/plugin/samples/
DSampleFilterPlugin.cpp106 static bool IsFilteringEnabled(const std::shared_ptr<C2ComponentInterface> &intf) { in IsFilteringEnabled()
119 [[maybe_unused]] const std::shared_ptr<C2ComponentInterface> &intf, in QueryParamsForPreviousComponent()
574 std::shared_ptr<C2ComponentInterface> intf() override { in intf() function in android::SampleToneMappingFilter
917 std::shared_ptr<C2ComponentInterface> intf{new typename T::Interface(0)}; in AddFactory() local
960 bool isFilteringEnabled(const std::shared_ptr<C2ComponentInterface> &intf) override { in isFilteringEnabled()
968 const std::shared_ptr<C2ComponentInterface> &intf, in queryParamsForPreviousComponent()
/frameworks/av/media/mtp/
DMtpDescriptors.h42 struct usb_interface_descriptor intf; member
49 struct usb_interface_descriptor intf; member
/frameworks/av/media/codec2/faultinjection/
DC2ComponentWrapper.cpp121 std::shared_ptr<C2ComponentInterface> C2ComponentWrapper::intf(){ in intf() function in android::C2ComponentWrapper
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
Daccessorychat.c105 struct usb_interface_descriptor *intf = NULL; in usb_device_added() local
/frameworks/base/libs/usb/tests/accessorytest/
Dusb.c111 struct usb_interface_descriptor *intf = NULL; in usb_device_added() local
/frameworks/av/media/codec2/hidl/1.1/utils/
DComponentStore.cpp286 void ComponentStore::onInterfaceLoaded(const std::shared_ptr<C2ComponentInterface> &intf) { in onInterfaceLoaded()
450 std::shared_ptr<C2ComponentInterface> intf = compStatus.c2Component->intf(); in dump() local
/frameworks/av/media/codec2/hidl/1.2/utils/
DComponentStore.cpp286 void ComponentStore::onInterfaceLoaded(const std::shared_ptr<C2ComponentInterface> &intf) { in onInterfaceLoaded()
486 std::shared_ptr<C2ComponentInterface> intf = compStatus.c2Component->intf(); in dump() local
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp199 const std::shared_ptr<C2ComponentInterface> &intf) in SimpleC2Component()
380 std::shared_ptr<C2ComponentInterface> SimpleC2Component::intf() { in intf() function in android::SimpleC2Component
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DMtpClient.java138 UsbInterface intf = device.getInterface(i); in isCamera() local
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp52 void setComponent(std::shared_ptr<C2ComponentInterface> intf) { in setComponent()
630 void C2CompIntfTest::testMain(std::shared_ptr<C2ComponentInterface> intf, in testMain()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp976 std::shared_ptr<C2ComponentInterface> intf; in init() local
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp1312 const std::shared_ptr<C2ComponentInterface> &intf) { in FillTraitsFromInterface()

12