Lines Matching defs:layerId
86 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId)
88 if (layerInfo == NULL || layerId == NULL) {
114 *layerId = LAYER_ID;
119 static int32_t CloseLayer(uint32_t devId, uint32_t layerId)
125 if (layerId != LAYER_ID) {
126 HDF_LOGE("%s: layerId invalid", __func__);
163 static int32_t Flush(uint32_t devId, uint32_t layerId, LayerBuffer *buffer)
170 if (layerId != LAYER_ID) {
171 HDF_LOGE("%s: layerId invalid", __func__);
188 static int32_t GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer)
198 if (layerId != LAYER_ID) {
199 HDF_LOGE("%s: layerId invalid", __func__);