OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:capture_thread
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/usb/tests/accessorytest/
audio.c
122
static void*
capture_thread
(void* arg)
function
127
fprintf(stderr, "
capture_thread
start\n");
160
fprintf(stderr, "
capture_thread
done\n");
216
pthread_create(&tid, NULL,
capture_thread
, NULL);
/hardware/qcom/audio/visualizer/
offload_visualizer.c
161
pthread_t
capture_thread
;
variable
463
thread_status = pthread_create(&
capture_thread
, (const pthread_attr_t *) NULL,
511
pthread_join(
capture_thread
, (void **) NULL);
[
all
...]
Completed in 211 milliseconds