OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ComponentInterface
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/codec2/hidl/1.0/utils/
ComponentInterface.cpp
18
#define LOG_TAG "Codec2-
ComponentInterface
"
22
#include <codec2/hidl/1.0/
ComponentInterface
.h>
87
//
ComponentInterface
88
ComponentInterface
::
ComponentInterface
(
96
c2_status_t
ComponentInterface
::status() const {
100
Return<sp<IConfigurable>>
ComponentInterface
::getConfigurable() {
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
ComponentInterface.h
45
struct
ComponentInterface
: public IComponentInterface {
46
ComponentInterface
(
/external/google-fruit/include/fruit/impl/component_storage/
component_storage_entry.defn.h
67
inline ComponentStorageEntry::LazyComponentWithArgs::
ComponentInterface
::
ComponentInterface
(erased_fun_t erased_fun)
71
class ComponentInterfaceImpl : public ComponentStorageEntry::LazyComponentWithArgs::
ComponentInterface
{
73
using
ComponentInterface
= ComponentStorageEntry::LazyComponentWithArgs::
ComponentInterface
;
80
:
ComponentInterface
(reinterpret_cast<erased_fun_t>(fun)), args_tuple(std::move(args_tuple)) {}
83
areParamsEqual(const ComponentStorageEntry::LazyComponentWithArgs::
ComponentInterface
& other) const final {
103
inline
ComponentInterface
* copy() const final {
163
inline bool ComponentStorageEntry::LazyComponentWithArgs::
ComponentInterface
::
164
operator==(const
ComponentInterface
& other) const
[
all
...]
component_storage_entry.h
227
class
ComponentInterface
{
241
ComponentInterface
(erased_fun_t erased_fun);
243
virtual ~
ComponentInterface
() = default;
246
virtual bool areParamsEqual(const
ComponentInterface
& other) const = 0;
248
bool operator==(const
ComponentInterface
& other) const;
252
virtual
ComponentInterface
* copy() const = 0;
289
ComponentInterface
* component;
Completed in 87 milliseconds