HomeSort by relevance Sort by last modified time
    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:__anon24756
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 287 ALOGE("get_element_attr_rsp: number of attributes exceed maximum");
293 ALOGE("get_element_attr_rsp: not have enough memeory");
308 ALOGE("get_element_attr_rsp: GetStringUTFChars return NULL");
315 ALOGE("get_element_attr_rsp: string length exceed maximum");
331 if ((status = sBluetoothAvrcpInterface->get_element_attr_rsp(numAttr, pAttrs)) !=
333 ALOGE("Failed get_element_attr_rsp, status: %d", status);
  /system/bt/btif/src/
btif_rc.c 1324 static bt_status_t get_element_attr_rsp(uint8_t num_attr, btrc_element_attr_val_t *p_attrs) function
    [all...]

Completed in 75 milliseconds