OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ComponentStore
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
ComponentStore.h
55
struct
ComponentStore
: public IComponentStore {
56
ComponentStore
(const std::shared_ptr<C2ComponentStore>& store);
57
virtual ~
ComponentStore
() = default;
114
//
ComponentStore
keeps track of live Components.
/frameworks/av/media/codec2/hidl/1.0/utils/
ComponentStore.cpp
18
#define LOG_TAG "Codec2-
ComponentStore
"
21
#include <codec2/hidl/1.0/
ComponentStore
.h>
105
ComponentStore
::
ComponentStore
(const std::shared_ptr<C2ComponentStore>& store)
119
c2_status_t
ComponentStore
::status() const {
123
c2_status_t
ComponentStore
::validateSupportedParams(
150
Return<void>
ComponentStore
::createComponent(
182
Return<void>
ComponentStore
::createInterface(
196
Return<void>
ComponentStore
::listComponents(listComponents_cb _hidl_cb) {
215
Return<void>
ComponentStore
::createInputSurface(createInputSurface_cb _hidl_cb)
[
all
...]
Completed in 90 milliseconds