/frameworks/av/media/libaudiohal/include/media/audiohal/ |
D | FactoryHalHidl.h | 33 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/ |
D | InputSurface.cpp | 39 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/ |
D | vendor.cpp | 104 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/ |
D | InputSurface.h | 62 class Interface; 68 std::shared_ptr<Interface> mIntf;
|
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/ |
D | client.h | 138 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/ |
D | Codec2InfoBuilder.cpp | 72 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/ |
D | SafeInterface.h | 246 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/ |
D | missingSinces.txt | 5 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/ |
D | client.cpp | 596 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/ |
D | missingSinces.txt | 2 …LOCK: android.support.design.widget.BottomNavigationView.OnNavigationItemSelectedListener Interface
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 597 struct Interface : public C2InterfaceHelper { struct in android::C2PlatformComponentStore 600 Interface(std::shared_ptr<C2ReflectorHelper> reflector) in Interface() function 684 Interface mInterface;
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 136 // Inform that USB is configured as a Musical Instrument Digital Interface
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugins.md | 11 ### Writing the Interface(s)
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 4134 …VkPipelineLayout layout /// Interface layout of the pipeline 4285 …VkPipelineLayout layout /// Interface layout of the pi…
|