Searched refs:BluetoothSocketSendFunction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_api.cc589 BluetoothSocketSendFunction::BluetoothSocketSendFunction() function in class:extensions::core_api::BluetoothSocketSendFunction
592 BluetoothSocketSendFunction::~BluetoothSocketSendFunction() {}
594 bool BluetoothSocketSendFunction::Prepare() {
604 void BluetoothSocketSendFunction::AsyncWorkStart() {
614 base::Bind(&BluetoothSocketSendFunction::OnSuccess, this),
615 base::Bind(&BluetoothSocketSendFunction::OnError, this));
618 void BluetoothSocketSendFunction::OnSuccess(int bytes_sent) {
624 void BluetoothSocketSendFunction
[all...]
H A Dbluetooth_socket_api.h292 class BluetoothSocketSendFunction : public BluetoothSocketAsyncApiFunction { class in namespace:extensions::core_api
296 BluetoothSocketSendFunction();
299 virtual ~BluetoothSocketSendFunction();

Completed in 76 milliseconds