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

  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_api.h 122 class BluetoothSocketListenFunction : public BluetoothSocketAsyncApiFunction {
124 BluetoothSocketListenFunction();
144 virtual ~BluetoothSocketListenFunction();
154 : public BluetoothSocketListenFunction {
161 // BluetoothSocketListenFunction:
183 : public BluetoothSocketListenFunction {
190 // BluetoothSocketListenFunction:
bluetooth_socket_api.cc 262 BluetoothSocketListenFunction::BluetoothSocketListenFunction() {}
264 BluetoothSocketListenFunction::~BluetoothSocketListenFunction() {}
266 bool BluetoothSocketListenFunction::Prepare() {
274 void BluetoothSocketListenFunction::AsyncWorkStart() {
277 base::Bind(&BluetoothSocketListenFunction::OnGetAdapter, this));
280 void BluetoothSocketListenFunction::OnGetAdapter(
312 base::Bind(&BluetoothSocketListenFunction::OnCreateService, this),
313 base::Bind(&BluetoothSocketListenFunction::OnCreateServiceError, this))
    [all...]

Completed in 96 milliseconds