Home
last modified time | relevance | path

Searched refs:kIOPending (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/bluetooth_socket/
Dbluetooth_api_socket.cc133 case device::BluetoothSocket::kIOPending: in OnSocketReceiveError()
134 error_reason = BluetoothApiSocket::kIOPending; in OnSocketReceiveError()
Dbluetooth_socket_event_dispatcher.cc32 case BluetoothApiSocket::kIOPending: in MapReceiveErrorReason()
217 if (error_reason == BluetoothApiSocket::kIOPending) { in ReceiveErrorCallback()
312 if (error_reason == BluetoothApiSocket::kIOPending) { in AcceptErrorCallback()
Dbluetooth_api_socket.h27 enum ErrorReason { kSystemError, kNotConnected, kNotListening, kIOPending, enumerator
/external/chromium_org/device/bluetooth/
Dbluetooth_socket.h32 enum ErrorReason { kSystemError, kIOPending, kDisconnected }; enumerator
Dbluetooth_socket_net.cc179 error_callback.Run(BluetoothSocket::kIOPending, in DoReceive()
Dbluetooth_socket_mac.mm686 error_callback.Run(BluetoothSocket::kIOPending, kReceivePending);