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

1 2 3

  /prebuilts/misc/common/swig/include/2.0.11/
runtime.swg 13 SWIG_TypeQuery(SWIG_MODULE_CLIENTDATA_TYPE clientdata, const char *name) {
14 swig_module_info *module = SWIG_GetModule(clientdata);
19 SWIG_MangledTypeQuery(SWIG_MODULE_CLIENTDATA_TYPE clientdata, const char *name) {
20 swig_module_info *module = SWIG_GetModule(clientdata);
swiginit.swg 55 SWIG_InitializeModule(void *clientdata) {
72 module_head = SWIG_GetModule(clientdata);
76 SWIG_SetModule(clientdata, &swig_module);
121 /* Overwrite clientdata field */
125 if (swig_module.type_initial[i]->clientdata) {
126 type->clientdata = swig_module.type_initial[i]->clientdata;
201 /* This function will propagate the clientdata field of type to
204 * SWIG_TypeClientData(type, clientdata) a second time.
216 if (swig_module.types[i]->clientdata) {
    [all...]
swigrun.swg 191 void *clientdata; /* language specific type data */
192 int owndata; /* flag if the structure owns the clientdata */
212 void *clientdata; /* Language specific module data */
368 Set the clientdata field for a type
371 SWIG_TypeClientData(swig_type_info *ti, void *clientdata) {
373 /* if (ti->clientdata == clientdata) return; */
374 ti->clientdata = clientdata;
379 if (!tc->clientdata) {
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/pike/
pikerun.swg 32 #define SWIG_GetModule(clientdata) SWIG_Pike_GetModule(clientdata)
33 #define SWIG_SetModule(clientdata, pointer) SWIG_Pike_SetModule(pointer)
36 static swig_module_info *SWIG_Pike_GetModule(void *SWIGUNUSEDPARM(clientdata)) {
52 pr = (struct program *) ty->clientdata;
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luaruntime.swg 58 if (swig_types[i]->clientdata){
59 SWIG_Lua_init_base_class(L,(swig_lua_class*)(swig_types[i]->clientdata));
64 if (swig_types[i]->clientdata){
65 SWIG_Lua_class_register(L,(swig_lua_class*)(swig_types[i]->clientdata));
  /external/curl/lib/
share.h 46 void *clientdata; member in struct:Curl_share
share.c 162 share->clientdata = ptr;
183 share->clientdata);
187 share->unlockfunc(NULL, CURL_LOCK_DATA_SHARE, share->clientdata);
209 share->unlockfunc(NULL, CURL_LOCK_DATA_SHARE, share->clientdata);
227 share->lockfunc(data, type, accesstype, share->clientdata);
244 share->unlockfunc (data, type, share->clientdata);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
message_queue.h 45 void *clientdata; member in struct:video_msgq
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
queue.h 45 void *clientdata; member in struct:video_msgq
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
message_queue.h 44 void *clientdata; member in struct:video_msgq
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
queue.h 44 void *clientdata; member in struct:video_msgq
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
message_queue.h 44 void *clientdata; member in struct:video_msgq
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
queue.h 44 void *clientdata; member in struct:video_msgq
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
message_queue.h 44 void *clientdata; member in struct:video_msgq
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
queue.h 44 void *clientdata; member in struct:video_msgq
  /prebuilts/misc/common/swig/include/2.0.11/php/
phprun.swg 82 #define SWIG_GetModule(clientdata) SWIG_Php_GetModule(clientdata)
83 #define SWIG_SetModule(clientdata, pointer) SWIG_Php_SetModule(pointer)
107 if (type->clientdata) {
109 if (! (*(int *)(type->clientdata)))
116 ZEND_REGISTER_RESOURCE(z, value, *(int *)(type->clientdata));
138 ZEND_REGISTER_RESOURCE(resource, value, *(int *)(type->clientdata));
255 static swig_module_info *SWIG_Php_GetModule(void *SWIGUNUSEDPARM(clientdata)) {
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclinit.swg 78 if (type->clientdata) {
79 swig_class* klass = (swig_class*) type->clientdata;
85 Tcl_SetHashValue(hashentry, (ClientData)meth->method);
126 swig_commands[i].clientdata, NULL);
131 (Tcl_VarTraceProc *) swig_variables[i].get, (ClientData) swig_variables[i].addr);
133 (Tcl_VarTraceProc *) swig_variables[i].set, (ClientData) swig_variables[i].addr);
tclapi.swg 26 typedef int (*swig_wrapper)(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST []);
27 typedef int (*swig_wrapper_func)(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST []);
28 typedef char *(*swig_variable_func)(ClientData, Tcl_Interp *, char *, char *, int);
29 typedef void (*swig_delete_func)(ClientData);
66 int (*wrapper)(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST []);
67 ClientData clientdata;
74 char * (*get)(ClientData, Tcl_Interp *, char *, char *, int);
75 char * (*set)(ClientData, Tcl_Interp *, char *, char *, int);
90 Tcl_SetHashValue(Tcl_CreateHashEntry(&swigconstTable, name, &newobj), (ClientData) obj)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyrun.swg 38 #define SWIG_GetModule(clientdata) SWIG_Ruby_GetModule(clientdata)
39 #define SWIG_SetModule(clientdata, pointer) SWIG_Ruby_SetModule(pointer)
179 if (type->clientdata) {
180 sklass = (swig_class *) type->clientdata;
227 swig_class *sklass = (swig_class *) type->clientdata;
283 if (ty && ty->clientdata) {
284 swig_class *sklass = (swig_class *) ty->clientdata;
303 if (ty->clientdata) {
304 if (rb_obj_is_kind_of(obj, ((swig_class *) (ty->clientdata))->klass))
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 650 enc_buffer.clientdata = (void *)encoder_context->ptr_outputbuffer [i];
658 DEBUG_PRINT ("\n Client Data on output = %p",(void *)enc_buffer.clientdata);
678 enc_buffer.clientdata = (void *)encoder_context->ptr_inputbuffer [i];
699 DEBUG_PRINT ("\n Client Data on output = %p",(void *)enc_buffer.clientdata);
842 tempbuffer = (struct venc_bufferpayload *)queueitem->clientdata;
862 enc_buffer.clientdata = (void *)tempbuffer;
887 tempbuffer = (struct venc_bufferpayload *)queueitem->clientdata;
905 enc_buffer.clientdata = (void *)tempbuffer;
989 queueitem.clientdata = NULL;
996 queueitem.clientdata = (void *)venc_msg.buf.clientdata
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
chickenrun.swg 39 #define SWIG_GetModule(clientdata) SWIG_Chicken_GetModule(clientdata)
40 #define SWIG_SetModule(clientdata, pointer) SWIG_Chicken_SetModule(pointer)
82 if (t && t->clientdata && ((swig_chicken_clientdata *)t->clientdata)->gc_proxy_create) { \
83 func = CHICKEN_gc_root_ref( ((swig_chicken_clientdata *)t->clientdata)->gc_proxy_create); \
229 cdata = (swig_chicken_clientdata *) type->clientdata;
243 swig_chicken_clientdata *cdata = (swig_chicken_clientdata *) type->clientdata;
312 SWIG_Chicken_GetModule(void *SWIGUNUSEDPARM(clientdata)) {
  /prebuilts/misc/common/swig/include/2.0.11/guile/
guile_scm_run.swg 79 static swig_module_info *SWIG_Guile_GetModule(void *SWIGUNUSEDPARM(clientdata));
80 #define SWIG_GetModule(clientdata) SWIG_Guile_GetModule(clientdata)
81 #define SWIG_SetModule(clientdata, pointer) SWIG_Guile_SetModule(pointer)
126 swig_guile_clientdata *cdata = (swig_guile_clientdata *) type->clientdata;
372 if (type->clientdata && ((swig_guile_clientdata *)type->clientdata)->destroy)
373 ((swig_guile_clientdata *)type->clientdata)->destroy(A);
447 SWIG_Guile_GetModule(void *SWIGUNUSEDPARM(clientdata))
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocamldec.swg 111 #define SWIG_GetModule(clientdata) SWIG_Ocaml_GetModule(clientdata)
112 #define SWIG_SetModule(clientdata, pointer) SWIG_Ocaml_SetModule(pointer)
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
mzrun.swg 34 #define SWIG_GetModule(clientdata) SWIG_MzScheme_GetModule((Scheme_Env *)(clientdata))
35 #define SWIG_SetModule(clientdata, pointer) SWIG_MzScheme_SetModule((Scheme_Env *) (clientdata), pointer)
136 if (proxy->type->clientdata) {
137 ((Scheme_Prim *)proxy->type->clientdata)(1, (Scheme_Object **)&proxy);
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlrun.swg 43 #define SWIG_GetModule(clientdata) SWIG_Perl_GetModule(clientdata)
44 #define SWIG_SetModule(clientdata, pointer) SWIG_Perl_SetModule(pointer)
198 if (type->clientdata != NULL) {
199 return (const char*) type->clientdata;
480 SWIG_Perl_GetModule(void *SWIGUNUSEDPARM(clientdata)) {

Completed in 498 milliseconds

1 2 3