HomeSort by relevance Sort by last modified time
    Searched refs:dhandle (Results 1 - 12 of 12) sorted by null

  /system/bt/stack/hid/
hidh_conn.c 52 static void hidh_conn_retry (UINT8 dhandle);
134 tHID_STATUS hidh_conn_disconnect (UINT8 dhandle)
136 tHID_CONN *p_hcon = &hh_cb.devices[dhandle].conn;
146 L2CA_SetIdleTimeoutByBdAddr(hh_cb.devices[dhandle].addr, 0, BT_TRANSPORT_BR_EDR);
300 uint8_t dhandle = PTR_TO_UINT(data); local
301 hidh_try_repage(dhandle);
313 void hidh_try_repage(UINT8 dhandle)
317 hidh_conn_initiate(dhandle);
319 device = &hh_cb.devices[dhandle];
322 hh_cb.callback(dhandle, device->addr, HID_HDEV_EVT_RETRYING
339 UINT8 dhandle; local
389 UINT8 dhandle; local
470 UINT8 dhandle; local
554 UINT8 dhandle; local
632 UINT8 dhandle; local
715 UINT8 dhandle; local
763 UINT8 dhandle; local
807 UINT8 dhandle; local
    [all...]
hidh_int.h 66 extern tHID_STATUS hidh_conn_snd_data(UINT8 dhandle, UINT8 trans_type, UINT8 param, \
70 extern tHID_STATUS hidh_conn_disconnect (UINT8 dhandle);
71 extern tHID_STATUS hidh_conn_initiate (UINT8 dhandle);
73 extern void hidh_try_repage(UINT8 dhandle);
  /toolchain/binutils/binutils-2.25/binutils/
rdcoff.c 145 void *dhandle)
158 pauxent, useaux, dhandle);
159 type = debug_make_pointer_type (dhandle, type);
164 pauxent, useaux, dhandle);
165 type = debug_make_function_type (dhandle, type, (debug_type *) NULL,
192 pauxent, FALSE, dhandle);
193 type = debug_make_array_type (dhandle, type,
198 NULL, dhandle),
220 return debug_make_indirect_type (dhandle, slot, (const char *) NULL);
233 pauxent, dhandle);
    [all...]
stabs.c 351 start_stab (void *dhandle ATTRIBUTE_UNUSED, bfd *abfd, bfd_boolean sections,
373 finish_stab (void *dhandle, void *handle)
380 if (! stab_emit_pending_vars (dhandle, info)
381 || ! debug_end_function (dhandle, info->function_end))
394 st->slot = debug_make_undefined_tagged_type (dhandle, st->name, kind);
405 parse_stab (void *dhandle, void *handle, int type, int desc, bfd_vma value,
417 if (! debug_set_filename (dhandle, info->so_string))
460 if (! debug_start_block (dhandle,
467 if (! stab_emit_pending_vars (dhandle, info))
481 if (! stab_emit_pending_vars (dhandle, info)
3635 void *dhandle; member in struct:stab_demangle_info
    [all...]
rddbg.c 49 void *dhandle; local
52 dhandle = debug_init ();
53 if (dhandle == NULL)
56 if (! read_section_stabs_debugging_info (abfd, syms, symcount, dhandle,
62 if (! read_symbol_stabs_debugging_info (abfd, syms, symcount, dhandle,
69 if (! read_ieee_debugging_info (abfd, dhandle, &found))
79 if (! parse_coff (abfd, syms, symcount, dhandle))
92 return dhandle;
99 void *dhandle, bfd_boolean *pfound)
154 shandle = start_stab (dhandle, abfd, TRUE, syms, symcount)
    [all...]
ieee.c 149 void *dhandle; member in struct:ieee_info
590 void *dhandle; local
598 dhandle = info->dhandle;
602 type = debug_make_pointer_type (dhandle,
616 type = debug_make_void_type (dhandle);
621 type = debug_make_void_type (dhandle);
626 type = debug_make_int_type (dhandle, 1, FALSE);
631 type = debug_make_int_type (dhandle, 1, TRUE);
636 type = debug_make_int_type (dhandle, 2, FALSE)
1386 void *dhandle; local
2087 void *dhandle; local
2541 void *dhandle; local
3267 void *dhandle; local
    [all...]
objcopy.c 1604 void *dhandle; local
    [all...]
objdump.c 3277 void *dhandle; local
    [all...]
prdbg.c 293 /* Print out the generic debugging information recorded in dhandle. */
296 print_debugging_info (FILE *f, void *dhandle, bfd *abfd, asymbol **syms,
318 return as_tags ? debug_write (dhandle, &tg_fns, (void *) & info)
319 : debug_write (dhandle, &pr_fns, (void *) & info);
    [all...]
wrstabs.c 457 write out the section contents. ABFD is the BFD and DHANDLE is the
463 write_stabs_in_sections_debugging_info (bfd *abfd, void *dhandle,
513 if (! debug_write (dhandle, &stab_fns, (void *) &info))
    [all...]
  /external/libvncserver/test/
tjunittest.c 339 tjhandle chandle=NULL, dhandle=NULL; local
347 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL)
361 decompTest(dhandle, dstBuf, size, w, h, pf, basename, subsamp,
364 decompTest(dhandle, dstBuf, size, w, h, pf+(TJPF_RGBA-TJPF_RGBX),
371 if(dhandle) tjDestroy(dhandle);
  /external/libjpeg-turbo/
tjunittest.c 550 tjhandle chandle=NULL, dhandle=NULL; local
560 if((chandle=tjInitCompress())==NULL || (dhandle=tjInitDecompress())==NULL)
575 decompTest(dhandle, dstBuf, size, w, h, pf, basename, subsamp,
580 decompTest(dhandle, dstBuf, size, w, h, pf+(TJPF_RGBA-TJPF_RGBX),
590 if(dhandle) tjDestroy(dhandle);

Completed in 210 milliseconds