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

1 2 3 4 56 7 8 91011>>

  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties.c 195 pPropVal = ((PROPERTY*)pNext)->pValue;
lib_manifest2.c 648 uint8_t* pValue;
662 &pValue,
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.c 195 pPropVal = ((PROPERTY*)pNext)->pValue;
lib_manifest2.c 648 uint8_t* pValue;
662 &pValue,
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_object.h 581 void* pValue,
586 void*& pValue);
602 void SetMapModuleValue(void* pKey, void* pValue);
603 FX_BOOL GetMapModuleValue(void* pKey, void*& pValue);
607 void* pValue,
611 void*& pValue,
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c 49 static EAS_RESULT ReverbGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
810 * *pValue - pointer to variable to hold retrieved value
819 static EAS_RESULT ReverbGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
828 *pValue = (EAS_I32) p->m_bBypass;
831 *pValue = (EAS_I8) p->m_nCurrentRoom;
834 *pValue = p->m_nWet;
837 *pValue = p->m_nDry;
855 * *pValue - new paramter value
    [all...]
eas_mdls.c 429 static EAS_RESULT Parse_cdl (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 size, EAS_U32 *pValue);
    [all...]
eas_imelody.c 132 static EAS_RESULT IMY_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
838 static EAS_RESULT IMY_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
848 *pValue = EAS_FILE_IMELODY;
852 *pValue = (EAS_I32) pData->pSynth;
856 *pValue = IMELODY_GAIN_OFFSET;
    [all...]
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 709 * pValue pointer to parameter value
721 int Downmix_setParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t size, void *pValue) {
725 pDownmixer, param, *(int16_t *)pValue, *(int32_t *)pValue);
735 value16 = *(int16_t *)pValue;
763 * pValue pointer to variable to hold retrieved value
767 * *pValue updated with parameter value
777 int Downmix_getParameter(downmix_object_t *pDownmixer, int32_t param, uint32_t *pSize, void *pValue) {
787 pValue16 = (int16_t *)pValue;
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.cpp 99 const ELFAttributeValue& pValue) {
109 assert((pValue.type() == ELFAttributeValue::String) &&
112 const std::string& data = pValue.getStringValue();
474 static void encode_secondary_compatibility_attribute(ELFAttributeValue& pValue,
477 pValue.setStringValue("");
481 pValue.setStringValue(std::string(new_value, sizeof(new_value)));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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...]
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...]
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_object.c 176 sItem.dataOffset = ((pTemplate1[i].pValue == NULL) ? 0 : nDataOffset);
182 if (pTemplate1[i].pValue != NULL)
185 memcpy(pBuffer + nDataOffset, (uint8_t*)pTemplate1[i].pValue, (uint32_t)pTemplate1[i].ulValueLen);
208 sItem.dataOffset = ((pTemplate2[i].pValue == NULL) ? 0 : nDataOffset);
214 if (pTemplate2[i].pValue != NULL)
217 memcpy(pBuffer + nDataOffset, (uint8_t*)pTemplate2[i].pValue, (uint32_t)pTemplate2[i].ulValueLen);
779 sOperation.params[1].tmpref.buffer = pTemplate[i].pValue;
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidgethandler.cpp 363 CXFA_Node* pValue = CreateCopyNode(XFA_ELEMENT_Value, pCaption);
364 CXFA_Node* pText = CreateCopyNode(XFA_ELEMENT_Text, pValue);
562 CXFA_Node* pValue = CreateCopyNode(XFA_ELEMENT_Value, pParent);
563 CreateCopyNode(eValue, pValue);
564 return pValue;
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 217 (parsed.attributes()[0].pValue &&
221 if (parsed.attributes()[0].pValue)
222 memcpy(parsed.attributes()[0].pValue, value.data(), value.size());
288 if (!array[i].pValue)
290 return std::string(reinterpret_cast<char*>(array[i].pValue),
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_lexer.cpp 42 FX_DOUBLE* pValue,
62 FX_DOUBLE* pValue,
65 *pValue = wcstod((wchar_t*)s, (wchar_t**)&pEnd);
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 828 static status_t parseValueWithUnit(const char* str, uint32_t* pValue) {
835 *pValue = value;
838 *pValue = value * 1000000; // check for overflow?
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 633 char *pValue = new char[strlen(value)+1];
634 strcpy(pValue, value);
635 pragmaValues[i] = pValue;
636 //ALOGE("Pragma %zu: Key: '%s' Value: '%s'", i, pKey, pValue);
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp     [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.cpp 598 IFDE_CSSValue* pValue,
600 if (pValue->GetType() == FDE_CSSVALUETYPE_Primitive) {
601 IFDE_CSSPrimitiveValue* pPrimitive = (IFDE_CSSPrimitiveValue*)pValue;
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 431 BinaryTree& join(TreeIteratorBase& pPosition, const DataType& pValue) {
433 node->data = const_cast<DataType*>(&pValue);
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 84 void ELFDynamic::applyOne(uint64_t pTag, uint64_t pValue) {
86 m_EntryList[m_Idx]->setValue(pTag, pValue);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 139 bool AudioSfDecoder::getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue) {
150 *pValue = mPcmFormatValues[index];

Completed in 5583 milliseconds

1 2 3 4 56 7 8 91011>>