• Home
  • Raw
  • Download

Lines Matching refs:is

11  * distributed under the License is distributed on an "AS IS" BASIS,
44 * If getDisplayCapabilities is supported, the global capability
45 * SKIP_CLIENT_COLOR_TRANSFORM is ignored.
46 * If getDisplayCapabilities is not supported, and the global capability
47 * SKIP_CLIENT_COLOR_TRANSFORM is returned by getCapabilities,
125 * If the device is not capable of apply the matrix on this layer, it must force
128 * The matrix provided is an affine color transformation of the following
152 * @param matrix is a 4x4 transform matrix (16 floats) as described above.
174 * Returns the port and data that describe a physical display. The port is
176 * for display output. The data blob is parsed to determine its format,
180 * @param display is the display to query.
181 * @return error is NONE upon success. Otherwise,
183 * UNSUPPORTED when identification data is unavailable.
184 * @return port is the connector to which the display is connected.
185 * @return data is the EDID 1.3 blob identifying the display.
204 * correctly-configured buffer is passed into setReadbackBuffer, filled by
221 * @return error is NONE upon success. Otherwise,
241 * PixelFormat::RGBA_8888, and Dataspace::UNKNOWN. It is not required to
244 * @param display is the display to query.
245 * @param width is the client target width in pixels.
246 * @param height is the client target height in pixels.
247 * @param format is the client target format.
248 * @param dataspace is the client target dataspace, as described in
250 * @return error is NONE upon success. Otherwise,
252 * UNSUPPORTED when the given configuration is not supported.
263 /* The first component (eg, for RGBA_8888, this is R) */
265 /* The second component (eg, for RGBA_8888, this is G) */
267 /* The third component (eg, for RGBA_8888, this is B) */
269 /* The fourth component (eg, for RGBA_8888, this is A) */
276 * @param display is the display where the samples are collected.
277 * @return error is NONE upon success. Otherwise,
279 * UNSUPPORTED when there is no efficient way to sample.
309 * Sampling support is optional, and is set to DISABLE by default.
314 * @param display is the display to which the sampling mode is set.
318 * @param maxFrames is the maximum number of frames that should be stored before discard.
320 * @return error is NONE upon success. Otherwise,
325 * UNSUPPORTED when there is no efficient way to sample.
335 * Collection of data can occur whether the sampling is in ENABLE or
338 * @param display is the display to which the sampling is collected.
339 * @param maxFrames is the maximum number of frames that should be represented in the sample.
341 * If maxFrames is 0, all frames are to be represented by the sample.
342 * @param timestamp is the timestamp after which any frames were posted that should be
343 * included in the sample. Timestamp is CLOCK_MONOTONIC.
344 * If timestamp is 0, do not filter from the sample by time.
345 * @return error is NONE upon success. Otherwise,
347 * UNSUPPORTED when there is no efficient way to sample, or
348 * BAD_PARAMETER when the component is not supported by the hardware.
350 * @return sampleComponent0 is a histogram counting how many times a pixel of a given value
353 * is device specific.
354 * eg, for RGBA_8888, if sampleComponent0 is {10, 6, 4, 1} this means that
357 * @return sampleComponent1 is the same sample definition as sampleComponent0,
359 * @return sampleComponent2 is the same sample definition as sampleComponent0,
361 * @return sampleComponent3 is the same sample definition as sampleComponent0,
377 * @param inLength is the length of input commands.
378 * @param inHandles is an array of handles referenced by the input
380 * @return error is NONE upon success. Otherwise,
381 * BAD_PARAMETER when inLength is not equal to the length of
387 * @param outLength is the length of output commands.
388 * @param outHandles is an array of handles referenced by the output
405 * @param display is the display to query.
406 * @param mode is the color mode to query.
407 * @return error is NONE upon success. Otherwise,
410 * @return intents is an array of render intents.
421 * @param display is the display to query.
422 * @return error is NONE upon success. Otherwise,
424 * @return modes is an array of color modes.
440 * @param display is the display to which the color mode is set.
441 * @param mode is the color mode to set to.
442 * @param intent is the render intent to set to.
443 * @return error is NONE upon success. Otherwise,
445 * BAD_PARAMETER when mode or intent is invalid
446 * UNSUPPORTED when mode or intent is not supported on this
457 * @return error is NONE upon success. Otherwise,
459 * @return capabilities is a list of supported capabilities.
468 * @param display is the display on which to create the layer.
469 * @return keys is the vector of PerFrameMetadataKey keys that are
471 * @return error is NONE upon success. Otherwise,
484 * @param display is the display to query.
485 * @return error is NONE upon success. Otherwise,
487 * @return types is an array of HDR types, may have 0 elements if the
488 * display is not HDR-capable.
489 * @return maxLuminance is the desired content maximum luminance for this
493 * @return minLuminance is the desired content minimum luminance for this
505 * Use getDisplayCapabilities instead. If brightness is supported, must return
514 * @return error is NONE upon success. Otherwise,
515 * BAD_DISPLAY when the display is invalid, or
516 * BAD_PARAMETER when the output parameter is invalid.
529 * The display whose brightness is set.
534 * @return error is NONE upon success. Otherwise,
535 * BAD_DISPLAY when the display is invalid, or
537 * BAD_PARAMETER when the brightness is invalid, or