HomeSort by relevance Sort by last modified time
    Searched defs:clientdata (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/media/mm-video/vidc/vdec/inc/
message_queue.h 45 void *clientdata; member in struct:video_msgq
  /hardware/qcom/media/mm-video/vidc/venc/inc/
queue.h 45 void *clientdata; member in struct:video_msgq
  /external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapTiger.c 77 void *clientdata; member in struct:swig_type_info
139 if (ti->clientdata) tc->clientdata = ti->clientdata;
264 Set the clientdata field for a type
267 SWIG_TypeClientDataTL(swig_type_info *tl, swig_type_info *ti, void *clientdata) {
269 if (ti->clientdata) return;
270 /* if (ti->clientdata == clientdata) return; */
271 ti->clientdata = clientdata
    [all...]
  /bionic/libc/kernel/common/linux/
msm_vidc_enc.h 292 void *clientdata; member in struct:venc_buffer

Completed in 220 milliseconds