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

<<111213141516171819

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winreg.h 75 __MINGW_TYPEDEF_AW(PVALUE)
shldisp.h     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 128 void *pvalue;
    [all...]
  /external/aac/libPCMutils/include/
pcmdmx_lib.h 353 * @param[out] pValue Pointer to buffer receiving the parameter value.
357 INT *const pValue);
  /external/ply/ply/example/BASIC/
basinterp.py 357 def eval_func(pvalue, name=pname, self=self, expr=expr):
358 self.assign((pname, None, None), pvalue)
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 333 int Reverb_setParameter (reverb_object_t *pReverb, int32_t param, uint32_t size, void *pValue);
334 int Reverb_getParameter(reverb_object_t *pReverb, int32_t param, uint32_t *pSize, void *pValue);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 142 bool AudioSfDecoder::getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue) {
153 *pValue = mPcmFormatValues[index];
AudioPlayer_to_android.cpp     [all...]
  /system/tpm/attestation/server/
pkcs11_key_store.cc 120 attribute.pValue = string_as_array(key_data);
538 attribute.pValue = string_as_array(key_name);
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java     [all...]
  /external/pdfium/fxjs/
cjs_document.cpp 545 v8::Local<v8::Value> pValue = pRuntime->GetObjectProperty(pObj, L"cURL");
546 if (!pValue.IsEmpty())
547 strURL = pRuntime->ToWideString(pValue);
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_public.c 117 * pValue - pointer to variable to receive current setting
120 EAS_RESULT EAS_GetStreamParameter (S_EAS_DATA *pEASData, EAS_HANDLE pStream, EAS_I32 param, EAS_I32 *pValue)
126 return (*pParserModule->pfGetData)(pEASData, pStream->handle, param, pValue);
227 EAS_RESULT EAS_IntGetStrmParam (S_EAS_DATA *pEASData, EAS_HANDLE pStream, EAS_INT param, EAS_I32 *pValue)
232 if (EAS_GetStreamParameter(pEASData, pStream, param, pValue) == EAS_SUCCESS)
246 return VMGetPolyphony(pEASData->pVoiceMgr, pSynth, pValue);
249 return VMGetPriority(pEASData->pVoiceMgr, pSynth, pValue);
252 VMGetTranposition(pSynth, pValue);
256 *pValue = VMGetNoteCount(pSynth);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 155 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
lvm.c 267 case LUA_TLIGHTUSERDATA: return pvalue(t1) == pvalue(t2);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
misc.c     [all...]
gen.c     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffnotify.cpp 68 const wchar_t* pValue,
  /external/syslinux/com32/lua/src/
lobject.h 155 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
lvm.c 290 case LUA_TLIGHTUSERDATA: return pvalue(t1) == pvalue(t2);
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlrun.swg 437 void *pvalue;
  /external/libpcap/
pcap-tc.c 61 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceQueryFeature) (TC_INSTANCE instance, ULONG feature, PULONG pValue);
74 typedef TC_STATUS (TC_CALLCONV *TcFcnStatisticsQueryValue) (TC_STATISTICS statistics, ULONG counterId, PULONGLONG pValue);
    [all...]
  /external/strace/
util.c 1095 read_int_from_file(struct tcb *tcp, const char *const fname, int *const pvalue)
1126 *pvalue = (int) lval;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 4655 PyObject *ptype, *pvalue, *ptraceback; local
    [all...]

Completed in 1424 milliseconds

<<111213141516171819