Home
last modified time | relevance | path

Searched defs:prev_state (Results 1 – 6 of 6) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothCallback.aidl20 void OnBluetoothStateChange(int prev_state, int new_state); in OnBluetoothStateChange()
/system/bt/service/test/
Dadapter_unittest.cc74 bluetooth::AdapterState prev_state() const { return prev_state_; } in prev_state() function in bluetooth::__anon14151afb0111::TestObserver
87 bluetooth::AdapterState prev_state, in OnAdapterStateChanged()
/system/bt/service/
Dadapter.cc62 AdapterState prev_state, in OnAdapterStateChanged()
236 AdapterState prev_state = GetState(); in AdapterStateChangedCallback() local
360 void NotifyAdapterStateChanged(AdapterState prev_state, in NotifyAdapterStateChanged()
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc242 bluetooth::Adapter* adapter, bluetooth::AdapterState prev_state, in OnAdapterStateChanged()
/system/bt/bta/hd/
Dbta_hd_main.cc240 tBTA_HD_STATE prev_state; in bta_hd_sm_execute() local
/system/bt/service/client/
Dmain.cc151 Status OnBluetoothStateChange(int32_t prev_state, in OnBluetoothStateChange()