OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:open_rsp
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluez/audio/
pcm_bluetooth.c
434
struct bt_open_rsp *
open_rsp
= (void *) buf;
local
456
open_rsp
->h.length = sizeof(*
open_rsp
);
457
err = audioservice_expect(data->server.fd, &
open_rsp
->h,
694
struct bt_open_rsp *
open_rsp
= (void *) buf;
local
716
open_rsp
->h.length = sizeof(*
open_rsp
);
717
err = audioservice_expect(data->server.fd, &
open_rsp
->h,
[
all
...]
ipctest.c
574
struct bt_open_rsp
open_rsp
;
member in union:__anon869
595
msg.
open_rsp
.h.length = sizeof(msg.
open_rsp
);
596
if (service_expect(u, &msg.
open_rsp
.h, BT_OPEN) < 0)
liba2dp.c
500
struct bt_open_rsp *
open_rsp
= (void *) buf;
local
517
open_rsp
->h.length = sizeof(*
open_rsp
);
518
err = audioservice_expect(data, &
open_rsp
->h, BT_OPEN);
gstavdtpsink.c
1037
struct bt_open_rsp *
open_rsp
= (void *) buf;
local
1079
open_rsp
->h.length = sizeof(*
open_rsp
);
1081
&
open_rsp
->h, BT_OPEN);
[
all
...]
Completed in 47 milliseconds