mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
4c9d88c9a4
- Bug 1246051 - have MediaQueue<T>::Peek/PeekFront return a RefPtr<> to avoid dangling pointers per comment 0. r=gerald. (00f334efb1) - Bug 1264199: P1. Perform audio conversion in the MSDM taskqueue and ahead of use. r=kinetik (001936e3ea) - Bug 1267983 - include MediaQueue.h; r=jwwang (036107d765) - Bug 1264199: P0. Fix nsDequeue/MediaQueue methods constness. r=jwwang (9aa33dfcb5) - Bug 1264199: P0.1. Export SaferMultDiv method. r=gerald (0b7a35ae4d) - Bug 1264199: P2. Ensure the AudioStream only ever receive the same content format. r=kinetik (a180d09279) - Bug 1264199: P3. Attempt to minimize audio quality loss and unnecessary processing. r=kinetik (29d57b5a33) - Bug 1264199: P4. Add mono to stereo upmix to AudioConverter. r=rillian (49c029bd86) - Bug 1264199: P5. Perform all downmixing operations in DecodedAudioDataSink. r=kinetik (05a479f095) - Bug 1264199: P6. Drain resampler when changing format or reaching the end. r=kinetik (8639102a94) - Bug 1264199: P8. Handle potential resampling errors. r=kinetik (1267e4e73d) - Bug 1264199: P9. Include pending frames in HasUnplayedFrames calculation. r=jwwang (ce7097fc90) - Bug 1263496 - Part 1: fix for @mozilla.org/nullprincipal;1 r=bholley (c4c462a1bc) - Bug 1263496 - Part 2: fix for NS_NULLPRINCIPAL_CONTRACTID. r=bholley (c1504240ec) - Bug 1263496 - Part 3: fix for nsNullPrincipal::Create (0196a5a3ce) - Bug 1261009 - Remove the Data Store API, r=fabrice (b22e580107) - Bug 1261405 - Rename PushPermissionDescriptor.userVisible to `userVisibleOnly`. r=baku (4de70267cc) - Bug 1266821 - Remove PushPermissionDescriptor from the Permissions API. r=baku (196cd83442) - Bug 1268393 - Some compilation issues in ServiceWorker code, r=ehsan (d9c2f2554b) - Merge branch 'dev' of https://github.com/rmottola/Arctic-Fox into dev (6f6c606911) - Bug 1267733 P1 Treat last-update-time as infinitely in the past when checking for service worker update after restart. r=jdm (255da0a9e2) - Bug 1209095 - Accept opaqueredirection fetch results if the request redirection type is manual. r=bkelly (6fe92d1368) - Bug 1267733 P2 Pass ServiceWorkerRegistrationInfo down to CancelChannelRunnable. r=jdm (0ec51f09ef) - Bug 1267733 P3 Trigger service worker update after failed interception. r=jdm (f89a7998d4) - Bug 1267733 P4 Add a wpt test that verifies a service worker update can recover from a broken navigation interception. r=jdm (9dc0ce97bd) - Bug 1267691: Assert on failed attempts to shutdown a thread from itself r=froyd (0cbd1e458c) - Bug 1180533 - Disable BackgroundHangMonitor on gonk (a2d666e741) - Bug 1121216 - disable BackgroundHangMonitor for TSan builds; r=jchen (ef15d1016f) - Bug 1265621 - Use StaticRefPtr in Omnijar.cpp; r=froydnj (81bc32836e) - Bug 1265621 - Expose outer zip readers in Omnijar::GetReader; r=froydnj (ce3f82929e) - Bug 1267021 - Use fallible allocation and move semantics for Push events. r=wchen (3a1ae23d8d) - Bug 1222899 - Handle geolocation-device-events callback. r=kchen (a33bcf4297) - Bug 1237831 - Update GonkGPSGeolocationProvider.cpp to use B2G-style. r=jst (d389eedf47) - Bug 1245033 - Build break in dom/system/gonk/GonkGPSGeolocationProvider.cpp:541:126: error: format '%d' expects argument of type 'int', but argument 5 has type 'nsresult'. r=fabrice (ecde789edf) - Bug 1264287: Convert Wifi to use |UniquePtr|, r=nfroyd (9bad7792bf) - Bug 1267577 - Move nsRunnable to mozilla::Runnable. r=gsvelto (f58e2161f2) - Bug 1210370 - Close wpa_supplicant before we shutdown nsIWifiProxyService. r=mrbkap (5cd4dce58f) - Bug 1218629 - Save audio volume for each device to setting db r=alwu (2f1847dd6f) - Bug 1249437 - Remove workaround of volume control r=alwu (13cd144a89) - Bug 1268432: Replace |Task| with |Runnable| in B2G code r=fabrice (bcc768e9cb) - Bug 1226483 - Add ASSERT check to AudioManager::SelectDeviceFromDevices() r=alwu (446e8f634e) - Bug 1229234 - Enable audio_is_output_device() on ICS r=alwu (84aae07f23) - Bug 1267369 - Only generate typelib data for scriptable interfaces; r=khuey (e49b44c9ce) - Bug 1155969 - Make runtests.py flake8 compliant. r=ted (1de456b206) - Bug 1266569 - Avoid including the ChromeUtils binding in Base64.h. r=froydnj (7ba39a7687) - Bug 1267568 part 1 - Add a weak ptr to nsGlobalChromeWindow to remember the pres shell we set the fullscreen change flag. r=smaug (83995d5296) - Bug 1267568 part 2 - Add helper method to nsIPresShell to get the RefreshDriver. r=smaug (c60589fb40) - Bug 1267568 part 3 - Use an individual method for check whether resize should be delayed. r=smaug (f0ab5156d1) - Bug 1267568 part 4 - Replace InFullscreenChange flag of PresShell with IsResizeSuppressed flag in RefreshDriver. r=smaug (0a54f5a08b) - Bug 1267568 part 5 - Replace the old FullscreenChangePrepare class with a single function. r=smaug (4196e82852) - Bug 1267568 part 6 - Send fullscreen message before triggering any potential reflow. r=dao (fe9133ca2d) - Bug 1243352 - attribute a value for ProxyHandlerInfo::mPrefAction in ProxyHandlerInfo::SetPreferredAction. r=blassey (577c23e4cb) - Bug 1266433 - Send Push observer notifications to parent and content processes. f=janx r=dragana (768c173c2c) - Bug 1267493 - Replace isURIPotentiallyTrustworthy usage in Push with a testing pref. r=dragana (96434b90d9) - Bug 1266433 - Send an observer notification when a push subscription is lost. f=janx r=dragana (a7c7277e02) - Bug 1247685 - Send subscription keys to the Push server. r=mt (651fc0cad3) - Bug 1266540 - Stub out Push error reporting for the GCM and H2 backends. r=wchen (fd00c311aa) - Bug 1266623 - Up/down mix WASAPI capture streams when stream formats don't match. r=padenot (ca92ec20ab) - Bug 1267930 - When the wasapi rendering loop is stuck and we're shuttin down, leak the thread and continue the shutdown process. r=kinetik (04419ad94d) - Bug 1269692 - Update cubeb to revision 17e3048d0afa1152776fb1867cdb61c49fae69e4. (3de098f4bb) - Bug 1251502 - Update cubeb's udpate.sh script to account for new files. r=kinetik (a3ae5f27c1) - Bug 1243234 - Hide MP4Metadata behind an impl pointer. r=giles (1543bedf28) - Bug 1243234 - Update rust mp4parse telemetry reporting. r=kinetik (bb5c999c06) - Bug 1242807 - Fix mp4parse-rust's error reporting via telemetry. r=giles (a3ca1b133b) - Bug 1243234 - Move mp4parse-rust code into MP4MetadataRust impl. r=giles (ec4d6bcf0e) - Bug 1243234 - Remove now-unnecessary StagefrightPrivate wrapper. r=giles (1e2c54232b) - Bug 1243234 - Move mp4parse-rust initialization into constructor and clean up try_rust. r=giles (291c01f45a) - Bug 1243234 - Update rust mp4parse to v0.2.1. r=kinetik (d2774346cd) - Bug 1264622: [MP4] Resync stagefright's updateAudioTrackInfoFromESDS_MPEG4Audio with upstream. r=kentuckyfriedtakahe (b4b596507b) - Bug 1254721: Ensure consistency between Cenc offsets and sizes table. r=gerald (59bd7122d1) - Bug 1151202 - libstagefright: Fix compilation for systems without <sys/cdefs.h>. r=cpearce (e219658c31) - Bug 1255866 - stagefright: Fix unused variable warnings. r=ajones (62afc26384) - Bug 1251821: increase UDP socket send buffer on Win 7 r=jdm,jesup (e0d6e545f4) - Bug 929977: Add support for RFC 7675 ICE consent freshness. r=bwc,mt (ea8a565a65) - Bug 1231981 - Part 1: Very basic test TURN server for running in CI. r=ahal,drno (c98a79810b) - Bug 1231981 - Part 2: A websocket-to-process bridge script that can be used by JS to launch an ICE server for testing. r=ahal (5bdb00dfd1) - Bug 1231981 - Part 2.1: Only run the websocket/process bridge for media tests. r=ahal (86f97e2eb6) - Bug 1225729: Whitelist specific bad RTCP timestamp value r=drno (f0c8402fd0) - Bug 1193045 - Check selected attribute for all calls. r=bwc (7eb4095c34) - Bug 1213056 - update tests to use maplike getStats. r=bwc (d27f997290) - Bug 1231981 - Part 3: Set up TURN server for webrtc mochitests, when configured to. r=drno (38e4455eec) - Bug 1231975 - Part 1: Basic audio mochitests for NAT scenarios. r=drno (16efaf581e) - Bug 1231975 - Part 2: Break a reference cycle between NrTcpSocketIpc and TCPSocketChild, in the same manner as the UDP case. r=mcmanus (1fa55e3e5f)
792 lines
18 KiB
C++
792 lines
18 KiB
C++
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#include "BluetoothSocket.h"
|
|
#include <fcntl.h>
|
|
#include "BluetoothSocketObserver.h"
|
|
#include "BluetoothUnixSocketConnector.h"
|
|
#include "BluetoothUtils.h"
|
|
#include "mozilla/RefPtr.h"
|
|
#include "nsISupportsImpl.h" // for MOZ_COUNT_CTOR, MOZ_COUNT_DTOR
|
|
#include "nsXULAppAPI.h"
|
|
#include "mozilla/unused.h"
|
|
|
|
using namespace mozilla::ipc;
|
|
|
|
BEGIN_BLUETOOTH_NAMESPACE
|
|
|
|
static const size_t MAX_READ_SIZE = 1 << 16;
|
|
|
|
//
|
|
// BluetoothSocketIO
|
|
//
|
|
|
|
class BluetoothSocket::BluetoothSocketIO final
|
|
: public UnixSocketWatcher
|
|
, public DataSocketIO
|
|
{
|
|
public:
|
|
BluetoothSocketIO(MessageLoop* aConsumerLoop,
|
|
MessageLoop* aIOLoop,
|
|
BluetoothSocket* aConsumer,
|
|
BluetoothUnixSocketConnector* aConnector);
|
|
~BluetoothSocketIO();
|
|
|
|
void GetSocketAddr(BluetoothAddress& aAddress) const;
|
|
|
|
BluetoothSocket* GetBluetoothSocket();
|
|
DataSocket* GetDataSocket();
|
|
|
|
// Delayed-task handling
|
|
//
|
|
|
|
void SetDelayedConnectTask(CancelableRunnable* aTask);
|
|
void ClearDelayedConnectTask();
|
|
void CancelDelayedConnectTask();
|
|
|
|
// Task callback methods
|
|
//
|
|
|
|
/**
|
|
* Run bind/listen to prepare for further runs of accept()
|
|
*/
|
|
void Listen();
|
|
|
|
/**
|
|
* Connect to a socket
|
|
*/
|
|
void Connect();
|
|
|
|
void Send(UnixSocketIOBuffer* aBuffer);
|
|
|
|
// I/O callback methods
|
|
//
|
|
|
|
void OnConnected() override;
|
|
void OnError(const char* aFunction, int aErrno) override;
|
|
void OnListening() override;
|
|
void OnSocketCanAcceptWithoutBlocking() override;
|
|
void OnSocketCanReceiveWithoutBlocking() override;
|
|
void OnSocketCanSendWithoutBlocking() override;
|
|
|
|
// Methods for |DataSocket|
|
|
//
|
|
|
|
nsresult QueryReceiveBuffer(UnixSocketIOBuffer** aBuffer);
|
|
void ConsumeBuffer();
|
|
void DiscardBuffer();
|
|
|
|
// Methods for |SocketIOBase|
|
|
//
|
|
|
|
SocketBase* GetSocketBase() override;
|
|
|
|
bool IsShutdownOnConsumerThread() const override;
|
|
bool IsShutdownOnIOThread() const override;
|
|
|
|
void ShutdownOnConsumerThread() override;
|
|
void ShutdownOnIOThread() override;
|
|
|
|
private:
|
|
class ReceiveTask;
|
|
|
|
void FireSocketError();
|
|
|
|
/**
|
|
* Consumer pointer. Non-thread-safe pointer, so should only be manipulated
|
|
* directly from consumer thread. All non-consumer-thread accesses should
|
|
* happen with mIO as container.
|
|
*/
|
|
BluetoothSocket* mConsumer;
|
|
|
|
/**
|
|
* Connector object used to create the connection we are currently using.
|
|
*/
|
|
UniquePtr<BluetoothUnixSocketConnector> mConnector;
|
|
|
|
/**
|
|
* If true, do not requeue whatever task we're running
|
|
*/
|
|
bool mShuttingDownOnIOThread;
|
|
|
|
/**
|
|
* Number of valid bytes in |mAddress|
|
|
*/
|
|
socklen_t mAddressLength;
|
|
|
|
/**
|
|
* Address structure of the socket currently in use
|
|
*/
|
|
struct sockaddr_storage mAddress;
|
|
|
|
/**
|
|
* Task member for delayed connect task. Should only be access on consumer
|
|
* thread.
|
|
*/
|
|
CancelableRunnable* mDelayedConnectTask;
|
|
|
|
/**
|
|
* I/O buffer for received data
|
|
*/
|
|
UniquePtr<UnixSocketRawData> mBuffer;
|
|
};
|
|
|
|
BluetoothSocket::BluetoothSocketIO::BluetoothSocketIO(
|
|
MessageLoop* aConsumerLoop,
|
|
MessageLoop* aIOLoop,
|
|
BluetoothSocket* aConsumer,
|
|
BluetoothUnixSocketConnector* aConnector)
|
|
: UnixSocketWatcher(aIOLoop)
|
|
, DataSocketIO(aConsumerLoop)
|
|
, mConsumer(aConsumer)
|
|
, mConnector(aConnector)
|
|
, mShuttingDownOnIOThread(false)
|
|
, mAddressLength(0)
|
|
, mDelayedConnectTask(nullptr)
|
|
{
|
|
MOZ_ASSERT(mConsumer);
|
|
MOZ_ASSERT(mConnector);
|
|
|
|
MOZ_COUNT_CTOR_INHERITED(BluetoothSocketIO, DataSocketIO);
|
|
}
|
|
|
|
BluetoothSocket::BluetoothSocketIO::~BluetoothSocketIO()
|
|
{
|
|
MOZ_ASSERT(IsConsumerThread());
|
|
MOZ_ASSERT(IsShutdownOnConsumerThread());
|
|
|
|
MOZ_COUNT_DTOR_INHERITED(BluetoothSocketIO, DataSocketIO);
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::GetSocketAddr(
|
|
BluetoothAddress& aAddress) const
|
|
{
|
|
if (!mConnector) {
|
|
NS_WARNING("No connector to get socket address from!");
|
|
aAddress.Clear();
|
|
return;
|
|
}
|
|
|
|
nsresult rv = mConnector->ConvertAddress(
|
|
*reinterpret_cast<const struct sockaddr*>(&mAddress), sizeof(mAddress),
|
|
aAddress);
|
|
if (NS_FAILED(rv)) {
|
|
aAddress.Clear();
|
|
return;
|
|
}
|
|
}
|
|
|
|
BluetoothSocket*
|
|
BluetoothSocket::BluetoothSocketIO::GetBluetoothSocket()
|
|
{
|
|
return mConsumer;
|
|
}
|
|
|
|
DataSocket*
|
|
BluetoothSocket::BluetoothSocketIO::GetDataSocket()
|
|
{
|
|
return GetBluetoothSocket();
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::SetDelayedConnectTask(CancelableRunnable* aTask)
|
|
{
|
|
MOZ_ASSERT(IsConsumerThread());
|
|
|
|
mDelayedConnectTask = aTask;
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::ClearDelayedConnectTask()
|
|
{
|
|
MOZ_ASSERT(IsConsumerThread());
|
|
|
|
mDelayedConnectTask = nullptr;
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::CancelDelayedConnectTask()
|
|
{
|
|
MOZ_ASSERT(IsConsumerThread());
|
|
|
|
if (!mDelayedConnectTask) {
|
|
return;
|
|
}
|
|
|
|
mDelayedConnectTask->Cancel();
|
|
ClearDelayedConnectTask();
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::Listen()
|
|
{
|
|
MOZ_ASSERT(MessageLoopForIO::current() == GetIOLoop());
|
|
MOZ_ASSERT(mConnector);
|
|
|
|
if (!IsOpen()) {
|
|
mAddressLength = sizeof(mAddress);
|
|
|
|
int fd;
|
|
nsresult rv = mConnector->CreateListenSocket(
|
|
reinterpret_cast<struct sockaddr*>(&mAddress), &mAddressLength, fd);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
FireSocketError();
|
|
return;
|
|
}
|
|
SetFd(fd);
|
|
|
|
// calls OnListening on success, or OnError otherwise
|
|
rv = UnixSocketWatcher::Listen(
|
|
reinterpret_cast<struct sockaddr*>(&mAddress), mAddressLength);
|
|
NS_WARN_IF(NS_FAILED(rv));
|
|
}
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::Connect()
|
|
{
|
|
MOZ_ASSERT(MessageLoopForIO::current() == GetIOLoop());
|
|
MOZ_ASSERT(mConnector);
|
|
|
|
if (!IsOpen()) {
|
|
mAddressLength = sizeof(mAddress);
|
|
|
|
int fd;
|
|
nsresult rv = mConnector->CreateStreamSocket(
|
|
reinterpret_cast<struct sockaddr*>(&mAddress), &mAddressLength, fd);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
FireSocketError();
|
|
return;
|
|
}
|
|
SetFd(fd);
|
|
}
|
|
|
|
// calls OnConnected() on success, or OnError() otherwise
|
|
nsresult rv = UnixSocketWatcher::Connect(
|
|
reinterpret_cast<struct sockaddr*>(&mAddress), mAddressLength);
|
|
NS_WARN_IF(NS_FAILED(rv));
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::Send(UnixSocketIOBuffer* aBuffer)
|
|
{
|
|
EnqueueData(aBuffer);
|
|
AddWatchers(WRITE_WATCHER, false);
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::OnConnected()
|
|
{
|
|
MOZ_ASSERT(MessageLoopForIO::current() == GetIOLoop());
|
|
MOZ_ASSERT(GetConnectionStatus() == SOCKET_IS_CONNECTED);
|
|
|
|
GetConsumerThread()->PostTask(
|
|
MakeAndAddRef<SocketEventTask>(this, SocketEventTask::CONNECT_SUCCESS));
|
|
|
|
AddWatchers(READ_WATCHER, true);
|
|
if (HasPendingData()) {
|
|
AddWatchers(WRITE_WATCHER, false);
|
|
}
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::OnListening()
|
|
{
|
|
MOZ_ASSERT(MessageLoopForIO::current() == GetIOLoop());
|
|
MOZ_ASSERT(GetConnectionStatus() == SOCKET_IS_LISTENING);
|
|
|
|
AddWatchers(READ_WATCHER, true);
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::OnError(const char* aFunction, int aErrno)
|
|
{
|
|
MOZ_ASSERT(MessageLoopForIO::current() == GetIOLoop());
|
|
|
|
UnixFdWatcher::OnError(aFunction, aErrno);
|
|
FireSocketError();
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::OnSocketCanAcceptWithoutBlocking()
|
|
{
|
|
MOZ_ASSERT(MessageLoopForIO::current() == GetIOLoop());
|
|
MOZ_ASSERT(GetConnectionStatus() == SOCKET_IS_LISTENING);
|
|
|
|
RemoveWatchers(READ_WATCHER|WRITE_WATCHER);
|
|
|
|
mAddressLength = sizeof(mAddress);
|
|
|
|
int fd;
|
|
nsresult rv = mConnector->AcceptStreamSocket(
|
|
GetFd(),
|
|
reinterpret_cast<struct sockaddr*>(&mAddress), &mAddressLength, fd);
|
|
if (NS_WARN_IF(NS_FAILED(rv))) {
|
|
FireSocketError();
|
|
return;
|
|
}
|
|
|
|
Close();
|
|
SetSocket(fd, SOCKET_IS_CONNECTED);
|
|
|
|
GetConsumerThread()->PostTask(
|
|
MakeAndAddRef<SocketEventTask>(this, SocketEventTask::CONNECT_SUCCESS));
|
|
|
|
AddWatchers(READ_WATCHER, true);
|
|
if (HasPendingData()) {
|
|
AddWatchers(WRITE_WATCHER, false);
|
|
}
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::OnSocketCanReceiveWithoutBlocking()
|
|
{
|
|
MOZ_ASSERT(MessageLoopForIO::current() == GetIOLoop());
|
|
MOZ_ASSERT(GetConnectionStatus() == SOCKET_IS_CONNECTED); // see bug 990984
|
|
|
|
ssize_t res = ReceiveData(GetFd());
|
|
if (res < 0) {
|
|
/* I/O error */
|
|
RemoveWatchers(READ_WATCHER|WRITE_WATCHER);
|
|
} else if (!res) {
|
|
/* EOF or peer shutdown */
|
|
RemoveWatchers(READ_WATCHER);
|
|
}
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::OnSocketCanSendWithoutBlocking()
|
|
{
|
|
MOZ_ASSERT(MessageLoopForIO::current() == GetIOLoop());
|
|
MOZ_ASSERT(GetConnectionStatus() == SOCKET_IS_CONNECTED); // see bug 990984
|
|
|
|
nsresult rv = SendPendingData(GetFd());
|
|
if (NS_FAILED(rv)) {
|
|
return;
|
|
}
|
|
|
|
if (HasPendingData()) {
|
|
AddWatchers(WRITE_WATCHER, false);
|
|
}
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::FireSocketError()
|
|
{
|
|
MOZ_ASSERT(MessageLoopForIO::current() == GetIOLoop());
|
|
|
|
// Clean up watchers, statuses, fds
|
|
Close();
|
|
|
|
// Tell the consumer thread we've errored
|
|
GetConsumerThread()->PostTask(
|
|
MakeAndAddRef<SocketEventTask>(this, SocketEventTask::CONNECT_ERROR));
|
|
}
|
|
|
|
// |DataSocketIO|
|
|
|
|
nsresult
|
|
BluetoothSocket::BluetoothSocketIO::QueryReceiveBuffer(
|
|
UnixSocketIOBuffer** aBuffer)
|
|
{
|
|
MOZ_ASSERT(aBuffer);
|
|
|
|
if (!mBuffer) {
|
|
mBuffer = MakeUnique<UnixSocketRawData>(MAX_READ_SIZE);
|
|
}
|
|
*aBuffer = mBuffer.get();
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
/**
|
|
* |ReceiveTask| transfers data received on the I/O thread
|
|
* to an instance of |BluetoothSocket| on the consumer thread.
|
|
*/
|
|
class BluetoothSocket::BluetoothSocketIO::ReceiveTask final
|
|
: public SocketTask<BluetoothSocketIO>
|
|
{
|
|
public:
|
|
ReceiveTask(BluetoothSocketIO* aIO, UnixSocketBuffer* aBuffer)
|
|
: SocketTask<BluetoothSocketIO>(aIO)
|
|
, mBuffer(aBuffer)
|
|
{ }
|
|
|
|
NS_IMETHOD Run() override
|
|
{
|
|
BluetoothSocketIO* io = SocketTask<BluetoothSocketIO>::GetIO();
|
|
|
|
MOZ_ASSERT(io->IsConsumerThread());
|
|
|
|
if (NS_WARN_IF(io->IsShutdownOnConsumerThread())) {
|
|
// Since we've already explicitly closed and the close
|
|
// happened before this, this isn't really an error.
|
|
return NS_OK;
|
|
}
|
|
|
|
BluetoothSocket* bluetoothSocket = io->GetBluetoothSocket();
|
|
MOZ_ASSERT(bluetoothSocket);
|
|
|
|
bluetoothSocket->ReceiveSocketData(mBuffer);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
private:
|
|
UniquePtr<UnixSocketBuffer> mBuffer;
|
|
};
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::ConsumeBuffer()
|
|
{
|
|
GetConsumerThread()->PostTask(
|
|
MakeAndAddRef<ReceiveTask>(this, mBuffer.release()));
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::DiscardBuffer()
|
|
{
|
|
// Nothing to do.
|
|
}
|
|
|
|
// |SocketIOBase|
|
|
|
|
SocketBase*
|
|
BluetoothSocket::BluetoothSocketIO::GetSocketBase()
|
|
{
|
|
return GetDataSocket();
|
|
}
|
|
|
|
bool
|
|
BluetoothSocket::BluetoothSocketIO::IsShutdownOnConsumerThread() const
|
|
{
|
|
MOZ_ASSERT(IsConsumerThread());
|
|
|
|
return mConsumer == nullptr;
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::ShutdownOnConsumerThread()
|
|
{
|
|
MOZ_ASSERT(IsConsumerThread());
|
|
MOZ_ASSERT(!IsShutdownOnConsumerThread());
|
|
|
|
mConsumer = nullptr;
|
|
}
|
|
|
|
bool
|
|
BluetoothSocket::BluetoothSocketIO::IsShutdownOnIOThread() const
|
|
{
|
|
return mShuttingDownOnIOThread;
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::BluetoothSocketIO::ShutdownOnIOThread()
|
|
{
|
|
MOZ_ASSERT(!IsConsumerThread());
|
|
MOZ_ASSERT(!mShuttingDownOnIOThread);
|
|
|
|
Close(); // will also remove fd from I/O loop
|
|
mShuttingDownOnIOThread = true;
|
|
}
|
|
|
|
|
|
//
|
|
// Socket tasks
|
|
//
|
|
|
|
class BluetoothSocket::ListenTask final
|
|
: public SocketIOTask<BluetoothSocketIO>
|
|
{
|
|
public:
|
|
ListenTask(BluetoothSocketIO* aIO)
|
|
: SocketIOTask<BluetoothSocketIO>(aIO)
|
|
{ }
|
|
|
|
NS_IMETHOD Run() override
|
|
{
|
|
MOZ_ASSERT(!GetIO()->IsConsumerThread());
|
|
|
|
if (!IsCanceled()) {
|
|
GetIO()->Listen();
|
|
}
|
|
return NS_OK;
|
|
}
|
|
};
|
|
|
|
class BluetoothSocket::ConnectTask final
|
|
: public SocketIOTask<BluetoothSocketIO>
|
|
{
|
|
public:
|
|
ConnectTask(BluetoothSocketIO* aIO)
|
|
: SocketIOTask<BluetoothSocketIO>(aIO)
|
|
{ }
|
|
|
|
NS_IMETHOD Run() override
|
|
{
|
|
MOZ_ASSERT(!GetIO()->IsConsumerThread());
|
|
MOZ_ASSERT(!IsCanceled());
|
|
|
|
GetIO()->Connect();
|
|
|
|
return NS_OK;
|
|
}
|
|
};
|
|
|
|
class BluetoothSocket::DelayedConnectTask final
|
|
: public SocketIOTask<BluetoothSocketIO>
|
|
{
|
|
public:
|
|
DelayedConnectTask(BluetoothSocketIO* aIO)
|
|
: SocketIOTask<BluetoothSocketIO>(aIO)
|
|
{ }
|
|
|
|
NS_IMETHOD Run() override
|
|
{
|
|
MOZ_ASSERT(GetIO()->IsConsumerThread());
|
|
|
|
if (IsCanceled()) {
|
|
return NS_OK;
|
|
}
|
|
|
|
BluetoothSocketIO* io = GetIO();
|
|
if (io->IsShutdownOnConsumerThread()) {
|
|
return NS_OK;
|
|
}
|
|
|
|
io->ClearDelayedConnectTask();
|
|
io->GetIOLoop()->PostTask(MakeAndAddRef<ConnectTask>(io));
|
|
|
|
return NS_OK;
|
|
}
|
|
};
|
|
|
|
//
|
|
// BluetoothSocket
|
|
//
|
|
|
|
BluetoothSocket::BluetoothSocket(BluetoothSocketObserver* aObserver)
|
|
: mObserver(aObserver)
|
|
, mIO(nullptr)
|
|
{
|
|
MOZ_ASSERT(aObserver);
|
|
|
|
MOZ_COUNT_CTOR_INHERITED(BluetoothSocket, DataSocket);
|
|
}
|
|
|
|
BluetoothSocket::~BluetoothSocket()
|
|
{
|
|
MOZ_ASSERT(!mIO);
|
|
|
|
MOZ_COUNT_DTOR_INHERITED(BluetoothSocket, DataSocket);
|
|
}
|
|
|
|
nsresult
|
|
BluetoothSocket::Connect(const BluetoothAddress& aDeviceAddress,
|
|
const BluetoothUuid& aServiceUuid,
|
|
BluetoothSocketType aType,
|
|
int aChannel,
|
|
bool aAuth, bool aEncrypt)
|
|
{
|
|
MOZ_ASSERT(!aDeviceAddress.IsCleared());
|
|
|
|
UniquePtr<BluetoothUnixSocketConnector> connector =
|
|
MakeUnique<BluetoothUnixSocketConnector>(aDeviceAddress, aType, aChannel,
|
|
aAuth, aEncrypt);
|
|
|
|
nsresult rv = Connect(connector.get());
|
|
if (NS_FAILED(rv)) {
|
|
BluetoothAddress address;
|
|
GetAddress(address);
|
|
|
|
nsAutoString addressStr;
|
|
AddressToString(address, addressStr);
|
|
|
|
BT_LOGD("%s failed. Current connected device address: %s",
|
|
__FUNCTION__, NS_ConvertUTF16toUTF8(addressStr).get());
|
|
return rv;
|
|
}
|
|
Unused << connector.release();
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
BluetoothSocket::Listen(const nsAString& aServiceName,
|
|
const BluetoothUuid& aServiceUuid,
|
|
BluetoothSocketType aType,
|
|
int aChannel,
|
|
bool aAuth, bool aEncrypt)
|
|
{
|
|
UniquePtr<BluetoothUnixSocketConnector> connector =
|
|
MakeUnique<BluetoothUnixSocketConnector>(BluetoothAddress::ANY(), aType,
|
|
aChannel, aAuth, aEncrypt);
|
|
|
|
nsresult rv = Listen(connector.get());
|
|
if (NS_FAILED(rv)) {
|
|
BluetoothAddress address;
|
|
GetAddress(address);
|
|
|
|
nsAutoString addressStr;
|
|
AddressToString(address, addressStr);
|
|
|
|
BT_LOGD("%s failed. Current connected device address: %s",
|
|
__FUNCTION__, NS_ConvertUTF16toUTF8(addressStr).get());
|
|
return rv;
|
|
}
|
|
Unused << connector.release();
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::ReceiveSocketData(UniquePtr<UnixSocketBuffer>& aBuffer)
|
|
{
|
|
MOZ_ASSERT(mObserver);
|
|
|
|
mObserver->ReceiveSocketData(this, aBuffer);
|
|
}
|
|
|
|
bool
|
|
BluetoothSocket::SendSocketData(const nsACString& aStr)
|
|
{
|
|
if (aStr.Length() > MAX_READ_SIZE) {
|
|
return false;
|
|
}
|
|
|
|
SendSocketData(new UnixSocketRawData(aStr.BeginReading(), aStr.Length()));
|
|
|
|
return true;
|
|
}
|
|
|
|
nsresult
|
|
BluetoothSocket::Connect(BluetoothUnixSocketConnector* aConnector,
|
|
int aDelayMs,
|
|
MessageLoop* aConsumerLoop, MessageLoop* aIOLoop)
|
|
{
|
|
MOZ_ASSERT(aConnector);
|
|
MOZ_ASSERT(aConsumerLoop);
|
|
MOZ_ASSERT(aIOLoop);
|
|
MOZ_ASSERT(!mIO);
|
|
|
|
mIO = new BluetoothSocketIO(aConsumerLoop, aIOLoop, this, aConnector);
|
|
SetConnectionStatus(SOCKET_CONNECTING);
|
|
|
|
if (aDelayMs > 0) {
|
|
RefPtr<DelayedConnectTask> connectTask =
|
|
MakeAndAddRef<DelayedConnectTask>(mIO);
|
|
mIO->SetDelayedConnectTask(connectTask);
|
|
MessageLoop::current()->PostDelayedTask(connectTask.forget(), aDelayMs);
|
|
} else {
|
|
aIOLoop->PostTask(MakeAndAddRef<ConnectTask>(mIO));
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
BluetoothSocket::Connect(BluetoothUnixSocketConnector* aConnector,
|
|
int aDelayMs)
|
|
{
|
|
return Connect(aConnector, aDelayMs, MessageLoop::current(),
|
|
XRE_GetIOMessageLoop());
|
|
}
|
|
|
|
nsresult
|
|
BluetoothSocket::Listen(BluetoothUnixSocketConnector* aConnector,
|
|
MessageLoop* aConsumerLoop, MessageLoop* aIOLoop)
|
|
{
|
|
MOZ_ASSERT(aConnector);
|
|
MOZ_ASSERT(aConsumerLoop);
|
|
MOZ_ASSERT(aIOLoop);
|
|
MOZ_ASSERT(!mIO);
|
|
|
|
mIO = new BluetoothSocketIO(aConsumerLoop, aIOLoop, this, aConnector);
|
|
SetConnectionStatus(SOCKET_LISTENING);
|
|
|
|
aIOLoop->PostTask(MakeAndAddRef<ListenTask>(mIO));
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
nsresult
|
|
BluetoothSocket::Listen(BluetoothUnixSocketConnector* aConnector)
|
|
{
|
|
return Listen(aConnector, MessageLoop::current(), XRE_GetIOMessageLoop());
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::GetAddress(BluetoothAddress& aAddress)
|
|
{
|
|
if (!mIO || GetConnectionStatus() != SOCKET_CONNECTED) {
|
|
NS_WARNING("No socket currently open!");
|
|
aAddress.Clear();
|
|
return;
|
|
}
|
|
|
|
mIO->GetSocketAddr(aAddress);
|
|
}
|
|
|
|
// |DataSocket|
|
|
|
|
void
|
|
BluetoothSocket::SendSocketData(UnixSocketIOBuffer* aBuffer)
|
|
{
|
|
MOZ_ASSERT(mIO);
|
|
MOZ_ASSERT(mIO->IsConsumerThread());
|
|
MOZ_ASSERT(!mIO->IsShutdownOnConsumerThread());
|
|
|
|
mIO->GetIOLoop()->PostTask(
|
|
MakeAndAddRef<SocketIOSendTask<BluetoothSocketIO, UnixSocketIOBuffer>>(mIO, aBuffer));
|
|
}
|
|
|
|
// |SocketBase|
|
|
|
|
void
|
|
BluetoothSocket::Close()
|
|
{
|
|
if (!mIO) {
|
|
return;
|
|
}
|
|
|
|
MOZ_ASSERT(mIO->IsConsumerThread());
|
|
|
|
mIO->CancelDelayedConnectTask();
|
|
|
|
// From this point on, we consider mIO as being deleted.
|
|
// We sever the relationship here so any future calls to listen or connect
|
|
// will create a new implementation.
|
|
mIO->ShutdownOnConsumerThread();
|
|
mIO->GetIOLoop()->PostTask(MakeAndAddRef<SocketIOShutdownTask>(mIO));
|
|
mIO = nullptr;
|
|
|
|
NotifyDisconnect();
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::OnConnectSuccess()
|
|
{
|
|
MOZ_ASSERT(mObserver);
|
|
mObserver->OnSocketConnectSuccess(this);
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::OnConnectError()
|
|
{
|
|
MOZ_ASSERT(mObserver);
|
|
mObserver->OnSocketConnectError(this);
|
|
}
|
|
|
|
void
|
|
BluetoothSocket::OnDisconnect()
|
|
{
|
|
MOZ_ASSERT(mObserver);
|
|
mObserver->OnSocketDisconnect(this);
|
|
}
|
|
|
|
END_BLUETOOTH_NAMESPACE
|