/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 | 132 if (id == resources::demoPngId) { in getImage() 133 _hidl_cb(std::vector<uint8_t>(resources::demoPng, std::end(resources::demoPng))); in getImage()
|
D | resources.h | 24 namespace resources {
|
D | VirtualProgram.cpp | 83 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/ |
D | histogram_collector.cpp | 74 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/ |
D | ComposerCommandEngine.h | 38 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/ |
D | IEvsEnumerator.hal | 41 * 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/ |
D | IBurstContext.hal | 20 * Context object to manage the resources of a burst.
|
/hardware/interfaces/gnss/2.0/ |
D | IAGnssCallback.hal | 47 * status so that the framework can release the resources.
|
/hardware/interfaces/nfc/1.1/ |
D | INfc.hal | 33 * Should free all resources.
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerResources.h | 320 auto resources = std::make_unique<ComposerResources>(); in create() local 321 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/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/drm/1.2/ |
D | types.hal | 70 * capacity of available crypto resources such that a retry of
|
/hardware/interfaces/cas/1.0/ |
D | types.hal | 69 * ERROR_CAS_RESOURCE_BUSY must be returned when resources, such as CAS
|
/hardware/interfaces/graphics/mapper/3.0/ |
D | IMapper.hal | 77 * unavailability of resources. 113 * unavailability of resources. 123 * This function must free up all resources allocated by importBuffer() for
|
/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
|