OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chnl
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/avrc/
avrc_bld_ct.c
129
UINT16 offset = 0,
chnl
= AVCT_DATA_CTRL, len=AVRC_META_CMD_POOL_SIZE;
local
153
p_pkt->layer_specific =
chnl
;
avrc_bld_tg.c
741
UINT16 offset = AVRC_MSG_PASS_THRU_OFFSET,
chnl
= AVCT_DATA_CTRL, len=AVRC_META_CMD_POOL_SIZE;
local
773
p_pkt->layer_specific =
chnl
;
/external/bluetooth/bluedroid/bta/av/
bta_av_main.c
343
static tBTA_AV_SCB * bta_av_alloc_scb(tBTA_AV_CHNL
chnl
)
349
if(
chnl
== BTA_AV_CHNL_VIDEO)
366
else if(
chnl
!= BTA_AV_CHNL_AUDIO)
368
APPL_TRACE_ERROR("bad channel: %d",
chnl
);
384
p_ret->
chnl
=
chnl
;
385
p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) |
chnl
);
541
registr.
chnl
= (tBTA_AV_CHNL)p_data->hdr.layer_specific;
544
p_scb = bta_av_alloc_scb(registr.
chnl
);
625
if(registr.
chnl
== BTA_AV_CHNL_AUDIO
780
UINT8
chnl
= (UINT8)p_data->hdr.layer_specific;
local
[
all
...]
bta_av_int.h
486
tBTA_AV_CHNL
chnl
; /* the channel: audio/video */
member in struct:__anon5083
487
tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|
chnl
) */
/external/bluetooth/bluedroid/bta/include/
bta_av_api.h
269
tBTA_AV_CHNL
chnl
; /* audio/video */
member in struct:__anon5354
282
tBTA_AV_CHNL
chnl
;
member in struct:__anon5355
294
tBTA_AV_CHNL
chnl
;
member in struct:__anon5356
301
tBTA_AV_CHNL
chnl
;
member in struct:__anon5357
311
tBTA_AV_CHNL
chnl
;
member in struct:__anon5358
320
tBTA_AV_CHNL
chnl
;
member in struct:__anon5359
328
tBTA_AV_CHNL
chnl
;
member in struct:__anon5360
337
tBTA_AV_CHNL
chnl
;
member in struct:__anon5361
431
tBTA_AV_CHNL
chnl
;
member in union:__anon5371
562
BTA_API void BTA_AvRegister(tBTA_AV_CHNL
chnl
, const char *p_service_name
[
all
...]
Completed in 1897 milliseconds