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

  /external/bluetooth/bluez/audio/
telephony-maemo6.c 113 struct csd_call { struct
205 static struct csd_call *find_call(const char *path)
210 struct csd_call *call = l->data;
219 static struct csd_call *find_non_held_call(void)
224 struct csd_call *call = l->data;
236 static struct csd_call *find_non_idle_call(void)
241 struct csd_call *call = l->data;
250 static struct csd_call *find_call_with_status(int status)
255 struct csd_call *call = l->data;
284 static int release_call(struct csd_call *call
    [all...]
telephony-maemo5.c 158 struct csd_call { struct
251 static struct csd_call *find_call(const char *path)
256 struct csd_call *call = l->data;
265 static struct csd_call *find_non_held_call(void)
270 struct csd_call *call = l->data;
282 static struct csd_call *find_non_idle_call(void)
287 struct csd_call *call = l->data;
296 static struct csd_call *find_call_with_status(int status)
301 struct csd_call *call = l->data;
330 static int release_call(struct csd_call *call
    [all...]

Completed in 45 milliseconds