Home
last modified time | relevance | path

Searched refs:resources (Results 1 – 25 of 55) sorted by relevance

123

/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerResources.h57 auto resources = std::make_unique<ComposerResources>(); in create() local
58 return resources->init() ? std::move(resources) : nullptr; in create()
DComposerCommandEngine.h37 ComposerCommandEngine(ComposerHal* hal, ComposerResources* resources) in ComposerCommandEngine() argument
38 : BaseType2_1(hal, resources), mHal(hal) {} in ComposerCommandEngine()
DComposerClient.h90 auto resources = static_cast<ComposerResources*>(mResources.get()); in setReadbackBuffer() local
93 error = resources->getDisplayReadbackBuffer(display, buffer.getNativeHandle(), in setReadbackBuffer()
/hardware/interfaces/broadcastradio/1.1/default/
DVirtualProgram.cpp39 MetaData bmp = {MetadataType::INT, key, resources::demoPngId, {}, {}, {}}; in createDemoBitmap()
43 bmp.rawValue = hidl_vec<uint8_t>(resources::demoPng, std::end(resources::demoPng)); in createDemoBitmap()
DBroadcastRadio.cpp161 if (id == resources::demoPngId) { in getImage()
162 _hidl_cb(std::vector<uint8_t>(resources::demoPng, std::end(resources::demoPng))); in getImage()
Dresources.h24 namespace resources {
/hardware/interfaces/broadcastradio/2.0/default/
DBroadcastRadio.cpp132 if (id == resources::demoPngId) { in getImage()
133 _hidl_cb(std::vector<uint8_t>(resources::demoPng, std::end(resources::demoPng))); in getImage()
Dresources.h24 namespace resources {
DVirtualProgram.cpp83 make_metadata(MetadataKey::STATION_ICON, resources::demoPngId), in operator ProgramInfo()
84 make_metadata(MetadataKey::ALBUM_ART, resources::demoPngId), in operator ProgramInfo()
/hardware/qcom/sdm845/display/libhistogram/
Dhistogram_collector.cpp74 auto resources = drmModeGetResources(drm_fd); in create() local
75 if (!resources || !resources->connectors || !resources->crtcs || !resources->encoders) { in create()
78 return std::unique_ptr<DrmResources>(new DrmResources(drm_fd, resources)); in create()
152 DrmResources(int drm_fd, drmModeResPtr resources) : in DrmResources() argument
153 resources_(resources), in DrmResources()
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerCommandEngine.h38 ComposerCommandEngine(ComposerHal* hal, V2_2::hal::ComposerResources* resources) in ComposerCommandEngine() argument
39 : BaseType2_2(hal, resources), mHal(hal) {} in ComposerCommandEngine()
/hardware/interfaces/automotive/evs/1.0/
DIEvsEnumerator.hal41 * because the resources may not be released right away due to asynchronos
64 * resources may not be released right away due to asynchronos behavior in the hardware binder.
/hardware/interfaces/neuralnetworks/1.2/
DIBurstContext.hal20 * Context object to manage the resources of a burst.
/hardware/interfaces/gnss/2.0/
DIAGnssCallback.hal47 * status so that the framework can release the resources.
/hardware/interfaces/nfc/1.1/
DINfc.hal33 * Should free all resources.
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerResources.h320 auto resources = std::make_unique<ComposerResources>(); in create() local
321 return resources->init() ? std::move(resources) : nullptr; in create()
DComposerClient.h90 HalEventCallback(const sp<IComposerCallback> callback, ComposerResources* resources) in HalEventCallback() argument
91 : mCallback(callback), mResources(resources) {} in HalEventCallback()
DComposerCommandEngine.h42 ComposerCommandEngine(ComposerHal* hal, ComposerResources* resources) in ComposerCommandEngine() argument
43 : mHal(hal), mResources(resources) {} in ComposerCommandEngine()
/hardware/interfaces/graphics/composer/2.1/
DIComposer.hal79 * Creates a client of the composer. All resources created by the client
/hardware/interfaces/camera/common/1.0/
Dtypes.hal153 * sufficient resources are available.
219 * of sufficient new camera resources being freed up by this close() call.
240 * 1. After the resources to turn on the torch mode have become available.
246 * resources to keep them all on.
/hardware/interfaces/drm/1.2/
Dtypes.hal70 * capacity of available crypto resources such that a retry of
/hardware/interfaces/cas/1.0/
Dtypes.hal69 * ERROR_CAS_RESOURCE_BUSY must be returned when resources, such as CAS
/hardware/interfaces/graphics/mapper/3.0/
DIMapper.hal77 * unavailability of resources.
113 * unavailability of resources.
123 * This function must free up all resources allocated by importBuffer() for
/hardware/interfaces/nfc/1.0/
DINfc.hal80 * Close the NFC controller. Should free all resources.
/hardware/interfaces/camera/device/3.2/
DICameraDevice.hal48 * The resources required to open this camera device, or unspecified
98 * TORCH_MODE_STATUS_NOT_AVAILABLE. When resources to turn on torch mode

123