Home
last modified time | relevance | path

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

12

/hardware/intel/img/psb_video/src/android/
Dpsb_HDMIExtMode.c134 drmModeRes *resources; in psb_HDMIExt_init() local
156 resources = drmModeGetResources(driver_data->drm_fd); in psb_HDMIExt_init()
157 if (!resources) { in psb_HDMIExt_init()
163 for (i = 0; i < resources->count_connectors; i++) { in psb_HDMIExt_init()
164 connector = drmModeGetConnector(driver_data->drm_fd, resources->connectors[i]); in psb_HDMIExt_init()
168 resources->connectors[i]); in psb_HDMIExt_init()
208 if (resources) in psb_HDMIExt_init()
209 drmModeFreeResources(resources); in psb_HDMIExt_init()
214 if (resources) in psb_HDMIExt_init()
215 drmModeFreeResources(resources); in psb_HDMIExt_init()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DDrm.cpp86 drmModeResPtr resources = drmModeGetResources(mDrmFd); in detect() local
87 if (!resources) { in detect()
97 for (int i = 0; i < resources->count_connectors; i++) { in detect()
98 if (!resources->connectors || !resources->connectors[i]) { in detect()
103 connector = drmModeGetConnector(mDrmFd, resources->connectors[i]); in detect()
136 for (int j = 0; j < resources->count_encoders; j++) { in detect()
137 if (!resources->encoders || !resources->encoders[j]) { in detect()
142 encoder = drmModeGetEncoder(mDrmFd, resources->encoders[i]); in detect()
172 for (int j = 0; j < resources->count_crtcs; j++) { in detect()
173 if (!resources->crtcs || !resources->crtcs[j]) { in detect()
[all …]
/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.cpp139 if (id == resources::demoPngId) { in getImage()
140 _hidl_cb(std::vector<uint8_t>(resources::demoPng, std::end(resources::demoPng))); in getImage()
Dresources.h24 namespace resources {
DVirtualProgram.cpp86 make_metadata(MetadataKey::STATION_ICON, resources::demoPngId), in operator ProgramInfo()
87 make_metadata(MetadataKey::ALBUM_ART, resources::demoPngId), in operator ProgramInfo()
/hardware/interfaces/automotive/evs/1.0/
DIEvsEnumerator.hal41 * because the resources may not be released right away due to asynchronos
63 * resources may not be released right away due to asynchronos behavior in the hardware binder.
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerResources.h281 auto resources = std::make_unique<ComposerResources>(); in create() local
282 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/nfc/1.1/
DINfc.hal33 * Should free all resources.
/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/cas/1.0/
Dtypes.hal69 * ERROR_CAS_RESOURCE_BUSY must be returned when resources, such as CAS
/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
/hardware/interfaces/camera/device/1.0/
DICameraDevice.hal54 * The resources required to open this camera device, or unspecified
94 * TORCH_MODE_STATUS_NOT_AVAILABLE. When resources to turn on torch mode
414 * Release the hardware resources owned by this object, shutting down the
/hardware/interfaces/drm/1.0/
DICryptoPlugin.hal99 * ERROR_DRM_RESOURCE_BUSY if the resources required to perform the
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal243 * Failure to do this may leak internal state space or other internal resources and may
340 * Aborts a cryptographic operation begun with begin(), freeing all internal resources and
/hardware/interfaces/audio/2.0/
DIStream.hal285 * all the currently allocated resources. It is recommended to close

12