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

  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_api.h 39 class BluetoothSocketAsyncApiFunction : public AsyncExtensionFunction {
41 BluetoothSocketAsyncApiFunction();
44 virtual ~BluetoothSocketAsyncApiFunction();
68 class BluetoothSocketCreateFunction : public BluetoothSocketAsyncApiFunction {
77 // BluetoothSocketAsyncApiFunction:
85 class BluetoothSocketUpdateFunction : public BluetoothSocketAsyncApiFunction {
94 // BluetoothSocketAsyncApiFunction:
103 : public BluetoothSocketAsyncApiFunction {
113 // BluetoothSocketAsyncApiFunction:
122 class BluetoothSocketListenFunction : public BluetoothSocketAsyncApiFunction {
    [all...]
bluetooth_socket_api.cc 119 BluetoothSocketAsyncApiFunction::BluetoothSocketAsyncApiFunction() {}
121 BluetoothSocketAsyncApiFunction::~BluetoothSocketAsyncApiFunction() {}
123 bool BluetoothSocketAsyncApiFunction::RunAsync() {
131 bool BluetoothSocketAsyncApiFunction::PrePrepare() {
146 bool BluetoothSocketAsyncApiFunction::Respond() { return error_.empty(); }
148 void BluetoothSocketAsyncApiFunction::AsyncWorkCompleted() {
152 void BluetoothSocketAsyncApiFunction::Work() {}
154 void BluetoothSocketAsyncApiFunction::AsyncWorkStart()
    [all...]

Completed in 48 milliseconds