HomeSort by relevance Sort by last modified time
    Searched refs:pvValue (Results 1 - 16 of 16) sorted by null

  /external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemBinary.h 44 virtual std::string toString(const void *pvValue, size_t size) const;
45 virtual void fromString(const std::string &strValue, void *pvValue, size_t size);
TESTSubsystemString.h 44 virtual std::string toString(const void *pvValue, size_t size) const;
45 virtual void fromString(const std::string &strValue, void *pvValue, size_t size);
TESTSubsystemString.cpp 46 std::string CTESTSubsystemString::toString(const void *pvValue, size_t /*size*/) const
48 return (const char *)pvValue;
51 void CTESTSubsystemString::fromString(const std::string &strValue, void *pvValue, size_t size)
59 auto destination = MAKE_ARRAY_ITERATOR(static_cast<char *>(pvValue), size);
TESTSubsystemObject.h 52 virtual std::string toString(const void *pvValue, size_t size) const = 0;
53 virtual void fromString(const std::string &strValue, void *pvValue, size_t size) = 0;
TESTSubsystemBinary.cpp 50 std::string CTESTSubsystemBinary::toString(const void *pvValue, size_t size) const
57 auto first = MAKE_ARRAY_ITERATOR(static_cast<const uint8_t *>(pvValue), size);
67 void CTESTSubsystemBinary::fromString(const std::string &strValue, void *pvValue, size_t size)
78 auto destination = MAKE_ARRAY_ITERATOR(static_cast<uint8_t *>(pvValue), size);
TESTSubsystemObject.cpp 103 void *pvValue = aucValue.data();
106 blackboardRead(pvValue, _scalarSize);
108 std::string strValue = toString(pvValue, _scalarSize);
132 void *pvValue = aucValue.data();
150 fromString(strValue, pvValue, _scalarSize);
153 blackboardWrite(pvValue, _scalarSize);
  /external/parameter-framework/upstream/skeleton-subsystem/
SkeletonSubsystemObject.cpp 93 void *pvValue = alloca(_scalarSize);
98 blackboardRead(pvValue, _scalarSize);
109 void *pvValue = alloca(_scalarSize);
117 blackboardWrite(pvValue, _scalarSize);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfplay.h 83 STDMETHOD_(HRESULT,GetPresentationAttribute)(THIS_ REFGUID guidMFAttribute,PROPVARIANT *pvValue) PURE;
85 STDMETHOD_(HRESULT,GetStreamAttribute)(THIS_ DWORD dwStreamIndex,REFGUID guidMFAttribute,PROPVARIANT *pvValue) PURE;
109 #define IMFPMediaItem_GetPresentationAttribute(This,guidMFAttribute,pvValue) (This)->lpVtbl->GetPresentationAttribute(This,guidMFAttribute,pvValue)
111 #define IMFPMediaItem_GetStreamAttribute(This,dwStreamIndex,guidMFAttribute,pvValue) (This)->lpVtbl->GetStreamAttribute(This,dwStreamIndex,guidMFAttribute,pvValue)
wbemprov.h 398 VARIANT *pvValue) = 0;
406 const VARIANT *pvValue) = 0;
436 VARIANT *pvValue);
445 const VARIANT *pvValue);
460 #define IWbemPropertyProvider_GetProperty(This,lFlags,strLocale,strClassMapping,strInstMapping,strPropMapping,pvValue) (This)->lpVtbl->GetProperty(This,lFlags,strLocale,strClassMapping,strInstMapping,strPropMapping,pvValue)
461 #define IWbemPropertyProvider_PutProperty(This,lFlags,strLocale,strClassMapping,strInstMapping,strPropMapping,pvValue) (This)->lpVtbl->PutProperty(This,lFlags,strLocale,strClassMapping,strInstMapping,strPropMapping,pvValue)
474 static FORCEINLINE HRESULT IWbemPropertyProvider_GetProperty(IWbemPropertyProvider* This,LONG lFlags,const BSTR strLocale,const BSTR strClassMapping,const BSTR strInstMapping,const BSTR strPropMapping,VARIANT *pvValue) {
475 return This->lpVtbl->GetProperty(This,lFlags,strLocale,strClassMapping,strInstMapping,strPropMapping,pvValue);
    [all...]
cryptxml.h 389 const void *pvValue;
mfobjects.h     [all...]
mfidl.h     [all...]
devicetopology.h     [all...]
cmdtree.h 352 void *pvValue;
mfapi.h 156 STDAPI MFCreateMediaEvent (MediaEventType met, REFGUID guidExtendedType, HRESULT hrStatus, const PROPVARIANT *pvValue, IMFMediaEvent **ppEvent);
    [all...]
iads.h     [all...]

Completed in 539 milliseconds