OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chnl
(Results
1 - 11
of
11
) sorted by null
/external/bluetooth/bluedroid/bta/include/
bta_av_ci.h
49
BTA_API extern void bta_av_ci_src_data_ready(tBTA_AV_CHNL
chnl
);
bta_av_api.h
266
tBTA_AV_CHNL
chnl
; /* audio/video */
member in struct:__anon2640
279
tBTA_AV_CHNL
chnl
;
member in struct:__anon2641
290
tBTA_AV_CHNL
chnl
;
member in struct:__anon2642
297
tBTA_AV_CHNL
chnl
;
member in struct:__anon2643
307
tBTA_AV_CHNL
chnl
;
member in struct:__anon2644
316
tBTA_AV_CHNL
chnl
;
member in struct:__anon2645
324
tBTA_AV_CHNL
chnl
;
member in struct:__anon2646
333
tBTA_AV_CHNL
chnl
;
member in struct:__anon2647
427
tBTA_AV_CHNL
chnl
;
member in union:__anon2657
550
BTA_API void BTA_AvRegister(tBTA_AV_CHNL
chnl
, const char *p_service_name
[
all
...]
/external/bluetooth/bluedroid/bta/av/
bta_av_ci.c
45
void bta_av_ci_src_data_ready(tBTA_AV_CHNL
chnl
)
51
p_buf->layer_specific =
chnl
;
bta_av_main.c
335
static tBTA_AV_SCB * bta_av_alloc_scb(tBTA_AV_CHNL
chnl
)
341
if(
chnl
== BTA_AV_CHNL_VIDEO)
358
else if(
chnl
!= BTA_AV_CHNL_AUDIO)
360
APPL_TRACE_ERROR1("bad channel: %d",
chnl
);
376
p_ret->
chnl
=
chnl
;
377
p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) |
chnl
);
484
registr.
chnl
= (tBTA_AV_CHNL)p_data->hdr.layer_specific;
487
p_scb = bta_av_alloc_scb(registr.
chnl
);
564
if(registr.
chnl
== BTA_AV_CHNL_AUDIO
695
UINT8
chnl
= (UINT8)p_data->hdr.layer_specific;
local
[
all
...]
bta_av_aact.c
732
start.
chnl
= p_scb->
chnl
;
757
av_open.
chnl
= p_scb->
chnl
;
[
all
...]
bta_av_act.c
108
if(bta_av_cb.features & BTA_AV_FEAT_RCCT && p_scb->
chnl
== BTA_AV_CHNL_AUDIO) */
[
all
...]
bta_av_api.c
114
void BTA_AvRegister(tBTA_AV_CHNL
chnl
, const char *p_service_name, UINT8 app_id)
121
p_buf->hdr.layer_specific =
chnl
;
bta_av_int.h
479
tBTA_AV_CHNL
chnl
; /* the channel: audio/video */
member in struct:__anon2422
480
tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|
chnl
) */
/external/bluetooth/bluedroid/stack/avrc/
avrc_bld_tg.c
728
UINT16 offset = AVRC_MSG_PASS_THRU_OFFSET,
chnl
= AVCT_DATA_CTRL, len=AVRC_META_CMD_POOL_SIZE;
local
760
p_pkt->layer_specific =
chnl
;
/external/bluetooth/bluedroid/stack/include/
uipc_msg.h
797
UINT8
chnl
; /* the channel: audio/video */
member in struct:__anon3453
801
UINT8 hndl; /* the handle: ((hdi + 1)|
chnl
) */
/external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c
2919
struct hostapd_channel_data *
chnl
;
local
[
all
...]
Completed in 635 milliseconds