Lines Matching defs:layerId
272 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId)
274 if (layerInfo == NULL || layerId == NULL) {
303 *layerId = LAYER_ID;
309 static int32_t CloseLayer(uint32_t devId, uint32_t layerId)
315 if (layerId != LAYER_ID) {
316 HDF_LOGE("%s: layerId invalid", __func__);
357 static int32_t Flush(uint32_t devId, uint32_t layerId, LayerBuffer *buffer)
365 if (layerId != LAYER_ID) {
366 HDF_LOGE("%s: layerId invalid", __func__);
388 static int32_t GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer)
398 if (layerId != LAYER_ID) {
399 HDF_LOGE("%s: layerId invalid", __func__);