Lines Matching refs:image
31 * Fetch image from radio module.
34 * passing an image data blob in the MetadataType.RAW field, the HAL
43 * way as a missing image.
45 * The image identifier may become invalid after some time from passing it
52 * image immediately after notifying about the new one) between
54 * the HAL implementation removing previous image. In such case, client
56 * updated image identifier.
58 * @param id Identifier of an image;
59 * value of 0 is reserved and should be treated as invalid image.
60 * @return image A binary blob with image data
63 getImage(int32_t id) generates (vec<uint8_t> image);