Searched refs:bluetooth_device (Results 1 – 3 of 3) sorted by relevance
46 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(dev); in adev_set_parameters() local47 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() local106 delete bluetooth_device; in adev_close()
688 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(dev); in adev_open_output_stream() local689 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() local706 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()
9 "android/bluetooth/bluetooth_device.cc",