SWDEV-264244 Fix StreamSync

Change-Id: I3a46a607a77aaf46dcd1fcf08db7e926613fe8d1
This commit is contained in:
Satyanvesh Dittakavi
2020-12-14 07:27:56 -05:00
parent 7648b2a61b
commit a148a71075
2 changed files with 42 additions and 25 deletions
+3 -1
View File
@@ -152,6 +152,8 @@ class Event : public RuntimeObject {
//! Process the callbacks for the given \a status change.
void processCallbacks(int32_t status) const;
void waitForCompletion();
public:
//! Return the context for this event.
virtual const Context& context() const = 0;
@@ -193,7 +195,7 @@ class Event : public RuntimeObject {
/*! \brief Notifies current command queue about execution status
*/
bool notifyCmdQueue();
Command* notifyCmdQueue(bool retain = false);
//! RTTI internal implementation
virtual ObjectType objectType() const { return ObjectTypeEvent; }