khronosfws/openmax_al/src/adptcommon/xacapabilitiesmgr.c
changeset 33 5e8b14bae8c3
parent 25 6f7ceef7b1d1
child 53 eabc8c503852
equal deleted inserted replaced
28:ebf79c79991a 33:5e8b14bae8c3
    97         }
    97         }
    98     /* if empty list, then append first node as the head */
    98     /* if empty list, then append first node as the head */
    99     if (!(*ppListHead))
    99     if (!(*ppListHead))
   100         {
   100         {
   101         *ppListHead = firstNode;
   101         *ppListHead = firstNode;
   102         }DEBUG_API("<-XACapabilitiesMgr_UpdateAudioIOCapabilitieList");
   102         }
       
   103     DEBUG_API("<-XACapabilitiesMgr_UpdateAudioIOCapabilitieList");
   103     return res;
   104     return res;
   104     }
   105     }
   105 
   106 
   106 XAresult XACapabilitiesMgr_CreateCapabilitieList(FrameworkMap* frameworkMap,
   107 XAresult XACapabilitiesMgr_CreateCapabilitieList(FrameworkMap* frameworkMap,
   107         XACapabilities** ppListHead)
   108         XACapabilities** ppListHead)