OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bluetooth_plugin_desc
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluez/plugins/
builtin.h
23
extern struct
bluetooth_plugin_desc
__bluetooth_builtin_hciops;
24
static struct
bluetooth_plugin_desc
*__bluetooth_builtin[] = {
/external/bluetooth/bluez/src/
plugin.h
27
struct
bluetooth_plugin_desc
{
struct
37
struct
bluetooth_plugin_desc
__bluetooth_builtin_ ## name = { \
42
extern struct
bluetooth_plugin_desc
bluetooth_plugin_desc
\
44
struct
bluetooth_plugin_desc
bluetooth_plugin_desc
= { \
plugin.c
47
struct
bluetooth_plugin_desc
*desc;
58
static gboolean add_plugin(void *handle, struct
bluetooth_plugin_desc
*desc)
172
struct
bluetooth_plugin_desc
*desc;
192
desc = dlsym(handle, "
bluetooth_plugin_desc
");
Completed in 372 milliseconds