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

/external/libchrome/dbus/
H A Dobject_manager.cc124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path, function in class:dbus::ObjectManager
347 PropertySet* properties = GetProperties(object_path, interface);
/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h1494 virtual HRESULT WINAPI GetProperties(DWORD cbProperties,BYTE *pbProperties) = 0;
1519 HRESULT (WINAPI *GetProperties)(IMediaSample2 *This,DWORD cbProperties,BYTE *pbProperties); member in struct:IMediaSample2Vtbl
1546 #define IMediaSample2_GetProperties(This,cbProperties,pbProperties) (This)->lpVtbl->GetProperties(This,cbProperties,pbProperties)
1572 virtual HRESULT WINAPI GetProperties(ALLOCATOR_PROPERTIES *pProps) = 0;
1585 HRESULT (WINAPI *GetProperties)(IMemAllocator *This,ALLOCATOR_PROPERTIES *pProps); member in struct:IMemAllocatorVtbl
1600 #define IMemAllocator_GetProperties(This,pProps) (This)->lpVtbl->GetProperties(This,pProps)
1641 HRESULT (WINAPI *GetProperties)(IMemAllocatorCallbackTemp *This,ALLOCATOR_PROPERTIES *pProps); member in struct:IMemAllocatorCallbackTempVtbl
1658 #define IMemAllocatorCallbackTemp_GetProperties(This,pProps) (This)->lpVtbl->GetProperties(This,pProps)

Completed in 129 milliseconds