HomeSort by relevance Sort by last modified time
    Searched full:pcleddevice_class (Results 1 - 1 of 1) sorted by null

  /system/media/opensles/libopensles/
IEngine.c 33 const ClassTable *pCLEDDevice_class = objectIDtoClass(SL_OBJECTID_LEDDEVICE);
34 if (NULL == pCLEDDevice_class) {
37 result = checkInterfaces(pCLEDDevice_class, numInterfaces, pInterfaceIds,
41 CLEDDevice *this = (CLEDDevice *) construct(pCLEDDevice_class, exposedMask, self);

Completed in 588 milliseconds