OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyAdapterStateChanged
(Results
1 - 4
of
4
) sorted by null
/system/bt/service/hal/
fake_bluetooth_interface.h
48
void
NotifyAdapterStateChanged
(bt_state_t state);
fake_bluetooth_interface.cpp
93
void FakeBluetoothInterface::
NotifyAdapterStateChanged
(bt_state_t state) {
/system/bt/service/test/
adapter_unittest.cpp
116
fake_hal_iface_->
NotifyAdapterStateChanged
(BT_STATE_ON);
119
fake_hal_iface_->
NotifyAdapterStateChanged
(BT_STATE_OFF);
146
fake_hal_iface_->
NotifyAdapterStateChanged
(BT_STATE_ON);
169
fake_hal_iface_->
NotifyAdapterStateChanged
(BT_STATE_ON);
185
fake_hal_iface_->
NotifyAdapterStateChanged
(BT_STATE_ON);
203
fake_hal_iface_->
NotifyAdapterStateChanged
(BT_STATE_OFF);
/system/bt/service/
adapter.cpp
119
NotifyAdapterStateChanged
(current_state, state_);
126
NotifyAdapterStateChanged
(ADAPTER_STATE_TURNING_ON, state_);
144
NotifyAdapterStateChanged
(current_state, state_);
151
NotifyAdapterStateChanged
(ADAPTER_STATE_TURNING_OFF, state_);
247
NotifyAdapterStateChanged
(prev_state, GetState());
351
void
NotifyAdapterStateChanged
(AdapterState prev_state,
Completed in 515 milliseconds