Lines Matching defs:surface
423 int32_t Interaction::AppendSurface(uint32_t contextId, uint32_t agentId, sptr<Surface> surface, SceneType sceneType)
426 RETURN_INVALID_IF_NULL(surface);
432 agentMsg->surface = surface;
437 SHARING_LOGI("agent set surface success agentId: %{public}u.", agentId);
439 SHARING_LOGE("agent set surface failed, agentId: %{public}u.", agentId);
457 SHARING_LOGI("agent del surface success agentId: %{public}u.", agentId);
459 SHARING_LOGE("agent del surface failed, agentId: %{public}u.", agentId);
511 int32_t Interaction::GetSurface(int32_t windowId, sptr<Surface> &surface)
515 (void)surface;