HomeSort by relevance Sort by last modified time
    Searched refs:ComponentStore (Results 1 - 10 of 10) sorted by null

  /hardware/google/av/codec2/hidl/services/
C2SoftwareCodecServiceRegistrant.cpp 21 #include <codec2/hidl/1.0/ComponentStore.h>
29 new utils::ComponentStore(
vendor.cpp 28 #include <codec2/hidl/1.0/ComponentStore.h>
127 // store = new utils::ComponentStore(
131 store = new utils::ComponentStore(
135 store = new utils::ComponentStore(
  /hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
Component.h 55 struct ComponentStore;
60 const sp<ComponentStore>& store);
66 sp<ComponentStore> mStore;
73 const sp<ComponentStore>& store,
107 sp<ComponentStore> mStore;
162 friend struct ComponentStore;
ComponentStore.h 55 struct ComponentStore : public Configurable<IComponentStore> {
56 ComponentStore(const std::shared_ptr<C2ComponentStore>& store);
57 virtual ~ComponentStore() = default;
Configurable.h 46 struct ComponentStore;
50 * supported parameters from a supplied ComponentStore.
59 c2_status_t init(ComponentStore* store);
103 c2_status_t init(ComponentStore* store) {
InputSurface.h 20 #include <codec2/hidl/1.0/ComponentStore.h>
173 sp<ComponentStore> mStore;
180 const sp<ComponentStore>& store,
186 friend struct ComponentStore;
  /hardware/google/av/codec2/hidl/1.0/utils/
ComponentStore.cpp 18 #define LOG_TAG "Codec2-ComponentStore"
21 #include <codec2/hidl/1.0/ComponentStore.h>
117 ComponentStore::ComponentStore(const std::shared_ptr<C2ComponentStore>& store) :
131 c2_status_t ComponentStore::validateSupportedParams(
158 Return<void> ComponentStore::createComponent(
194 Return<void> ComponentStore::createInterface(
208 Return<void> ComponentStore::listComponents(listComponents_cb _hidl_cb) {
223 Return<sp<IInputSurface>> ComponentStore::createInputSurface() {
237 void ComponentStore::onInterfaceLoaded(const std::shared_ptr<C2ComponentInterface> &intf)
    [all...]
Configurable.cpp 22 #include <codec2/hidl/1.0/ComponentStore.h>
40 c2_status_t CachedConfigurable::init(ComponentStore* store) {
Component.cpp 23 #include <codec2/hidl/1.0/ComponentStore.h>
90 const sp<ComponentStore>& store) :
180 const sp<ComponentStore>& store,
InputSurface.cpp 287 // Constructor is exclusive to ComponentStore.
289 const sp<ComponentStore>& store,

Completed in 64 milliseconds