Lines Matching refs:agentId

40      * @param agentId Indicates the agent ID.
45 virtual int32_t ForwardEvent(uint32_t contextId, uint32_t agentId, SharingEvent &event, bool isSync) = 0;
66 * @param agentId Indicates the created agent ID. The value <b>0</b> indicates an invalid ID and the creation fails.
71 virtual int32_t CreateAgent(uint32_t &contextId, uint32_t &agentId, AgentType agentType,
86 * @param agentId Indicates the agent ID.
89 virtual int32_t DestroyAgent(uint32_t contextId, uint32_t agentId) = 0;
95 * @param agentId Indicates the agent ID.
98 virtual int32_t Stop(uint32_t contextId, uint32_t agentId) = 0;
104 * @param agentId Indicates the agent ID.
107 virtual int32_t Start(uint32_t contextId, uint32_t agentId) = 0;
113 * @param agentId Indicates the agent ID.
117 virtual int32_t Pause(uint32_t contextId, uint32_t agentId, MediaType mediaType) = 0;
123 * @param agentId Indicates the agent ID.
127 virtual int32_t Resume(uint32_t contextId, uint32_t agentId, MediaType mediaType) = 0;
133 * @param agentId Indicates the agent ID.
136 virtual int32_t Play(uint32_t contextId, uint32_t agentId) = 0;
142 * @param agentId Indicates the agent ID.
145 virtual int32_t Close(uint32_t contextId, uint32_t agentId) = 0;
151 * @param agentId Indicates the agent ID.
156 virtual int32_t SetKeyPlay(uint32_t contextId, uint32_t agentId, uint64_t surfaceId, bool keyFrame) = 0;
162 * @param agentId Indicates the agent ID.
167 virtual int32_t SetKeyRedirect(uint32_t contextId, uint32_t agentId, uint64_t surfaceId, bool keyRedirect) = 0;
173 * @param agentId Indicates the agent ID.
177 virtual int32_t SetVolume(uint32_t contextId, uint32_t agentId, float volume) = 0;
183 * @param agentId Indicates the agent ID.
187 virtual int32_t AppendSurface(uint32_t contextId, uint32_t agentId, sptr<Surface> surface,
194 * @param agentId Indicates the agent ID.
198 virtual int32_t RemoveSurface(uint32_t contextId, uint32_t agentId, uint64_t surfaceId) = 0;