Searched refs:BluetoothSocketProxy (Results 1 – 2 of 2) sorted by relevance
26 int BluetoothSocketProxy::Connect(ConnectSocketParam ¶m, int &fd) in Connect()29 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothSocketProxy::GetDescriptor()), in Connect()52 int BluetoothSocketProxy::Listen(ListenSocketParam ¶m, int &fd) in Listen()56 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothSocketProxy::GetDescriptor()), in Listen()81 int BluetoothSocketProxy::DeregisterServerObserver(const sptr<IBluetoothServerSocketObserver> &obse… in DeregisterServerObserver()84 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothSocketProxy::GetDescriptor()), in DeregisterServerObserver()98 int BluetoothSocketProxy::RegisterClientObserver(const BluetoothRawAddress &dev, const bluetooth::U… in RegisterClientObserver()102 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothSocketProxy::GetDescriptor()), in RegisterClientObserver()123 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothSocketProxy::GetDescriptor()), in DeregisterClientObserver()141 int BluetoothSocketProxy::UpdateCocConnectionParams(const BluetoothSocketCocInfo &info) in UpdateCocConnectionParams()[all …]
25 class BluetoothSocketProxy : public IRemoteProxy<IBluetoothSocket> {27 …explicit BluetoothSocketProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IBluetoothSocket>(im… in BluetoothSocketProxy() function29 ~BluetoothSocketProxy() in ~BluetoothSocketProxy()41 static inline BrokerDelegator<BluetoothSocketProxy> delegator_;