Home
last modified time | relevance | path

Searched refs:intf (Results 1 – 25 of 198) sorted by relevance

12345678

/aosp12/hardware/qcom/display/msm8909w_3100/libdisplayconfig/
H A DDisplayConfig.cpp131 if (intf == NULL) { in isExternalConnected()
150 if (intf == NULL) { in setSecondayDisplayStatus()
159 if (intf == NULL) { in configureDynRefeshRate()
168 if (intf == NULL) { in getConfigCount()
187 if (intf == NULL) { in getActiveConfig()
206 if (intf == NULL) { in setActiveConfig()
217 if (intf == NULL) { in getDisplayAttributes()
241 if (intf == NULL) { in setPanelBrightness()
250 if (intf == NULL) { in getPanelBrightness()
269 if (intf == NULL) { in minHdcpEncryptionLevelChanged()
[all …]
/aosp12/hardware/qcom/display/msm8909/libdisplayconfig/
H A DDisplayConfig.cpp131 if (intf == NULL) { in isExternalConnected()
150 if (intf == NULL) { in setSecondayDisplayStatus()
159 if (intf == NULL) { in configureDynRefeshRate()
168 if (intf == NULL) { in getConfigCount()
187 if (intf == NULL) { in getActiveConfig()
206 if (intf == NULL) { in setActiveConfig()
217 if (intf == NULL) { in getDisplayAttributes()
241 if (intf == NULL) { in setPanelBrightness()
250 if (intf == NULL) { in getPanelBrightness()
269 if (intf == NULL) { in minHdcpEncryptionLevelChanged()
[all …]
/aosp12/hardware/qcom/sdm845/display/libdisplayconfig/
H A DDisplayConfig.cpp131 if (intf == NULL) { in isExternalConnected()
150 if (intf == NULL) { in setSecondayDisplayStatus()
159 if (intf == NULL) { in configureDynRefeshRate()
168 if (intf == NULL) { in getConfigCount()
187 if (intf == NULL) { in getActiveConfig()
206 if (intf == NULL) { in setActiveConfig()
217 if (intf == NULL) { in getDisplayAttributes()
241 if (intf == NULL) { in setPanelBrightness()
250 if (intf == NULL) { in getPanelBrightness()
269 if (intf == NULL) { in minHdcpEncryptionLevelChanged()
[all …]
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/
H A Dhw_info_interface.cpp41 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create() argument
44 *intf = new HWInfoDRM(); in Create()
46 *intf = nullptr; in Create()
50 if (*intf) { in Create()
51 error = (*intf)->Init(); in Create()
53 delete *intf; in Create()
54 *intf = nullptr; in Create()
63 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy() argument
64 if (intf) { in Destroy()
65 delete intf; in Destroy()
H A Dhw_events_interface.cpp45 const HWInterface *hw_intf, HWEventsInterface **intf) { in Create() argument
54 *intf = hw_events; in Create()
61 DisplayError HWEventsInterface::Destroy(HWEventsInterface *intf) { in Destroy() argument
62 if (intf) { in Destroy()
63 intf->Deinit(); in Destroy()
64 delete intf; in Destroy()
H A Dhw_interface.cpp46 BufferAllocator *buffer_allocator, HWInterface **intf) { in Create() argument
77 *intf = hw; in Create()
82 DisplayError HWInterface::Destroy(HWInterface *intf) { in Destroy() argument
83 if (intf) { in Destroy()
84 intf->Deinit(); in Destroy()
85 delete intf; in Destroy()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/
H A Dhw_info_interface.cpp40 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create() argument
42 *intf = new HWInfo(); in Create()
44 *intf = new HWInfoDRM(); in Create()
48 if (*intf) { in Create()
49 error = (*intf)->Init(); in Create()
51 delete *intf; in Create()
52 *intf = nullptr; in Create()
61 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy() argument
62 if (intf) { in Destroy()
63 delete intf; in Destroy()
H A Dhw_events_interface.cpp44 const HWInterface *hw_intf, HWEventsInterface **intf) { in Create() argument
57 *intf = hw_events; in Create()
63 DisplayError HWEventsInterface::Destroy(HWEventsInterface *intf) { in Destroy() argument
64 if (intf) { in Destroy()
65 intf->Deinit(); in Destroy()
66 delete intf; in Destroy()
H A Dhw_interface.cpp49 BufferAllocator *buffer_allocator, HWInterface **intf) { in Create() argument
91 *intf = hw; in Create()
96 DisplayError HWInterface::Destroy(HWInterface *intf) { in Destroy() argument
97 if (intf) { in Destroy()
98 intf->Deinit(); in Destroy()
99 delete intf; in Destroy()
/aosp12/system/core/init/
H A Dinterface_utils.cpp66 for (const FQName& intf : interfaces) { in CheckInterfaceInheritanceHierarchy() local
67 if (hierarchy.count(intf) == 0) { in CheckInterfaceInheritanceHierarchy()
69 << intf.string() in CheckInterfaceInheritanceHierarchy()
74 const std::set<FQName>& required_interfaces = hierarchy.at(intf); in CheckInterfaceInheritanceHierarchy()
80 error_stream << "\nInterface '" << intf.string() << "' requires its full inheritance " in CheckInterfaceInheritanceHierarchy()
97 for (const auto& [intf, inherited_interfaces] : hierarchy) { in SetKnownInterfaces()
98 known_interfaces->insert(intf); in SetKnownInterfaces()
110 Result<void> IsKnownInterface(const FQName& intf) { in IsKnownInterface() argument
114 if (known_interfaces->count(intf) == 0) { in IsKnownInterface()
115 return Error() << "Interface is not in the known set of hidl_interfaces: '" << intf.string() in IsKnownInterface()
/aosp12/frameworks/av/media/codec2/hidl/plugin/
H A DFilterWrapper.cpp50 : mIntf(intf), mFilterWrapper(filterWrapper) { in WrappedDecoderInterface()
95 transferParams_l(mFilters[i - 1].intf, mFilters[i].intf, C2_MAY_BLOCK); in takeFilters()
109 backPropagateParams_l(mFilters[i - 2].intf, mFilters[i - 1].intf, C2_MAY_BLOCK); in takeFilters()
247 transferParams_l(mFilters[i - 1].intf, mFilters[i].intf, mayBlock); in config_vb()
271 backPropagateParams_l(mFilters[i - 2].intf, mFilters[i - 1].intf, mayBlock); in config_vb()
865 intf->getName(), in getTraits()
884 return intf; in maybeWrapInterface()
887 if (traits.name != intf->getName()) { in maybeWrapInterface()
890 return intf; in maybeWrapInterface()
896 return intf; in maybeWrapInterface()
[all …]
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/
H A Dhw_info_interface.cpp40 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create() argument
42 *intf = new HWInfo(); in Create()
44 *intf = new HWInfoDRM(); in Create()
50 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy() argument
51 if (intf) { in Destroy()
52 delete intf; in Destroy()
H A Dhw_events_interface.cpp43 const HWInterface *hw_intf, HWEventsInterface **intf) { in Create() argument
56 *intf = hw_events; in Create()
62 DisplayError HWEventsInterface::Destroy(HWEventsInterface *intf) { in Destroy() argument
63 if (intf) { in Destroy()
64 intf->Deinit(); in Destroy()
65 delete intf; in Destroy()
H A Dhw_interface.cpp48 BufferAllocator *buffer_allocator, HWInterface **intf) { in Create() argument
86 *intf = hw; in Create()
91 DisplayError HWInterface::Destroy(HWInterface *intf) { in Destroy() argument
92 if (intf) { in Destroy()
93 intf->Deinit(); in Destroy()
94 delete intf; in Destroy()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/
H A Dhw_info_interface.cpp42 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create() argument
44 *intf = new HWInfo(); in Create()
47 *intf = new HWInfoDRM(); in Create()
54 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy() argument
55 if (intf) { in Destroy()
56 delete intf; in Destroy()
H A Dhw_events_interface.cpp45 HWEventsInterface **intf) { in Create() argument
60 *intf = hw_events; in Create()
66 DisplayError HWEventsInterface::Destroy(HWEventsInterface *intf) { in Destroy() argument
67 if (intf) { in Destroy()
68 intf->Deinit(); in Destroy()
69 delete intf; in Destroy()
H A Dhw_interface.cpp48 BufferAllocator *buffer_allocator, HWInterface **intf) { in Create() argument
88 *intf = hw; in Create()
93 DisplayError HWInterface::Destroy(HWInterface *intf) { in Destroy() argument
94 if (intf) { in Destroy()
95 intf->Deinit(); in Destroy()
96 delete intf; in Destroy()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Dhw_info_interface.cpp42 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create() argument
44 *intf = new HWInfo(); in Create()
47 *intf = new HWInfoDRM(); in Create()
54 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy() argument
55 if (intf) { in Destroy()
56 delete intf; in Destroy()
H A Dhw_events_interface.cpp45 HWEventsInterface **intf) { in Create() argument
60 *intf = hw_events; in Create()
66 DisplayError HWEventsInterface::Destroy(HWEventsInterface *intf) { in Destroy() argument
67 if (intf) { in Destroy()
68 intf->Deinit(); in Destroy()
69 delete intf; in Destroy()
H A Dhw_interface.cpp48 BufferAllocator *buffer_allocator, HWInterface **intf) { in Create() argument
88 *intf = hw; in Create()
93 DisplayError HWInterface::Destroy(HWInterface *intf) { in Destroy() argument
94 if (intf) { in Destroy()
95 intf->Deinit(); in Destroy()
96 delete intf; in Destroy()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dhw_info_interface.cpp42 DisplayError HWInfoInterface::Create(HWInfoInterface **intf) { in Create() argument
44 *intf = new HWInfo(); in Create()
47 *intf = new HWInfoDRM(); in Create()
54 DisplayError HWInfoInterface::Destroy(HWInfoInterface *intf) { in Destroy() argument
55 if (intf) { in Destroy()
56 delete intf; in Destroy()
H A Dhw_events_interface.cpp45 HWEventsInterface **intf) { in Create() argument
60 *intf = hw_events; in Create()
66 DisplayError HWEventsInterface::Destroy(HWEventsInterface *intf) { in Destroy() argument
67 if (intf) { in Destroy()
68 intf->Deinit(); in Destroy()
69 delete intf; in Destroy()
H A Dhw_interface.cpp48 HWInterface **intf) { in Create() argument
88 *intf = hw; in Create()
93 DisplayError HWInterface::Destroy(HWInterface *intf) { in Destroy() argument
94 if (intf) { in Destroy()
95 intf->Deinit(); in Destroy()
96 delete intf; in Destroy()
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponentInterface.cpp48 CompIntf(const std::shared_ptr<C2ComponentInterface>& intf) : in CompIntf()
49 ConfigurableC2Intf{intf->getName(), intf->getId()}, in CompIntf()
50 mIntf{intf} {
89 const std::shared_ptr<C2ComponentInterface>& intf, in ComponentInterface() argument
91 : mInterface{intf}, in ComponentInterface()
92 mConfigurable{new CachedConfigurable(std::make_unique<CompIntf>(intf))} {
/aosp12/system/bt/gd/rust/linux/adapter/src/
H A Dmain.rs28 intf: BluetoothInterface, field
31 fn make_context(intf: BluetoothInterface) -> Context { in make_context()
80 return Context { tx, rx, callbacks: cb, intf }; in make_context()
90 context.intf.get_adapter_properties(); in mainloop()
108 context.intf.start_discovery(); in mainloop()
149 context.intf.cancel_discovery(); in mainloop()
165 let intf = BluetoothInterface::new(); in main() localVariable
166 let mut context = make_context(intf); in main()
169 if !context.intf.initialize(context.callbacks.clone(), args) { in main()
174 context.intf.enable(); in main()
[all …]

12345678