Searched defs:SetLogFile (Results 1 - 2 of 2) sorted by relevance

/external/skia/bench/
H A DBenchLogger.cpp21 bool BenchLogger::SetLogFile(const char *file) { function in class:BenchLogger
/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h2627 virtual HRESULT WINAPI SetLogFile(DWORD_PTR hFile) = 0;
2649 HRESULT (WINAPI *SetLogFile)(IGraphBuilder *This,DWORD_PTR hFile); member in struct:IGraphBuilderVtbl
2673 #define IGraphBuilder_SetLogFile(This,hFile) (This)->lpVtbl->SetLogFile(This,hFile)
2896 HRESULT (WINAPI *SetLogFile)(IFilterGraph2 *This,DWORD_PTR hFile); member in struct:IFilterGraph2Vtbl
2923 #define IFilterGraph2_SetLogFile(This,hFile) (This)->lpVtbl->SetLogFile(This,hFile)

Completed in 307 milliseconds