OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:register_notification_rsp
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp
349
if ((status = sBluetoothAvrcpInterface->
register_notification_rsp
(BTRC_EVT_PLAY_STATUS_CHANGED,
351
ALOGE("Failed
register_notification_rsp
play status, status: %d", status);
377
if ((status = sBluetoothAvrcpInterface->
register_notification_rsp
(BTRC_EVT_TRACK_CHANGE,
379
ALOGE("Failed
register_notification_rsp
track change, status: %d", status);
394
if ((status = sBluetoothAvrcpInterface->
register_notification_rsp
(BTRC_EVT_PLAY_POS_CHANGED,
396
ALOGE("Failed
register_notification_rsp
play position, status: %d", status);
/hardware/libhardware/include/hardware/
bt_rc.h
277
bt_status_t (*
register_notification_rsp
)(btrc_event_id_t event_id,
member in struct:__anon30774
/system/bt/btif/src/
btif_rc.c
1715
static bt_status_t
register_notification_rsp
(btrc_event_id_t event_id,
function
[
all
...]
Completed in 3384 milliseconds