HomeSort by relevance Sort by last modified time
    Searched refs:pValue (Results 26 - 50 of 295) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.cpp 70 bool getValue (const char* name, char* pValue, size_t len) const;
73 bool getValue (const char* name, char* pValue, long len, long* readlen) const;
464 bool CNxpNfcConfig::getValue (const char* name, char* pValue, size_t len) const
472 memset (pValue, 0, len);
473 memcpy (pValue, pParam->str_value (), pParam->str_len ());
479 bool CNxpNfcConfig::getValue (const char* name, char* pValue, long len,long* readlen) const
489 memset (pValue, 0, len);
490 memcpy (pValue, pParam->str_value (), pParam->str_len ());
790 extern "C" int GetNxpStrValue (const char* name, char* pValue, unsigned long len)
794 return rConfig.getValue (name, pValue, len)
    [all...]
phNxpConfig.h 27 int GetNxpByteArrayValue (const char* name, char* pValue, long bufflen, long *len);
  /frameworks/compile/mclinker/include/mcld/Script/
Operand.h 71 void setValue(uint64_t pValue) { m_Value = pValue; }
95 explicit IntOperand(uint64_t pValue);
102 void setValue(uint64_t pValue) { m_Value = pValue; }
109 static IntOperand* create(uint64_t pValue);
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 55 LDSymbol::ValueType pValue) const = 0;
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 43 virtual void setValue(uint64_t pTag, uint64_t pValue) = 0;
72 inline void setValue(uint64_t pTag, uint64_t pValue);
103 inline void setValue(uint64_t pTag, uint64_t pValue);
166 void applyOne(uint64_t pTag, uint64_t pValue);
PLT.h 31 void setValue(unsigned char* pValue) { m_pValue = pValue; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 162 virtual HRESULT WINAPI GetSaved(__LONG32 *pValue) = 0;
164 virtual HRESULT WINAPI GetDefaultTabStop(float *pValue) = 0;
192 HRESULT (WINAPI *GetSaved)(ITextDocument *This,__LONG32 *pValue);
194 HRESULT (WINAPI *GetDefaultTabStop)(ITextDocument *This,float *pValue);
224 #define ITextDocument_GetSaved(This,pValue) (This)->lpVtbl->GetSaved(This,pValue)
226 #define ITextDocument_GetDefaultTabStop(This,pValue) (This)->lpVtbl->GetDefaultTabStop(This,pValue)
249 HRESULT WINAPI ITextDocument_GetSaved_Proxy(ITextDocument *This,__LONG32 *pValue);
253 HRESULT WINAPI ITextDocument_GetDefaultTabStop_Proxy(ITextDocument *This,float *pValue);
    [all...]
  /frameworks/wilhelm/src/android/
android_Effect.cpp 200 int32_t param, int32_t param2, void *pValue)
216 memcpy(pValue, p->data + p->psize, p->vsize);
226 int32_t param, int32_t param2, void *pValue)
238 memcpy(p->data + p->psize, pValue, p->vsize);
249 int32_t param, void *pValue) {
252 pValue, bb_valueSize(param));
257 int32_t param, void *pValue) {
260 pValue, bb_valueSize(param));
352 int32_t param, void *pValue) {
355 pValue, virt_valueSize(param))
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c 45 static void DLS_UpdateEnvelope (S_SYNTH_VOICE *pVoice, S_SYNTH_CHANNEL *pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState);
467 static void DLS_UpdateEnvelope (S_SYNTH_VOICE *pVoice, S_SYNTH_CHANNEL *pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState)
476 *pValue = 0;
499 *pValue = SYNTH_FULL_SCALE_EG1_GAIN;
503 if (*pValue < SYNTH_FULL_SCALE_EG1_GAIN)
505 temp = *pValue + *pIncrement;
506 *pValue = (EAS_I16) (temp < SYNTH_FULL_SCALE_EG1_GAIN ? temp : SYNTH_FULL_SCALE_EG1_GAIN);
540 // *pValue = pEnvParams->sustainLevel;
544 if (*pValue > pEnvParams->sustainLevel)
546 temp = *pValue - *pIncrement
    [all...]
eas_effects.h 40 EAS_RESULT (*pFGetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
49 EAS_RESULT (*pFGetParam)(EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
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...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 58 bool getValue(const char* name, char* pValue, size_t& len) const;
400 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const
408 memset(pValue, 0, len);
411 memcpy(pValue, pParam->str_value(), len);
647 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long l)
652 bool b = rConfig.getValue(name, pValue, len);
665 extern "C" int GetNumValue(const char* name, void* pValue, unsigned long len)
667 if (!pValue)
688 *(static_cast<unsigned long*>(pValue)) = (unsigned long)v;
691 *(static_cast<unsigned short*>(pValue)) = (unsigned short)v
    [all...]
  /external/libnfc-nci/src/adaptation/
config.cpp 58 bool getValue(const char* name, char* pValue, size_t& len) const;
415 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const
423 memset(pValue, 0, len);
426 memcpy(pValue, pParam->str_value(), len);
662 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long l)
667 bool b = rConfig.getValue(name, pValue, len);
680 extern "C" int GetNumValue(const char* name, void* pValue, unsigned long len)
682 if (!pValue)
703 *(static_cast<unsigned long*>(pValue)) = (unsigned long)v;
706 *(static_cast<unsigned short*>(pValue)) = (unsigned short)v
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeBase.h 109 explicit Node(const value_type& pValue) : NodeBase(), data(&pValue) {}
  /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/lib/Target/AArch64/
AArch64RelocationHelpers.h 20 static inline bool helper_check_signed_overflow(Relocator::DWord pValue,
24 int64_t signed_val = static_cast<int64_t>(pValue);
33 Relocator::Address pValue) {
34 return (pValue & ~(Relocator::Address)0xFFF);
38 Relocator::Address pValue) {
39 return (pValue & (Relocator::Address)0xFFF);
42 static inline uint32_t get_mask(uint32_t pValue) {
43 return ((1u << (pValue)) - 1);
  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.h 51 inline void setValue(unsigned pValue) { m_Value = pValue; }
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 36 static void construct(value_type* pPtr, const value_type& pValue) {
37 new (pPtr) value_type(pValue);
72 static void construct(value_type* pPtr, const value_type& pValue) {
73 new (pPtr) value_type(pValue);
115 // pPtr, and using its copy constructor to initialized its value to pValue.
118 // @param pValue the value to be constructed
119 void construct(pointer pPtr, const_reference pValue) {
120 chunk_type::construct(pPtr, pValue);
125 // pValue.
342 void construct(pointer pObject, const DataType& pValue) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.cpp 124 FX_BOOL XFA_GetAttributeDefaultValue(void*& pValue,
137 pValue = pInfo->pDefValue;
143 pValue = pAttr->pValue;
152 void* pValue;
153 if (XFA_GetAttributeDefaultValue(pValue, eElement, eAttribute,
155 return (XFA_ATTRIBUTEENUM)(uintptr_t)pValue;
162 void* pValue;
163 if (XFA_GetAttributeDefaultValue(pValue, eElement, eAttribute,
165 return (const FX_WCHAR*)pValue;
    [all...]
  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties_parser.c 256 uint8_t* pValue;
285 &pValue,
312 if (pValue == NULL)
371 memcpy(pValueZ, pValue, nValueLength);
383 pProperty->pValue=pValueZ;
408 char* p=pProperty->pValue;
416 _strupr(pProperty->pValue);
418 memcpy(pService->sNode.pName,pProperty->pValue,nValueLength+1);
420 if (!libUUIDFromString((const uint8_t*)pProperty->pValue,&pService->sUUID))
555 return pProperty->pValue;
    [all...]
  /external/libnfc-nci/halimpl/pn54x/utils/
phNxpConfig.h 49 int GetNxpByteArrayValue(const char* name, char* pValue,long bufflen, long *len);
  /external/pdfium/xfa/src/fxjse/src/
class.h 27 CFXJSE_Value* pValue,
context.h 21 void GetGlobalObject(CFXJSE_Value* pValue);
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 128 uint64_t ELFReaderIF::getSymValue(uint64_t pValue,
135 return pValue;
146 return pValue;
151 return pValue;
  /external/libnfc-nxp/src/
phFriNfc_LlcpUtils.h 71 uint8_t *pValue);
77 uint8_t *pValue);

Completed in 1034 milliseconds

12 3 4 5 6 7 8 91011>>