OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTRC_MAX_ELEM_ATTR_SIZE
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/include/hardware/
bt_rc.h
31
#define
BTRC_MAX_ELEM_ATTR_SIZE
8
212
uint32_t attrs[
BTRC_MAX_ELEM_ATTR_SIZE
];
/system/bt/btif/src/
btif_rc.cc
[
all
...]
/packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp
650
if (numAttr >
BTRC_MAX_ELEM_ATTR_SIZE
) {
723
if (numAttr >
BTRC_MAX_ELEM_ATTR_SIZE
) {
[
all
...]
Completed in 45 milliseconds