HomeSort by relevance Sort by last modified time
    Searched refs:HandlerEntry (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXComponentCodecBase.h 89 struct HandlerEntry {
93 HandlerEntry *next;
96 HandlerEntry *mHandlerList;
OMXComponentCodecBase.cpp 29 HandlerEntry *p = NULL;
174 HandlerEntry *p = mHandlerList;
175 HandlerEntry *last = NULL;
185 p = new HandlerEntry;
203 HandlerEntry *p = mHandlerList;

Completed in 360 milliseconds