Searched refs:FindInterface (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/site_tests/network_UdevRename/ |
D | network_UdevRename.py | 32 def FindInterface(typelist=('wlan','mlan','eth')): function 64 interface = FindInterface()
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object_test_helpers.h | 58 DBusInterface* itf = object.FindInterface(method_call->GetInterface()); in CallMethod()
|
D | dbus_object.cc | 180 DBusInterface* DBusObject::FindInterface( in FindInterface() function in brillo::dbus_utils::DBusObject
|
D | dbus_object.h | 525 DBusInterface* FindInterface(const std::string& interface_name) const;
|
/external/opencv3/modules/videoio/src/ |
D | cap_dshow.cpp | 1273 …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/ |
D | strmif.h | 2703 …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…
|