HomeSort by relevance Sort by last modified time
    Searched refs:register_notification_rsp (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 350 if ((status = sBluetoothAvrcpInterface->register_notification_rsp(BTRC_EVT_PLAY_STATUS_CHANGED,
352 ALOGE("Failed register_notification_rsp play status, status: %d", status);
378 if ((status = sBluetoothAvrcpInterface->register_notification_rsp(BTRC_EVT_TRACK_CHANGE,
380 ALOGE("Failed register_notification_rsp track change, status: %d", status);
395 if ((status = sBluetoothAvrcpInterface->register_notification_rsp(BTRC_EVT_PLAY_POS_CHANGED,
397 ALOGE("Failed register_notification_rsp play position, status: %d", status);
  /hardware/libhardware/include/hardware/
bt_rc.h 247 bt_status_t (*register_notification_rsp)(btrc_event_id_t event_id, member in struct:__anon24756
  /system/bt/btif/src/
btif_rc.c 1369 static bt_status_t register_notification_rsp(btrc_event_id_t event_id, function
    [all...]

Completed in 267 milliseconds