Searched refs:sBluetoothAvrcpInterface (Results 1 – 1 of 1) sorted by relevance
61 static const btrc_ctrl_interface_t* sBluetoothAvrcpInterface = NULL; variable726 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 …]