Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp56 static const btrc_ctrl_interface_t* sBluetoothAvrcpInterface = NULL; variable
829 if (sBluetoothAvrcpInterface != NULL) { in initNative()
831 sBluetoothAvrcpInterface->cleanup(); in initNative()
832 sBluetoothAvrcpInterface = NULL; in initNative()
841 sBluetoothAvrcpInterface = in initNative()
844 if (sBluetoothAvrcpInterface == NULL) { in initNative()
850 sBluetoothAvrcpInterface->init(&sBluetoothAvrcpCallbacks); in initNative()
854 sBluetoothAvrcpInterface = NULL; in initNative()
870 if (sBluetoothAvrcpInterface != NULL) { in cleanupNative()
871 sBluetoothAvrcpInterface->cleanup(); in cleanupNative()
[all …]