OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a2dp_thread
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluez/audio/
liba2dp.c
126
a2dp_command_t command; /* Current command for
a2dp_thread
*/
1033
static void*
a2dp_thread
(void *d)
function
1039
DBG("
a2dp_thread
started");
1040
prctl(PR_SET_NAME, (int)"
a2dp_thread
", 0, 0, 0);
1104
DBG("
a2dp_thread
finished");
1143
err = pthread_create(&data->thread, &attr,
a2dp_thread
, data);
Completed in 319 milliseconds