HomeSort by relevance Sort by last modified time
    Searched full:callback_thread (Results 1 - 25 of 53) sorted by null

1 2 3

  /system/bt/btcore/include/
module.h 60 // has finished, |callback| is called within the context of |callback_thread|
65 thread_t *callback_thread,
  /system/bt/btcore/src/
module.c 198 thread_t *callback_thread; // we don't own this thread member in struct:__anon73687
208 thread_t *callback_thread,
214 wrapper->callback_thread = callback_thread;
228 thread_post(wrapper->callback_thread, post_result_to_callback, wrapper);
  /bionic/libc/bionic/
posix_timers.cpp 64 pthread_t callback_thread; member in struct:PosixTimer
107 pthread_kill(timer->callback_thread, TIMER_SIGNAL);
158 int rc = pthread_create(&timer->callback_thread, &thread_attributes, __timer_thread_start, timer);
171 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread);
181 pthread_setname_np(timer->callback_thread, name);
  /device/google/dragon/audio/soundtrigger/
sound_trigger_hw.c 67 pthread_t callback_thread; member in struct:dragon_sound_trigger_device
399 pthread_join(stdev->callback_thread, (void **)NULL);
452 pthread_create(&stdev->callback_thread, (const pthread_attr_t *) NULL,
483 pthread_join(stdev->callback_thread, (void **)NULL);
  /device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c 68 pthread_t callback_thread; member in struct:flounder_sound_trigger_device
432 pthread_join(stdev->callback_thread, (void **)NULL);
480 pthread_create(&stdev->callback_thread, (const pthread_attr_t *) NULL,
511 pthread_join(stdev->callback_thread, (void **)NULL);
  /hardware/libhardware/modules/radio/
radio_hw.c 91 pthread_t callback_thread; member in struct:stub_radio_tuner
682 pthread_create(&rdev->tuner->callback_thread, (const pthread_attr_t *) NULL,
717 pthread_join(stub_tuner->callback_thread, (void **) NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmsystem.h 224 #define CALLBACK_THREAD (CALLBACK_TASK)
    [all...]
  /development/ndk/platforms/android-21/arch-arm/lib/
libc.a     [all...]
  /development/ndk/platforms/android-21/arch-arm64/lib/
libc.a     [all...]
  /development/ndk/platforms/android-21/arch-mips/lib/
libc.a     [all...]
  /development/ndk/platforms/android-21/arch-mips64/lib64/
libc.a     [all...]
  /development/ndk/platforms/android-21/arch-mips64/lib64r2/
libc.a     [all...]
  /development/ndk/platforms/android-21/arch-mips64/libr2/
libc.a     [all...]
  /development/ndk/platforms/android-21/arch-mips64/libr6/
libc.a     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/libr6/
libc.a     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/libr6/
libc.a     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/libr6/
libc.a     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/libr6/
libc.a     [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/libr6/
libc.a     [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/libr6/
libc.a     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/libr6/
libc.a     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/libr6/
libc.a     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/lib/
libc.a     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/lib/
libc.a     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/lib/
libc.a     [all...]

Completed in 2918 milliseconds

1 2 3