Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/include/media/audiohal/
DFactoryHalHidl.h33 template <class Interface>
34 static sp<Interface> createPreferredImpl(const std::string& package, const std::string& interface) { in createPreferredImpl()
35 return sp<Interface>{static_cast<Interface*>(detail::createPreferredImpl(package, interface))}; in createPreferredImpl()
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputSurface.cpp39 class InputSurface::Interface : public C2InterfaceHelper { class in android::hardware::media::c2::V1_0::utils::InputSurface
41 explicit Interface( in Interface() function in android::hardware::media::c2::V1_0::utils::InputSurface::Interface
70 const std::shared_ptr<InputSurface::Interface> &intf, in ConfigurableIntf()
117 const std::shared_ptr<InputSurface::Interface> mIntf;
163 mIntf{std::make_shared<Interface>(reflector)},
/frameworks/av/media/codec2/hidl/services/
Dvendor.cpp104 class Interface : public C2InterfaceHelper { class in StoreImpl
106 Interface(const std::shared_ptr<C2ReflectorHelper> &helper) in Interface() function in StoreImpl::Interface
125 virtual ~Interface() = default;
139 Interface mInterface;
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DInputSurface.h62 class Interface;
68 std::shared_ptr<Interface> mIntf;
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h138 struct Interface;
157 std::shared_ptr<Interface>* const interface);
193 static std::shared_ptr<Interface> CreateInterfaceByName(
246 struct Codec2Client::Interface : public Codec2Client::Configurable { struct
250 Interface(const sp<Base>& base);
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp72 std::shared_ptr<Codec2Client::Interface> intf, in addSupportedProfileLevels()
189 std::shared_ptr<Codec2Client::Interface> intf, in addSupportedColorFormats()
363 std::shared_ptr<Codec2Client::Interface> intf = in buildMediaCodecList()
/frameworks/native/libs/binder/include/binder/
DSafeInterface.h246 template <typename Interface>
247 class SafeBpInterface : public BpInterface<Interface> {
250 : BpInterface<Interface>(impl), mLogTag(logTag) {}
441 template <typename Interface>
442 class SafeBnInterface : public BnInterface<Interface> {
/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/
DmissingSinces.txt5 NO DOC BLOCK: android.support.design.widget.BaseTransientBottomBar.ContentViewCallback Interface
8 NO DOC BLOCK: android.support.v17.leanback.app.PlaybackControlGlue.InputEventHandler Interface
24 NO DOC BLOCK: android.support.v17.leanback.app.SurfaceHolderGlueHost Interface
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp596 std::shared_ptr<Codec2Client::Interface>* const interface) { in createInterface()
607 *interface = std::make_shared<Interface>(i); in createInterface()
933 std::shared_ptr<Codec2Client::Interface>
940 std::shared_ptr<Interface> interface; in CreateInterfaceByName()
1026 Codec2Client::Interface::Interface(const sp<Base>& base) in Interface() function in android::Codec2Client::Interface
/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/
DmissingSinces.txt2 …LOCK: android.support.design.widget.BottomNavigationView.OnNavigationItemSelectedListener Interface
/frameworks/av/media/codec2/vndk/
DC2Store.cpp597 struct Interface : public C2InterfaceHelper { struct in android::C2PlatformComponentStore
600 Interface(std::shared_ptr<C2ReflectorHelper> reflector) in Interface() argument
684 Interface mInterface;
/frameworks/base/proto/src/
Dsystem_messages.proto136 // Inform that USB is configured as a Musical Instrument Digital Interface
/frameworks/base/packages/SystemUI/docs/
Dplugins.md11 ### Writing the Interface(s)
/frameworks/native/vulkan/api/
Dvulkan.api4134 …VkPipelineLayout layout /// Interface layout of the pipeline
4285 …VkPipelineLayout layout /// Interface layout of the pi…