/hardware/intel/img/psb_video/src/android/ |
D | psb_HDMIExtMode.c | 134 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/ |
D | Drm.cpp | 86 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/ |
D | ComposerResources.h | 57 auto resources = std::make_unique<ComposerResources>(); in create() local 58 return resources->init() ? std::move(resources) : nullptr; in create()
|
D | ComposerCommandEngine.h | 37 ComposerCommandEngine(ComposerHal* hal, ComposerResources* resources) in ComposerCommandEngine() argument 38 : BaseType2_1(hal, resources), mHal(hal) {} in ComposerCommandEngine()
|
D | ComposerClient.h | 90 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/ |
D | VirtualProgram.cpp | 39 MetaData bmp = {MetadataType::INT, key, resources::demoPngId, {}, {}, {}}; in createDemoBitmap() 43 bmp.rawValue = hidl_vec<uint8_t>(resources::demoPng, std::end(resources::demoPng)); in createDemoBitmap()
|
D | BroadcastRadio.cpp | 161 if (id == resources::demoPngId) { in getImage() 162 _hidl_cb(std::vector<uint8_t>(resources::demoPng, std::end(resources::demoPng))); in getImage()
|
D | resources.h | 24 namespace resources {
|
/hardware/interfaces/broadcastradio/2.0/default/ |
D | BroadcastRadio.cpp | 139 if (id == resources::demoPngId) { in getImage() 140 _hidl_cb(std::vector<uint8_t>(resources::demoPng, std::end(resources::demoPng))); in getImage()
|
D | resources.h | 24 namespace resources {
|
D | VirtualProgram.cpp | 86 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/ |
D | IEvsEnumerator.hal | 41 * 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/ |
D | ComposerResources.h | 281 auto resources = std::make_unique<ComposerResources>(); in create() local 282 return resources->init() ? std::move(resources) : nullptr; in create()
|
D | ComposerClient.h | 90 HalEventCallback(const sp<IComposerCallback> callback, ComposerResources* resources) in HalEventCallback() argument 91 : mCallback(callback), mResources(resources) {} in HalEventCallback()
|
D | ComposerCommandEngine.h | 42 ComposerCommandEngine(ComposerHal* hal, ComposerResources* resources) in ComposerCommandEngine() argument 43 : mHal(hal), mResources(resources) {} in ComposerCommandEngine()
|
/hardware/interfaces/nfc/1.1/ |
D | INfc.hal | 33 * Should free all resources.
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposer.hal | 79 * Creates a client of the composer. All resources created by the client
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 153 * 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/ |
D | types.hal | 69 * ERROR_CAS_RESOURCE_BUSY must be returned when resources, such as CAS
|
/hardware/interfaces/nfc/1.0/ |
D | INfc.hal | 80 * Close the NFC controller. Should free all resources.
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDevice.hal | 48 * 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/ |
D | ICameraDevice.hal | 54 * 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/ |
D | ICryptoPlugin.hal | 99 * ERROR_DRM_RESOURCE_BUSY if the resources required to perform the
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 243 * 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/ |
D | IStream.hal | 285 * all the currently allocated resources. It is recommended to close
|