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

  /external/libchrome/base/memory/
singleton.h 237 &instance_, &CreatorFunc, nullptr,
243 static Type* CreatorFunc(void* /* creator_arg*/) { return Traits::New(); }
  /frameworks/av/include/media/
MediaExtractorPluginApi.h 102 typedef CMediaExtractor* (*CreatorFunc)(CDataSource *source, void *meta);
109 typedef CreatorFunc (*SnifferFunc)(
114 typedef CreatorFunc CreatorFunc;

Completed in 342 milliseconds