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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp_sink.cpp33 static const btav_sink_interface_t* sBluetoothA2dpInterface = NULL; member in namespace:android
120 if (sBluetoothA2dpInterface != NULL) {
122 sBluetoothA2dpInterface->cleanup();
123 sBluetoothA2dpInterface = NULL;
132 sBluetoothA2dpInterface =
135 if (sBluetoothA2dpInterface == NULL) {
140 bt_status_t status = sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks);
143 sBluetoothA2dpInterface = NULL;
158 if (sBluetoothA2dpInterface != NULL) {
159 sBluetoothA2dpInterface
[all...]
H A Dcom_android_bluetooth_a2dp.cpp47 static const btav_source_interface_t* sBluetoothA2dpInterface = NULL; member in namespace:android
246 if (sBluetoothA2dpInterface != NULL) {
248 sBluetoothA2dpInterface->cleanup();
249 sBluetoothA2dpInterface = NULL;
270 sBluetoothA2dpInterface =
273 if (sBluetoothA2dpInterface == NULL) {
282 sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks, codec_priorities);
285 sBluetoothA2dpInterface = NULL;
297 if (sBluetoothA2dpInterface != NULL) {
298 sBluetoothA2dpInterface
[all...]

Completed in 1655 milliseconds