Home
last modified time | relevance | path

Searched refs:sBluetoothAvrcpInterface (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp61 static const btrc_ctrl_interface_t* sBluetoothAvrcpInterface = NULL; variable
726 if (sBluetoothAvrcpInterface != NULL) { in initNative()
728 sBluetoothAvrcpInterface->cleanup(); in initNative()
729 sBluetoothAvrcpInterface = NULL; in initNative()
738 sBluetoothAvrcpInterface = in initNative()
740 if (sBluetoothAvrcpInterface == NULL) { in initNative()
745 bt_status_t status = sBluetoothAvrcpInterface->init(&sBluetoothAvrcpCallbacks); in initNative()
749 sBluetoothAvrcpInterface = NULL; in initNative()
765 if (sBluetoothAvrcpInterface != NULL) { in cleanupNative()
766 sBluetoothAvrcpInterface->cleanup(); in cleanupNative()
[all …]