/external/chromium_org/extensions/browser/api/serial/ |
D | serial_event_dispatcher.cc | 111 serial::OnReceiveError::Create(error_info); in ReceiveCallback() 113 new extensions::Event(serial::OnReceiveError::kEventName, args.Pass())); in ReceiveCallback()
|
/external/chromium_org/extensions/browser/api/sockets_udp/ |
D | udp_socket_event_dispatcher.cc | 139 sockets_udp::OnReceiveError::Create(receive_error_info); in ReceiveCallback() 141 new Event(sockets_udp::OnReceiveError::kEventName, args.Pass())); in ReceiveCallback()
|
/external/chromium_org/components/proximity_auth/ |
D | bluetooth_connection.cc | 113 base::Bind(&BluetoothConnection::OnReceiveError, weak_this)); in StartReceive() 188 void BluetoothConnection::OnReceiveError( in OnReceiveError() function in proximity_auth::BluetoothConnection
|
D | bluetooth_connection.h | 67 void OnReceiveError(device::BluetoothSocket::ErrorReason error_reason,
|
/external/chromium_org/extensions/browser/api/sockets_tcp/ |
D | tcp_socket_event_dispatcher.cc | 154 sockets_tcp::OnReceiveError::Create(receive_error_info); in ReadCallback() 156 new Event(sockets_tcp::OnReceiveError::kEventName, args.Pass())); in ReadCallback()
|
/external/chromium_org/components/pairing/ |
D | bluetooth_host_pairing_controller.cc | 210 base::Bind(&BluetoothHostPairingController::OnReceiveError, in OnAccept() 235 base::Bind(&BluetoothHostPairingController::OnReceiveError, in OnReceiveComplete() 260 void BluetoothHostPairingController::OnReceiveError( in OnReceiveError() function in pairing_chromeos::BluetoothHostPairingController
|
D | bluetooth_controller_pairing_controller.cc | 168 base::Bind(&BluetoothControllerPairingController::OnReceiveError, in OnConnectToService() 183 base::Bind(&BluetoothControllerPairingController::OnReceiveError, in OnReceiveComplete() 213 void BluetoothControllerPairingController::OnReceiveError( in OnReceiveError() function in pairing_chromeos::BluetoothControllerPairingController
|
D | bluetooth_host_pairing_controller.h | 61 void OnReceiveError(device::BluetoothSocket::ErrorReason reason,
|
D | bluetooth_controller_pairing_controller.h | 55 void OnReceiveError(device::BluetoothSocket::ErrorReason reason,
|
/external/chromium_org/device/serial/ |
D | data_source_unittest.cc | 68 base::Bind(&DataSourceTest::OnReceiveError, base::Unretained(this))); in Receive() 100 void OnReceiveError(int32_t error) { in OnReceiveError() function in device::DataSourceTest
|
D | serial_connection_unittest.cc | 122 base::Bind(&SerialConnectionTest::OnReceiveError, in Receive() 166 void OnReceiveError(int32_t error) { in OnReceiveError() function in device::SerialConnectionTest
|
/external/chromium_org/extensions/browser/api/bluetooth_socket/ |
D | bluetooth_socket_event_dispatcher.cc | 230 bluetooth_socket::OnReceiveError::Create(receive_error_info); in ReceiveErrorCallback() 232 new Event(bluetooth_socket::OnReceiveError::kEventName, args.Pass())); in ReceiveErrorCallback()
|