HomeSort by relevance Sort by last modified time
    Searched full:pvalue (Results 251 - 275 of 456) sorted by null

<<111213141516171819

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfobjects.h 222 PROPVARIANT *pValue) = 0;
340 PROPVARIANT *pValue) = 0;
369 PROPVARIANT *pValue);
512 PROPVARIANT *pValue);
531 #define IMFAttributes_GetItem(This,guidKey,pValue) (This)->lpVtbl->GetItem(This,guidKey,pValue)
559 #define IMFAttributes_GetItemByIndex(This,unIndex,pguidKey,pValue) (This)->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue)
573 static FORCEINLINE HRESULT IMFAttributes_GetItem(IMFAttributes* This,REFGUID guidKey,PROPVARIANT *pValue) {
574 return This->lpVtbl->GetItem(This,guidKey,pValue);
    [all...]
certenc.h 200 virtual HRESULT WINAPI GetValue(LONG Index,LONG *pValue) = 0;
217 HRESULT (WINAPI *GetValue)(ICertEncodeLongArray *This,LONG Index,LONG *pValue);
236 #define ICertEncodeLongArray_GetValue(This,Index,pValue) (This)->lpVtbl->GetValue(This,Index,pValue)
246 HRESULT WINAPI ICertEncodeLongArray_GetValue_Proxy(ICertEncodeLongArray *This,LONG Index,LONG *pValue);
264 virtual HRESULT WINAPI GetValue(LONG Index,DATE *pValue) = 0;
281 HRESULT (WINAPI *GetValue)(ICertEncodeDateArray *This,LONG Index,DATE *pValue);
300 #define ICertEncodeDateArray_GetValue(This,Index,pValue) (This)->lpVtbl->GetValue(This,Index,pValue)
310 HRESULT WINAPI ICertEncodeDateArray_GetValue_Proxy(ICertEncodeDateArray *This,LONG Index,DATE *pValue);
    [all...]
mfidl.h 187 PROPVARIANT *pValue);
330 PROPVARIANT *pValue);
424 #define IMFTopologyNode_GetItem(This,guidKey,pValue) (This)->lpVtbl->GetItem(This,guidKey,pValue)
452 #define IMFTopologyNode_GetItemByIndex(This,unIndex,pguidKey,pValue) (This)->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue)
483 static FORCEINLINE HRESULT IMFTopologyNode_GetItem(IMFTopologyNode* This,REFGUID guidKey,PROPVARIANT *pValue) {
484 return This->lpVtbl->GetItem(This,guidKey,pValue);
567 static FORCEINLINE HRESULT IMFTopologyNode_GetItemByIndex(IMFTopologyNode* This,UINT32 unIndex,GUID *pguidKey,PROPVARIANT *pValue) {
568 return This->lpVtbl->GetItemByIndex(This,unIndex,pguidKey,pValue);
    [all...]
sdoias.h 492 virtual HRESULT WINAPI GetProperty(LONG Id,VARIANT *pValue) = 0;
493 virtual HRESULT WINAPI PutProperty(LONG Id,VARIANT *pValue) = 0;
510 HRESULT (WINAPI *GetProperty)(ISdo *This,LONG Id,VARIANT *pValue);
511 HRESULT (WINAPI *PutProperty)(ISdo *This,LONG Id,VARIANT *pValue);
530 #define ISdo_GetProperty(This,Id,pValue) (This)->lpVtbl->GetProperty(This,Id,pValue)
531 #define ISdo_PutProperty(This,Id,pValue) (This)->lpVtbl->PutProperty(This,Id,pValue)
540 HRESULT WINAPI ISdo_GetProperty_Proxy(ISdo *This,LONG Id,VARIANT *pValue);
542 HRESULT WINAPI ISdo_PutProperty_Proxy(ISdo *This,LONG Id,VARIANT *pValue);
    [all...]
medparam.idl 89 MP_DATA *pValue
sensorsapi.h 862 PROPVARIANT *pValue) = 0;
896 PROPVARIANT *pValue);
917 #define ISensorDataReport_GetSensorValue(This,pKey,pValue) (This)->lpVtbl->GetSensorValue(This,pKey,pValue)
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_nametree.cpp 428 CPDF_Object* pValue = LookupValue(sName);
429 if (!pValue) {
433 pValue = pDests->GetDirectObjectFor(PDF_EncodeText(sName));
435 if (!pValue)
437 if (CPDF_Array* pArray = pValue->AsArray())
439 if (CPDF_Dictionary* pDict = pValue->AsDictionary())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
SetSockOpt.c 172 char * pValue
199 Values = sscanf ( pValue, "%d", Value.i32 );
207 Values = sscanf ( pValue, "%d.%d",
  /external/boringssl/src/crypto/x509v3/
v3_genn.c 242 ASN1_OBJECT **poid, ASN1_TYPE **pvalue)
248 if (pvalue)
249 *pvalue = gen->d.otherName->value;
  /frameworks/compile/mclinker/lib/LD/
StaticResolver.cpp 25 LDSymbol::ValueType pValue) const {
176 if (pOld.outSymbol()->value() == pValue) {
183 << pValue;
NamePool.cpp 62 LDSymbol::ValueType pValue,
103 if (m_pResolver->resolve(*old_symbol, *new_symbol, override, pValue)) {
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 198 int Reverb_setParameter (ReverbContext *pContext, void *pParam, void *pValue, int vsize);
202 void *pValue);
    [all...]
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 376 /// @param [in] pValue Common symbols' value are alignment constraints
392 LDSymbol::ValueType pValue = 0x0,
438 LDSymbol::ValueType pValue = 0x0,
467 LDSymbol::ValueType pValue,
477 LDSymbol::ValueType pValue,
494 LDSymbol::ValueType pValue,
505 LDSymbol::ValueType pValue,
516 LDSymbol::ValueType pValue,
527 LDSymbol::ValueType pValue,
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 55 LDSymbol::ValueType pValue) const = 0;
  /frameworks/compile/mclinker/lib/Script/
Operand.cpp 77 IntOperand::IntOperand(uint64_t pValue)
78 : Operand(Operand::INTEGER), m_Value(pValue) {
85 IntOperand* IntOperand::create(uint64_t pValue) {
87 new (result) IntOperand(pValue);
  /hardware/nxp/nfc/halimpl/utils/
phNxpConfig.h 48 int GetNxpByteArrayValue(const char* name, char* pValue, long bufflen,
  /external/libevent/include/event2/
rpc.h 105 @param pvalue a pointer to the variable to hold the value
108 #define EVTAG_GET(msg, member, pvalue) \
109 (*(msg)->base->member##_get)((msg), (pvalue))
115 @param pvalue a pointer to the variable to hold the value
119 #define EVTAG_GET_WITH_LEN(msg, member, pvalue, plen) \
120 (*(msg)->base->member##_get)((msg), (pvalue), (plen))
137 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \
138 (*(msg)->base->member##_get)((msg), (offset), (pvalue))
  /external/pdfium/core/fpdfapi/edit/
cpdf_creator.cpp 291 CPDF_Object* pValue = it.second.get();
299 if (!pValue->IsInline()) {
301 !m_Archive->WriteDWord(pValue->GetObjNum()) ||
305 } else if (!WriteDirectObj(objnum, pValue, !bSignValue)) {
627 CPDF_Object* pValue = it.second.get();
637 if (!pValue->IsInline()) {
639 !m_Archive->WriteDWord(pValue->GetObjNum()) ||
643 } else if (!pValue->WriteTo(m_Archive.get())) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 487 void Mips32GOT::setEntryValue(Fragment* entry, uint64_t pValue) {
488 llvm::cast<Mips32GOTEntry>(entry)->setValue(pValue);
503 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) {
504 return new Mips32GOTEntry(pValue, pParent);
522 void Mips64GOT::setEntryValue(Fragment* entry, uint64_t pValue) {
523 llvm::cast<Mips64GOTEntry>(entry)->setValue(pValue);
538 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) {
539 return new Mips64GOTEntry(pValue, pParent);
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclinit.swg 55 obj = SWIG_NewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0);
58 obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
assembly_grammar.h 80 // On success, the value is written to pValue, and SPV_SUCCESS is returned.
84 const char* textValue, uint32_t* pValue) const;
  /external/pdfium/xfa/fxfa/
cxfa_ffwidgethandler.cpp 324 CXFA_Node* pValue = CreateCopyNode(XFA_Element::Value, pCaption);
325 CXFA_Node* pText = CreateCopyNode(XFA_Element::Text, pValue);
565 CXFA_Node* pValue = CreateCopyNode(XFA_Element::Value, pParent);
566 CreateCopyNode(eValue, pValue);
567 return pValue;
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttl.c 75 static EAS_RESULT RTTTL_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
80 static EAS_RESULT RTTTL_GetNumber (EAS_HW_DATA_HANDLE hwInstData, S_RTTTL_DATA *pData, EAS_I32 *pValue);
82 static EAS_RESULT RTTTL_GetNextChar (EAS_HW_DATA_HANDLE hwInstData, S_RTTTL_DATA *pData, EAS_I8 *pValue);
83 static EAS_RESULT RTTTL_PeekNextChar (EAS_HW_DATA_HANDLE hwInstData, S_RTTTL_DATA *pData, EAS_I8 *pValue);
744 static EAS_RESULT RTTTL_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
753 *pValue = EAS_FILE_RTTTL;
759 *pValue = pData->transposition;
764 *pValue = (EAS_I32) pData->pSynth;
768 *pValue = RTTTL_GAIN_OFFSET;
931 static EAS_RESULT RTTTL_GetNumber (EAS_HW_DATA_HANDLE hwInstData, S_RTTTL_DATA *pData, EAS_I32 *pValue)
    [all...]
eas_chorus.c 44 static EAS_RESULT ChorusGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
421 * *pValue - pointer to variable to hold retrieved value
430 static EAS_RESULT ChorusGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
439 *pValue = (EAS_I32) p->bypass;
442 *pValue = (EAS_I8) p->m_nCurrentChorus;
445 *pValue = (EAS_I32) p->m_nRate;
448 *pValue = (EAS_I32) p->m_nDepth;
451 *pValue = (EAS_I32) p->m_nLevel;
469 * *pValue - new paramter value
  /external/pdfium/fxjs/
cfxjse_context.cpp 196 auto pValue = pdfium::MakeUnique<CFXJSE_Value>(m_pIsolate);
201 pValue->ForceSetValue(hGlobalObject);
202 return pValue;

Completed in 759 milliseconds

<<111213141516171819