Lines Matching refs:is
11 * distributed under the License is distributed on an "AS IS" BASIS,
27 * This is the same as @2.0::IMapper::BufferDescriptorInfo except that it
63 * that the buffer size is large enough. Validating the buffer against
64 * individual buffer attributes is optional.
66 * @param buffer is the buffer to validate against.
68 * @param stride is the buffer stride returned by IAllocator::allocate.
69 * @return error is NONE upon success. Otherwise,
70 * BAD_BUFFER when the buffer is invalid.
79 * Get the transport size of a buffer. An imported buffer handle is a raw
88 * @param buffer is the buffer to get the transport size from.
89 * @return error is NONE upon success. Otherwise,
90 * BAD_BUFFER when the buffer is invalid.
91 * @return numFds is the number of file descriptors needed for transport.
92 * @return numInts is the number of integers needed for transport.
100 * This is the same as @2.0::IMapper::createDescriptor except that it
109 * function must return UNSUPPORTED if layerCount is great than 1.
112 * @return error is NONE upon success. Otherwise,
113 * BAD_VALUE when any of the specified attributes is
117 * UNSUPPORTED when any of the specified attributes is
119 * @return descriptor is the newly created buffer descriptor.