Home
last modified time | relevance | path

Searched refs:FindInterface (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/site_tests/network_UdevRename/
Dnetwork_UdevRename.py32 def FindInterface(typelist=('wlan','mlan','eth')): function
64 interface = FindInterface()
/external/libbrillo/brillo/dbus/
Ddbus_object_test_helpers.h58 DBusInterface* itf = object.FindInterface(method_call->GetInterface()); in CallMethod()
Ddbus_object.cc180 DBusInterface* DBusObject::FindInterface( in FindInterface() function in brillo::dbus_utils::DBusObject
Ddbus_object.h525 DBusInterface* FindInterface(const std::string& interface_name) const;
/external/opencv3/modules/videoio/src/
Dcap_dshow.cpp1273 …hr = VDList[deviceNumber]->pCaptureGraph->FindInterface(NULL, &MEDIATYPE_Video, VDList[deviceNumbe…
2543 …hr = VD->pCaptureGraph->FindInterface(&PIN_CATEGORY_PREVIEW, &MEDIATYPE_Video, VD->pVideoInputFilt…
2563 …hr = VD->pCaptureGraph->FindInterface(&CAPTURE_MODE, &MEDIATYPE_Video, VD->pVideoInputFilter, IID_…
3048 HRESULT hr = pBuild->FindInterface(&LOOK_UPSTREAM_ONLY, NULL, pVidFilter,
3059 …hr = pBuild->FindInterface(&captureMode, &MEDIATYPE_Interleaved, pVidFilter, IID_IAMCrossbar, (voi…
3062 …hr = pBuild->FindInterface(&captureMode, &MEDIATYPE_Video, pVidFilter, IID_IAMCrossbar, (void **)&…
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h2703 …virtual HRESULT WINAPI FindInterface(const GUID *pCategory,IBaseFilter *pf,REFIID riid,void **ppin…
2718 …HRESULT (WINAPI *FindInterface)(ICaptureGraphBuilder *This,const GUID *pCategory,IBaseFilter *pf,R…
2735 …phBuilder_FindInterface(This,pCategory,pf,riid,ppint) (This)->lpVtbl->FindInterface(This,pCategory…
2800 …virtual HRESULT WINAPI FindInterface(const GUID *pCategory,const GUID *pType,IBaseFilter *pf,REFII…
2816 …HRESULT (WINAPI *FindInterface)(ICaptureGraphBuilder2 *This,const GUID *pCategory,const GUID *pTyp…
2834 …er2_FindInterface(This,pCategory,pType,pf,riid,ppint) (This)->lpVtbl->FindInterface(This,pCategory…