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

12 3

  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclrun.swg 33 #define SWIG_GetModule(clientdata) SWIG_Tcl_GetModule((Tcl_Interp *) (clientdata))
34 #define SWIG_SetModule(clientdata, pointer) SWIG_Tcl_SetModule((Tcl_Interp *) (clientdata), pointer)
289 SWIG_Tcl_ObjectDelete(ClientData clientData) {
290 swig_instance *si = (swig_instance *) clientData;
302 SWIG_Tcl_MethodCommand(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST _objv[]) {
304 swig_instance *inst = (swig_instance *) clientData;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg 48 #define SWIG_GetModule(clientdata) SWIG_Python_GetModule(clientdata)
49 #define SWIG_SetModule(clientdata, pointer) SWIG_Python_SetModule(pointer)
298 SwigPyClientData *data = (SwigPyClientData *)ty->clientdata;
304 SwigPyClientData *data = desc ? (SwigPyClientData *) desc->clientdata : 0;
481 cd = (SwigPyClientData*) SwigPyObject_stype->clientdata;
517 SwigPyClientData *data = ty ? (SwigPyClientData *) ty->clientdata : 0;
    [all...]
std_multimap.i 44 if (desc && desc->clientdata) {
pyinit.swg 408 cd = (SwigPyClientData*) SwigPyObject_stype->clientdata;
410 SwigPyObject_stype->clientdata = &SwigPyObject_clientdata;
std_map.i 141 if (desc && desc->clientdata) {
  /external/pdfium/third_party/libtiff/
tif_open.c 75 thandle_t clientdata,
121 TIFFErrorExt(clientdata, module, "%s: Out of memory (TIFF structure)", name);
132 tif->tif_clientdata = clientdata;
134 TIFFErrorExt(clientdata, module,
534 * Return open file's clientdata.
543 * Set open file's clientdata, and return previous value.
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 192 #define SWIG_GetModule(clientdata) SWIG_Lua_GetModule((lua_State*)(clientdata))
193 #define SWIG_SetModule(clientdata, pointer) SWIG_Lua_SetModule((lua_State*) (clientdata), pointer)
672 clss=(swig_lua_class*)usr->type->clientdata; /* get the class */
838 if (info) clss->bases[i] = (swig_lua_class *) info->clientdata;
923 if (type->clientdata) /* there is clientdata: so add the metatable */
925 SWIG_Lua_get_class_metatable(L,((swig_lua_class*)(type->clientdata))->name);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 831 tempbuffer = (struct vdec_bufferpayload *)queueitem->clientdata;
874 queueitem->clientdata;
875 DEBUG_PRINT("\n Value of client Data in VT %p",queueitem->clientdata);
1000 queueitem.clientdata = NULL;
1008 queueitem.clientdata = (void *)\
1032 queueitem.clientdata = (void *)outputframe;
1033 DEBUG_PRINT ("\n Client Data value Copy %p",queueitem.clientdata);
1040 queueitem.clientdata = NULL;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 776 tempbuffer = (struct vdec_bufferpayload *)queueitem->clientdata;
820 queueitem->clientdata;
821 DEBUG_PRINT("\n Value of client Data in VT %p",queueitem->clientdata);
937 queueitem.clientdata = NULL;
945 queueitem.clientdata = (void *)\
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_multimap.i 45 if (desc && desc->clientdata) {
std_map.i 118 if (desc && desc->clientdata) {
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_enc.h 300 void *clientdata; member in struct:venc_buffer
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_enc.h 501 void *clientdata; member in struct:venc_buffer
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_vidc_enc.h 326 void *clientdata; member in struct:venc_buffer
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_vidc_enc.h 552 void *clientdata; member in struct:venc_buffer
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_vidc_enc.h 326 void * clientdata; member in struct:venc_buffer
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_vidc_enc.h 552 void *clientdata; member in struct:venc_buffer
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_vidc_enc.h 326 void * clientdata; member in struct:venc_buffer
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_vidc_enc.h 552 void *clientdata; member in struct:venc_buffer
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_vidc_enc.h 326 void *clientdata; member in struct:venc_buffer
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_enc.h 552 void *clientdata; member in struct:venc_buffer
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 323 void *clientdata; /* language specific type data */ member in struct:swig_type_info
324 int owndata; /* flag if the structure owns the clientdata */
344 void *clientdata; /* Language specific module data */ member in struct:swig_module_info
500 Set the clientdata field for a type
503 SWIG_TypeClientData(swig_type_info *ti, void *clientdata) {
505 /* if (ti->clientdata == clientdata) return; */
506 ti->clientdata = clientdata;
511 if (!tc->clientdata) {
2531 SwigPyClientData *clientdata; local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocaml.swg 581 static swig_module_info *SWIG_Ocaml_GetModule(void *SWIGUNUSEDPARM(clientdata)) {
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octcontainer.swg 602 if (desc && desc->clientdata) {

Completed in 714 milliseconds

12 3