HomeSort by relevance Sort by last modified time
    Searched refs:kIOPending (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_socket.h 32 enum ErrorReason { kSystemError, kIOPending, kDisconnected };
bluetooth_socket_net.cc 177 error_callback.Run(BluetoothSocket::kIOPending,
  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_api_socket.cc 134 case device::BluetoothSocket::kIOPending:
135 error_reason = BluetoothApiSocket::kIOPending;
bluetooth_socket_event_dispatcher.cc 31 case BluetoothApiSocket::kIOPending:
32 // kIOPending is not relevant to apps, as BluetoothSocketEventDispatcher
216 if (error_reason == BluetoothApiSocket::kIOPending) {
311 if (error_reason == BluetoothApiSocket::kIOPending) {
bluetooth_api_socket.h 27 enum ErrorReason { kSystemError, kNotConnected, kNotListening, kIOPending,
66 // |kIOPending| error.

Completed in 473 milliseconds