Home
last modified time | relevance | path

Searched refs:SetLogFile (Results 1 – 3 of 3) sorted by relevance

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