/frameworks/av/media/codec2/hidl/plugin/ |
D | DefaultFilterPlugin.cpp | 101 bool DefaultFilterPlugin::isFilteringEnabled(const std::shared_ptr<C2ComponentInterface> &intf) { in isFilteringEnabled() 109 const std::shared_ptr<C2ComponentInterface> &intf, in queryParamsForPreviousComponent()
|
D | FilterWrapperStub.cpp | 31 const std::shared_ptr<C2ComponentInterface> intf) { in maybeWrapInterface()
|
D | FilterWrapper.cpp | 47 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/ |
D | FilterWrapper.h | 54 const std::shared_ptr<C2ComponentInterface> intf; member
|
/frameworks/av/media/codec2/components/tests/ |
D | C2SoftCodecTest.cpp | 51 std::shared_ptr<C2ComponentInterface>* const intf) { in createInterface()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbDeviceConnection.java | 156 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()
|
D | DeviceFilter.java | 205 UsbInterface intf = device.getInterface(i); in matches() local
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | ComponentInterface.cpp | 89 const std::shared_ptr<C2ComponentInterface>& intf, in ComponentInterface()
|
D | InputSurface.cpp | 70 const std::shared_ptr<InputSurface::Interface> &intf, in ConfigurableIntf()
|
D | InputSurfaceConnection.cpp | 77 std::shared_ptr<C2ComponentInterface> intf = localComp->intf(); local 297 std::shared_ptr<C2ComponentInterface> intf = mLocalComp->intf(); in queryFromSink() local
|
D | ComponentStore.cpp | 287 void ComponentStore::onInterfaceLoaded(const std::shared_ptr<C2ComponentInterface> &intf) { in onInterfaceLoaded() 415 std::shared_ptr<C2ComponentInterface> intf = compStatus.c2Component->intf(); in dump() local
|
D | Configurable.cpp | 37 std::unique_ptr<ConfigurableC2Intf>&& intf) in CachedConfigurable()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 72 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/ |
D | SampleFilterPlugin.cpp | 106 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/ |
D | MtpDescriptors.h | 42 struct usb_interface_descriptor intf; member 49 struct usb_interface_descriptor intf; member
|
/frameworks/av/media/codec2/faultinjection/ |
D | C2ComponentWrapper.cpp | 121 std::shared_ptr<C2ComponentInterface> C2ComponentWrapper::intf(){ in intf() function in android::C2ComponentWrapper
|
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/ |
D | accessorychat.c | 105 struct usb_interface_descriptor *intf = NULL; in usb_device_added() local
|
/frameworks/base/libs/usb/tests/accessorytest/ |
D | usb.c | 111 struct usb_interface_descriptor *intf = NULL; in usb_device_added() local
|
/frameworks/av/media/codec2/hidl/1.1/utils/ |
D | ComponentStore.cpp | 286 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/ |
D | ComponentStore.cpp | 286 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/ |
D | SimpleC2Component.cpp | 199 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/ |
D | MtpClient.java | 138 UsbInterface intf = device.getInterface(i); in isCamera() local
|
/frameworks/av/media/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 52 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/ |
D | C2Store.cpp | 976 std::shared_ptr<C2ComponentInterface> intf; in init() local
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2InterfaceUtils.cpp | 1312 const std::shared_ptr<C2ComponentInterface> &intf) { in FillTraitsFromInterface()
|