khronosfws/openmax_al/src/common/xaobjectitf.c
changeset 33 5e8b14bae8c3
parent 25 6f7ceef7b1d1
child 53 eabc8c503852
equal deleted inserted replaced
28:ebf79c79991a 33:5e8b14bae8c3
    78         /* invoke synchronously */
    78         /* invoke synchronously */
    79         if (pObjImp->DoRealizeImpl)
    79         if (pObjImp->DoRealizeImpl)
    80             {
    80             {
    81             retval = pObjImp->DoRealizeImpl(self);
    81             retval = pObjImp->DoRealizeImpl(self);
    82             }
    82             }
    83         }DEBUG_API("<-XAObjectItfImpl_Realize");
    83         }
       
    84     DEBUG_API("<-XAObjectItfImpl_Realize");
    84     return retval;
    85     return retval;
    85     }
    86     }
    86 
    87 
    87 XAresult XAObjectItfImpl_Resume(XAObjectItf self, XAboolean async)
    88 XAresult XAObjectItfImpl_Resume(XAObjectItf self, XAboolean async)
    88     {
    89     {
   130         /* invoke synchronously */
   131         /* invoke synchronously */
   131         if (pObjImp->DoResumeImpl)
   132         if (pObjImp->DoResumeImpl)
   132             {
   133             {
   133             retval = pObjImp->DoResumeImpl(self);
   134             retval = pObjImp->DoResumeImpl(self);
   134             }
   135             }
   135         }DEBUG_API("<-XAObjectItfImpl_Resume");
   136         }
       
   137     DEBUG_API("<-XAObjectItfImpl_Resume");
   136     return retval;
   138     return retval;
   137     }
   139     }
   138 
   140 
   139 XAresult XAObjectItfImpl_GetState(XAObjectItf self, XAuint32 *pState)
   141 XAresult XAObjectItfImpl_GetState(XAObjectItf self, XAuint32 *pState)
   140     {
   142     {