Home
last modified time | relevance | path

Searched refs:bluetooth_device (Results 1 – 3 of 3) sorted by relevance

/system/bt/audio_bluetooth_hw/
Daudio_bluetooth_hw.cc46 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(dev); in adev_set_parameters() local
47 std::lock_guard<std::mutex> guard(bluetooth_device->mutex_); in adev_set_parameters()
48 for (auto sout : bluetooth_device->opened_stream_outs_) { in adev_set_parameters()
105 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(device); in adev_close() local
106 delete bluetooth_device; in adev_close()
Dstream_apis.cc688 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(dev); in adev_open_output_stream() local
689 std::lock_guard<std::mutex> guard(bluetooth_device->mutex_); in adev_open_output_stream()
690 bluetooth_device->opened_stream_outs_.push_back(out); in adev_open_output_stream()
705 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(dev); in adev_close_output_stream() local
706 std::lock_guard<std::mutex> guard(bluetooth_device->mutex_); in adev_close_output_stream()
707 bluetooth_device->opened_stream_outs_.remove(out); in adev_close_output_stream()
/system/bt/binder/
DAndroid.bp9 "android/bluetooth/bluetooth_device.cc",