Searched refs:OpenAsync (Results 1 – 6 of 6) sorted by relevance
33 static scoped_ptr<BluetoothL2capChannelMac> OpenAsync(
33 static scoped_ptr<BluetoothRfcommChannelMac> OpenAsync(
71 scoped_ptr<BluetoothRfcommChannelMac> BluetoothRfcommChannelMac::OpenAsync(135 // Should only be reachable from OpenAsync().
79 scoped_ptr<BluetoothL2capChannelMac> BluetoothL2capChannelMac::OpenAsync(140 // Should only be reachable from OpenAsync().
603 channel_ = BluetoothRfcommChannelMac::OpenAsync(608 BluetoothL2capChannelMac::OpenAsync(this, device, l2cap_psm, &status);
187 TEST_F(LevelDBPrefStoreTest, OpenAsync) { in TEST_F() argument