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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp32 static const btav_interface_t *sBluetoothA2dpInterface = NULL; member in namespace:android
122 if (sBluetoothA2dpInterface !=NULL) {
124 sBluetoothA2dpInterface->cleanup();
125 sBluetoothA2dpInterface = NULL;
139 if ( (sBluetoothA2dpInterface = (btav_interface_t *)
145 if ( (status = sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks)) != BT_STATUS_SUCCESS) {
147 sBluetoothA2dpInterface = NULL;
160 if (sBluetoothA2dpInterface !=NULL) {
161 sBluetoothA2dpInterface->cleanup();
162 sBluetoothA2dpInterface
[all...]
H A Dcom_android_bluetooth_a2dp_sink.cpp33 static const btav_interface_t *sBluetoothA2dpInterface = NULL; member in namespace:android
148 if (sBluetoothA2dpInterface !=NULL) {
150 sBluetoothA2dpInterface->cleanup();
151 sBluetoothA2dpInterface = NULL;
160 if ( (sBluetoothA2dpInterface = (btav_interface_t *)
166 if ( (status = sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks)) != BT_STATUS_SUCCESS) {
168 sBluetoothA2dpInterface = NULL;
183 if (sBluetoothA2dpInterface !=NULL) {
184 sBluetoothA2dpInterface->cleanup();
185 sBluetoothA2dpInterface
[all...]

Completed in 2057 milliseconds