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

  /system/bt/stack/hid/
hidh_conn.cc 48 static void hidh_conn_retry(uint8_t dhandle);
126 tHID_STATUS hidh_conn_disconnect(uint8_t dhandle) {
127 tHID_CONN* p_hcon = &hh_cb.devices[dhandle].conn;
136 L2CA_SetIdleTimeoutByBdAddr(hh_cb.devices[dhandle].addr, 0,
289 uint8_t dhandle = PTR_TO_UINT(data); local
290 hidh_try_repage(dhandle);
302 void hidh_try_repage(uint8_t dhandle) {
305 hidh_conn_initiate(dhandle);
307 device = &hh_cb.devices[dhandle];
310 hh_cb.callback(dhandle, device->addr, HID_HDEV_EVT_RETRYING
328 uint8_t dhandle; local
374 uint8_t dhandle; local
455 uint8_t dhandle; local
540 uint8_t dhandle; local
620 uint8_t dhandle; local
700 uint8_t dhandle; local
743 uint8_t dhandle; local
785 uint8_t dhandle; local
    [all...]
hidh_int.h 63 extern tHID_STATUS hidh_conn_snd_data(uint8_t dhandle, uint8_t trans_type,
68 extern tHID_STATUS hidh_conn_disconnect(uint8_t dhandle);
69 extern tHID_STATUS hidh_conn_initiate(uint8_t dhandle);
71 extern void hidh_try_repage(uint8_t dhandle);
  /toolchain/binutils/binutils-2.27/binutils/
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...]
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...]
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...]
prdbg.c 293 /* Print out the generic debugging information recorded in dhandle. */
296 print_debugging_info (FILE *f, void *dhandle, bfd *abfd, asymbol **syms,
319 return as_tags ? debug_write (dhandle, &tg_fns, (void *) & info)
320 : debug_write (dhandle, &pr_fns, (void *) & info);
    [all...]
objcopy.c 1812 void *dhandle; local
    [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...]
objdump.c 3400 void *dhandle; local
    [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);
  /external/python/cpython2/Mac/Demo/mlte/
mlted.py 85 dhandle = self.ted.TXNGetData(0, 0x7fffffff)
86 data = dhandle.data
  /external/python/cpython2/Mac/Demo/textedit/
ped.py 125 dhandle = self.ted.TEGetText()
126 data = dhandle.data

Completed in 403 milliseconds