OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_element_attr_rsp
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/include/hardware/
bt_rc.h
235
bt_status_t (*
get_element_attr_rsp
)( uint8_t num_attr, btrc_element_attr_val_t *p_attrs);
member in struct:__anon31073
/packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp
264
ALOGE("
get_element_attr_rsp
: number of attributes exceed maximum");
270
ALOGE("
get_element_attr_rsp
: not have enough memeory");
285
ALOGE("
get_element_attr_rsp
: GetStringUTFChars return NULL");
292
ALOGE("
get_element_attr_rsp
: string length exceed maximum");
308
if ((status = sBluetoothAvrcpInterface->
get_element_attr_rsp
(numAttr, pAttrs)) !=
310
ALOGE("Failed
get_element_attr_rsp
, status: %d", status);
/external/bluetooth/bluedroid/btif/src/
btif_rc.c
1170
static bt_status_t
get_element_attr_rsp
(uint8_t num_attr, btrc_element_attr_val_t *p_attrs)
function
[
all
...]
Completed in 84 milliseconds