HomeSort by relevance Sort by last modified time
    Searched full:sbluetoothavrcpinterface (Results 1 - 1 of 1) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 36 static const btrc_interface_t *sBluetoothAvrcpInterface = NULL;
190 if (sBluetoothAvrcpInterface !=NULL) {
192 sBluetoothAvrcpInterface->cleanup();
193 sBluetoothAvrcpInterface = NULL;
202 if ( (sBluetoothAvrcpInterface = (btrc_interface_t *)
208 if ( (status = sBluetoothAvrcpInterface->init(&sBluetoothAvrcpCallbacks)) !=
211 sBluetoothAvrcpInterface = NULL;
226 if (sBluetoothAvrcpInterface !=NULL) {
227 sBluetoothAvrcpInterface->cleanup();
228 sBluetoothAvrcpInterface = NULL
    [all...]

Completed in 82 milliseconds