HomeSort by relevance Sort by last modified time
    Searched refs:sBluetoothA2dpInterface (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 32 static const btav_interface_t *sBluetoothA2dpInterface = NULL;
118 if ( (sBluetoothA2dpInterface = (btav_interface_t *)
128 if ( (status = sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks)) != BT_STATUS_SUCCESS) {
130 sBluetoothA2dpInterface = NULL;
146 if (sBluetoothA2dpInterface !=NULL) {
148 sBluetoothA2dpInterface->cleanup();
149 sBluetoothA2dpInterface = NULL;
158 if ( (sBluetoothA2dpInterface = (btav_interface_t *)
164 if ( (status = sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks)) != BT_STATUS_SUCCESS) {
166 sBluetoothA2dpInterface = NULL
    [all...]
com_android_bluetooth_a2dp_sink.cpp 33 static const btav_interface_t *sBluetoothA2dpInterface = NULL;
152 if (sBluetoothA2dpInterface !=NULL) {
154 sBluetoothA2dpInterface->cleanup();
155 sBluetoothA2dpInterface = NULL;
164 if ( (sBluetoothA2dpInterface = (btav_interface_t *)
170 if ( (status = sBluetoothA2dpInterface->init(&sBluetoothA2dpCallbacks)) != BT_STATUS_SUCCESS) {
172 sBluetoothA2dpInterface = NULL;
188 if (sBluetoothA2dpInterface !=NULL) {
189 sBluetoothA2dpInterface->cleanup();
190 sBluetoothA2dpInterface = NULL
    [all...]

Completed in 668 milliseconds