Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp_sink.cpp120 if (sBluetoothA2dpInterface != NULL) { in initNative()
122 sBluetoothA2dpInterface->cleanup(); in initNative()
123 sBluetoothA2dpInterface = NULL; in initNative()
132 sBluetoothA2dpInterface = in initNative()
135 if (sBluetoothA2dpInterface == NULL) { in initNative()
144 sBluetoothA2dpInterface = NULL; in initNative()
159 if (sBluetoothA2dpInterface != NULL) { in cleanupNative()
160 sBluetoothA2dpInterface->cleanup(); in cleanupNative()
161 sBluetoothA2dpInterface = NULL; in cleanupNative()
213 if (!sBluetoothA2dpInterface) return; in informAudioFocusStateNative()
[all …]
H A Dcom_android_bluetooth_a2dp.cpp303 sBluetoothA2dpInterface->cleanup(); in initNative()
304 sBluetoothA2dpInterface = nullptr; in initNative()
326 sBluetoothA2dpInterface = in initNative()
346 sBluetoothA2dpInterface = nullptr; in initNative()
362 sBluetoothA2dpInterface->cleanup(); in cleanupNative()
363 sBluetoothA2dpInterface = nullptr; in cleanupNative()
379 if (!sBluetoothA2dpInterface) { in connectA2dpNative()
404 if (!sBluetoothA2dpInterface) { in disconnectA2dpNative()
429 if (!sBluetoothA2dpInterface) { in setSilenceDeviceNative()
456 if (!sBluetoothA2dpInterface) { in setActiveDeviceNative()
[all …]