Home | History | Annotate | Download | only in bluetooth_socket

Lines Matching defs:socket_id

38 linked_ptr<SocketInfo> CreateSocketInfo(int socket_id,
44 socket_info->socket_id = socket_id;
205 create_info.socket_id = AddSocket(socket);
221 BluetoothApiSocket* socket = GetSocket(params_->socket_id);
245 BluetoothApiSocket* socket = GetSocket(params_->socket_id);
255 params_->socket_id);
283 BluetoothApiSocket* socket = GetSocket(socket_id());
324 BluetoothApiSocket* api_socket = GetSocket(socket_id());
333 socket_event_dispatcher_->OnSocketListen(extension_id(), socket_id());
352 int BluetoothSocketListenUsingRfcommFunction::socket_id() const {
353 return params_->socket_id;
395 int BluetoothSocketListenUsingL2capFunction::socket_id() const {
396 return params_->socket_id;
463 BluetoothApiSocket* socket = GetSocket(params_->socket_id);
501 BluetoothApiSocket* api_socket = GetSocket(params_->socket_id);
512 params_->socket_id);
551 BluetoothApiSocket* socket = GetSocket(params_->socket_id);
579 BluetoothApiSocket* socket = GetSocket(params_->socket_id);
585 RemoveSocket(params_->socket_id);
606 BluetoothApiSocket* socket = GetSocket(params_->socket_id);
643 BluetoothApiSocket* socket = GetSocket(params_->socket_id);
650 CreateSocketInfo(params_->socket_id, socket);
667 int socket_id = *it;
668 BluetoothApiSocket* socket = GetSocket(socket_id);
670 socket_infos.push_back(CreateSocketInfo(socket_id, socket));