HomeSort by relevance Sort by last modified time
    Searched refs:userdata (Results 76 - 100 of 335) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/elfutils/0.153/libdwfl/
libdwfl.h 68 int (*find_elf) (Dwfl_Module *mod, void **userdata,
72 int (*find_debuginfo) (Dwfl_Module *mod, void **userdata,
83 int (*section_address) (Dwfl_Module *mod, void **userdata,
200 interesting details: *USERDATA is a location for storing your own
201 pointer, **USERDATA is initially null; *START and *END give the address
207 extern const char *dwfl_module_info (Dwfl_Module *mod, void ***userdata,
384 extern int dwfl_linux_proc_find_elf (Dwfl_Module *mod, void **userdata,
  /external/elfutils/elfutils/
libdwfl.h 68 int (*find_elf) (Dwfl_Module *mod, void **userdata,
72 int (*find_debuginfo) (Dwfl_Module *mod, void **userdata,
83 int (*section_address) (Dwfl_Module *mod, void **userdata,
200 interesting details: *USERDATA is a location for storing your own
201 pointer, **USERDATA is initially null; *START and *END give the address
207 extern const char *dwfl_module_info (Dwfl_Module *mod, void ***userdata,
384 extern int dwfl_linux_proc_find_elf (Dwfl_Module *mod, void **userdata,
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStream.h 47 void *userdata);
62 void *userdata,
76 static void dataNotifyCB(mm_camera_super_buf_t *recvd_frame, void *userdata);
QCameraThermalAdapter.cpp 151 void *userdata, void *data)
158 rc = instance.mCallback->thermalEvtHandle(lvl, userdata, data);
  /external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread.c 183 void *userdata; local
197 userdata = args->data;
204 *statusloc = userfunc(userdata);
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 87 void *userdata,
127 stream->s_config.userdata = userdata;
162 void *userdata,
183 stream->s_config.userdata = userdata;
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 87 void *userdata,
127 stream->s_config.userdata = userdata;
162 void *userdata,
183 stream->s_config.userdata = userdata;
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 89 void *userdata,
131 stream->s_config.userdata = userdata;
169 void *userdata,
190 stream->s_config.userdata = userdata;
  /device/asus/flo/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 150 void *userdata, void *data)
157 rc = instance.mCallback->thermalEvtHandle(lvl, userdata, data);
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 150 void *userdata, void *data)
157 rc = instance.mCallback->thermalEvtHandle(lvl, userdata, data);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 68 * - 'desired->userdata' is passed as the first parameter to your callback
91 void (SDLCALL *callback)(void *userdata, Uint8 *stream, int len);
92 void *userdata; member in struct:SDL_AudioSpec
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 68 * - 'desired->userdata' is passed as the first parameter to your callback
91 void (SDLCALL *callback)(void *userdata, Uint8 *stream, int len);
92 void *userdata; member in struct:SDL_AudioSpec
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 68 * - 'desired->userdata' is passed as the first parameter to your callback
91 void (SDLCALL *callback)(void *userdata, Uint8 *stream, int len);
92 void *userdata; member in struct:SDL_AudioSpec
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 68 * - 'desired->userdata' is passed as the first parameter to your callback
91 void (SDLCALL *callback)(void *userdata, Uint8 *stream, int len);
92 void *userdata; member in struct:SDL_AudioSpec
  /development/ndk/platforms/android-13/include/android/
tts.h 105 // @param [inout] void *& - The userdata pointer set in the original
299 // @param userdata pointer to be returned when the call is invoked
308 void *userdata);
  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.h 71 void* userdata
mm_omx_jpeg_encoder.h 76 void* userdata,
  /external/chromium_org/build/android/
adb_device_functions.sh 111 fastboot $SERIAL erase userdata
  /external/chromium_org/third_party/libxml/src/
hash.c 284 * Free the hash @table and its contents. The userdata is
334 * @name: the name of the userdata
335 * @userdata: a pointer to the userdata
337 * Add the @userdata to the hash @table. This can later be retrieved
343 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) {
344 return(xmlHashAddEntry3(table, name, NULL, NULL, userdata));
350 * @name: the name of the userdata
351 * @name2: a second name of the userdata
352 * @userdata: a pointer to the userdat
    [all...]
  /external/chromium_org/v8/src/third_party/vtune/
jitprofiling.h 278 typedef void (*iJIT_ModeChangedEx)(void *UserData, iJIT_ModeFlags Flags);
283 void JITAPI iJIT_RegisterCallbackEx(void *userdata,
  /external/libxml2/
hash.c 316 * Free the hash @table and its contents. The userdata is
366 * @name: the name of the userdata
367 * @userdata: a pointer to the userdata
369 * Add the @userdata to the hash @table. This can later be retrieved
375 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) {
376 return(xmlHashAddEntry3(table, name, NULL, NULL, userdata));
382 * @name: the name of the userdata
383 * @name2: a second name of the userdata
384 * @userdata: a pointer to the userdat
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.h 239 typedef void (*iJIT_ModeChangedEx)(void *UserData, iJIT_ModeFlags Flags);
244 void JITAPI iJIT_RegisterCallbackEx(void *userdata,
  /external/svox/pico/compat/include/
TtsEngine.h 57 // @param [inout] void *& - The userdata pointer set in the original
231 // @param userdata pointer to be returned when the call is invoked
236 size_t bufferSize, void *userdata);
  /external/svox/pico/compat/jni/
tts.h 106 // @param [inout] void *& - The userdata pointer set in the original
300 // @param userdata pointer to be returned when the call is invoked
309 void *userdata);
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/android/
tts.h 105 // @param [inout] void *& - The userdata pointer set in the original
299 // @param userdata pointer to be returned when the call is invoked
308 void *userdata);

Completed in 776 milliseconds

1 2 34 5 6 7 8 91011>>