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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp36 static const btrc_interface_t *sBluetoothAvrcpInterface = NULL; member in namespace:android
212 if (sBluetoothAvrcpInterface !=NULL) {
214 sBluetoothAvrcpInterface->cleanup();
215 sBluetoothAvrcpInterface = NULL;
224 if ( (sBluetoothAvrcpInterface = (btrc_interface_t *)
230 if ( (status = sBluetoothAvrcpInterface->init(&sBluetoothAvrcpCallbacks)) !=
233 sBluetoothAvrcpInterface = NULL;
248 if (sBluetoothAvrcpInterface !=NULL) {
249 sBluetoothAvrcpInterface->cleanup();
250 sBluetoothAvrcpInterface
[all...]
H A Dcom_android_bluetooth_avrcp_controller.cpp43 static const btrc_ctrl_interface_t *sBluetoothAvrcpInterface = NULL; member in namespace:android
478 if (sBluetoothAvrcpInterface !=NULL) {
480 sBluetoothAvrcpInterface->cleanup();
481 sBluetoothAvrcpInterface = NULL;
490 if ( (sBluetoothAvrcpInterface = (btrc_ctrl_interface_t *)
496 if ( (status = sBluetoothAvrcpInterface->init(&sBluetoothAvrcpCallbacks)) !=
499 sBluetoothAvrcpInterface = NULL;
514 if (sBluetoothAvrcpInterface !=NULL) {
515 sBluetoothAvrcpInterface->cleanup();
516 sBluetoothAvrcpInterface
[all...]

Completed in 49 milliseconds