OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVRC_SUB_PAGE_SHIFT
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/avrc/
avrc_int.h
54
#define
AVRC_SUB_PAGE_SHIFT
4
avrc_opt.c
159
*p_data++ = ((page&AVRC_SUB_PAGE_MASK) <<
AVRC_SUB_PAGE_SHIFT
) | AVRC_SUB_EXT_CODE;
avrc_api.c
578
msg.sub.page = (*p_data++ >>
AVRC_SUB_PAGE_SHIFT
) & AVRC_SUB_PAGE_MASK;
[
all
...]
Completed in 69 milliseconds