HomeSort by relevance Sort by last modified time
    Searched refs:AUDIO_HEADSET_INTERFACE (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluez/audio/
headset.h 25 #define AUDIO_HEADSET_INTERFACE "org.bluez.Headset"
main.c 93 device = manager_find_device(NULL, &src, &dst, AUDIO_HEADSET_INTERFACE,
headset.c 812 AUDIO_HEADSET_INTERFACE, "AnswerRequested",
857 AUDIO_HEADSET_INTERFACE, "CallTerminated",
989 AUDIO_HEADSET_INTERFACE, name,
994 AUDIO_HEADSET_INTERFACE, property,
    [all...]
unix.c 195 else if (!strcmp(interface, AUDIO_HEADSET_INTERFACE) && dev->headset)
1303 interface = AUDIO_HEADSET_INTERFACE;
1357 client->interface = g_strdup(AUDIO_HEADSET_INTERFACE);
1358 else if (!g_str_equal(client->interface, AUDIO_HEADSET_INTERFACE) &&
    [all...]
device.c 654 else if (!strcmp(interface, AUDIO_HEADSET_INTERFACE) && dev->headset &&
manager.c 1192 if (interface && !strcmp(AUDIO_HEADSET_INTERFACE, interface)

Completed in 592 milliseconds